Archive

Archive for the ‘Ubuntu’ Category

2.6.30 kernel in Ubuntu 9.04

August 30th, 2009

kernelLike a lot of people, I’ve also been having performance problems with my intel based graphics since the release of Jaunty. I found a little article that describes how you can install a newer kernel in your Ubuntu 9.04.

I’ve been using it for a day now and I have the advantages of the new kernel: faster graphics and faster sleep & wakeup. The only thing I had to do to get my system fully up and running was to recompile the kernel module for VirtualBox, something you’ll have to do anyway when you install a new kernel.

Ubuntu

Ubuntu, Chromium and Adobe Flash!

July 12th, 2009

Yeah, somebody finally figured out how to make flash work in Chromium. Have a look at this blog. I checked it with youtube and it worked fine!

Ubuntu

Firefox 3.5 vs. Chromium on Ubuntu 9.04

July 11th, 2009

imagesSpeed

With the recent release of Firefox 3.5 the TraceMonkey JavaScript engine is really available for the ‘normal’ user (ie. not the alpha/beta users). It gives you a major speed increase in JavaScript intensive webapps. But how does it compare to Google’s Chromium?

To find out I ran the SunSpider JavaScript performance tests on both browsers. I know the SunSpider tests come from the WebKit team, who provide the HTML rendering for Google Chrome, but it was the best test for JavaScript I could find.

The results can be found here: Firefox 3.5, Chromium.

What it comes down to is that Firefox 3.5 used 3691ms and Chromium used 1476 ms to complete the tests. So Chromium is still significantly faster then Firefox.

Features

Since Chromium is still in the alpha stages of development it is not fair to compare the browsers on the feature level. Chromium doesn’t support much more then the pure browsing experience. It shows the first signs of form prefill, which works quite good and it is able to remember your passwords, which also works. But that’s it. Comparing that to Firefox’s feature list doesn’t make sense.

Firefox is still the clear winner here, Chromium still has a long, long way to go before it can compete with the build in features of Firefox. And then I’m not even discussing the add-ons that have been written for Firefox already, Chromium still has a lot of caching up to do on that front.

Conclusion

I’ll keep using Firefox for a while. Chromium is still too unstable and just doesn’t have enough features to make every day usage possible for me. I see that Chromium is moving in the right direction with it’s development, but I’m wondering how long it will take them to get there. Mozilla’s Firefox has improved a lot with the release of 3.5. It shows that they woke up and are looking to make the browser not only feature rich, but also fast.

Ubuntu

Ubuntu, iPhone OS 3 and vodafone NL tethering

June 28th, 2009

tethering iphone os 3In iPhone OS 3 Apple decided to make it possible to use the iPhone as a modem for your computer. But they also decided to make that only possible for certain networks. However they apparently didn’t want to make it too complicated for you to ‘hack’ this.

To get it working with my Ubuntu 9.04 Jaunty Jackalope I had to do the following:

iPhone configuration

In this article (in Dutch) it is described how to configure the iPhone to use the Vodafone network for tethering.  I have a Vodafone business account, so I used the link that’s at the end of the article: http://helvensteijn.com/files/vodafone-tether/tether.html. That is the same file as referenced above, but I downloaded it so I wouldn’t loose track of it.

What do you need to do? Download the iPhone configuration file on your iPhone. It will ask you if you trust the supplier (that’s up to you….) and, if so, install it. That’s it. You can now enable tethering by going to: Settings > General > Network > Internet Tethering.

Blueman

To install the blueman bluetooth application you need to added the blueman PPA to your Software Sources:

deb http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main

Add the blueman gpg file to the authentication tab. And install blueman:

sudo apt-get install blueman

After the install I had to run an software update to update to the latest bluetooth software:

sudo apt-get update

screenshotAfter that I removed the Bluetooth Manager from the Startup Applications and made sure that the Blueman Applet was in there. Since I’m lazy I restarted to remove the Bluetooth Manager and activate the Blueman Applet, but I’m sure there are more efficient ways of doing that.

When you have Blueman up and runnning, just click on the bluetooth icon in the notification area, pair the iPhone and right click on the phone to connect the network.

Ubuntu

Skype in Ubuntu notifications

June 13th, 2009

imagesHere is a nice article that contains a script to let Skype use the Ubuntu notifications: http://webupd8.blogspot.com/2009/06/ubuntu-jaunty-notification-system-for.html

[Update] On request (see comments), please visit: http://ubuntuforums.org/showthread.php?t=1146775 for updates and comments

Ubuntu

Ubuntu 9.04 (Jaunty) vodafone 3G connect

May 20th, 2009

images2I’ve been spending a lot of time at a client that doesn’t allow foreign laptops on its network. This means that I can’t be online a lot of the time, which is rather problematic since we work with off shore teams and I’d like to be able to contact them. So I thought I’d buy a UMTS usb dongle to be able to be online all the time. I’ve read quite a lot on the support of Ubuntu of broadband mobile connections and I expected to insert the dongle and start working. Sadly that was not the case.

On inserting the dongle nothing happened. After some research it looked like the kernel didn’t recognize the usb for what it was, but it tried to mount it as a drive. This appears to be a known problem since the dongle also contains a drive with drivers for Windows and Mac.

The model number on the dongle is: K3520-Z. The following shows how I got it to work properly.

Find vendor and product ID

First of all you have to find the vendor and product IDs. For this you run:

lsusb

This shows you a list of connected usb devices which looks something like:

Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 010: ID 044e:300d Alps Electric Co., Ltd Bluetooth Controller (ALPS/UGPZ6)
Bus 001 Device 005: ID 05ca:183a Ricoh Co., Ltd
Bus 001 Device 004: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 001 Device 003: ID 054c:02d5 Sony Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 012: ID 19d2:2000
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

The Vodafone device is listed without a vendor name, that’s how you can recognize it. In the list above the vendor:product ID is: 19d2:2000.

Kernel parameters

You should add these to your kernel parameters to explain the kernel that it is a serial device. For that you open the menu.lst file.

sudo pico /boot/grub/menu.lst

Find the kernel boot entry and add:

usbserial.vendor=0x19d2 usbserial.product=0x2000

At the end of the kernel you start. The whole line looks something like:

kernel          /boot/vmlinuz-2.6.28-11-generic root=UUID=3021230a-6c89-43f9-9e69-5d95dde4ff9b ro quiet splash usbserial.vendor=0x19d2 usbserial.product=0x2000

Install drivers

When you’ve done that you should install the vodafone drivers from betavine:

I’m not sure why these are required, but they seem to install something that picks up the dongle when you insert it.

NOTE: running the Vodafone connect script didn’t work for me.

Configure connection

screenshotFinally you go to the Network Connections (System > Preferences > Network Connections) and add the connections in  the Mobile Broadband tab. Don’t forget to enter your pin code!

Restart

Then you should restart to activate the kernel parameters. After the restart I inserted the dongle and repeated:

 dmesg

Until I saw:

[ 1303.650357] option 2-2:1.1: GSM modem (1-port) converter detected
[ 1303.651186] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB0
[ 1303.654780] option 2-2:1.2: GSM modem (1-port) converter detected
[ 1303.654907] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB2
[ 1303.657438] option 2-2:1.3: GSM modem (1-port) converter detected
[ 1303.657549] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB3
[ 1303.659483] option 2-2:1.4: GSM modem (1-port) converter detected
[ 1303.659594] usb 2-2: GSM modem (1-port) converter now attached to ttyUSB4
[ 1303.661613] scsi6 : SCSI emulation for USB Mass Storage devices
[ 1303.663691] usb-storage: device found at 11
[ 1303.663697] usb-storage: waiting for device to settle before scanning

Connect

Then the NetworkManager dropdown (left mouse click on the network icon) shows the Broadband Modem entry. You can click on it to activate the connection. It’s not 100% stable for me, but the connection works good enough once it’s connected.

When I had my wireless and the 3G connection open I ended with a completely frozen machine. I fixed that by disabling my wireless on the hardware level. That is: turn off the switch.

Ubuntu

Coding again: migrate Serendipity to Wordpres

May 10th, 2009

images1My wife asked me to migrate her gossip blog from Serendipity to Wordpress. Since my coding qualities have nearly died I decided to build the migrator in PHP.

My approach was simple: connect to the Serendipity database, read the entries table, generate a Wordpress export XML and import that into Wordpress. The Wordpress export XML format is really simple, it comes down to RSS deluxe.

The migrator is easy to use:

1. Fill the Serendipity database connection details in the script
2. Upload the script to the serendipity server
3. Request the script in a browser, or using wget
4. Save the result in a file
5. Import the file into wordpress

You can download the script: serrendipity_to_wordpressphptar.

That leaves you with a filled Wordpress database. However the images are still missing. Serendipity stores the images in its upload directory. In my case this was in the root of the site: /uploads. Just copy the full directory to the root of the Wordpress server solved the problem.

My wife still has to complete the new site, but the migration is a success. Which leaves me with a happy wife and the good feeling of having completed a bit of coding.

Ubuntu

Looking forward to Ubuntu 9.10: Karmic Koala

May 2nd, 2009

imagesRight now we’re all happy with our Jaunty Jackalope, but we need to keep looking forward. The release of Karmic Koala (9.10) is scheduled for October this year. It’s planned to have the following features:

An interesting release to look forward to.

Check the release schedule at Ubuntu.

Ubuntu

One more month until the Ubuntu 9.04 release

March 25th, 2009

waitingTomorrow the beta of Ubuntu 9.04 should be released. The alphas have been great, so I’m really looking forward to the beta. I wonder if they got the last little hickups out of the alpha and will deliver the usual quality that we’re used to.

Actually I’ve had very little problems with the alpha so far. I run it as a dual boot next to my stable 8.10 and start it every now and then to play with it. I found so little bugs that I’m wondering if anything has changed since 8.10. But obviously it has, it’s much faster and runs so much smoother then 8.10.

The only real problem I’ve encountered was a total freeze at random moments. That sounds severe, but I’m sure this will be fixed in the final release. The hardware support is great, I didn’t have to tweak anything to make it work on my Sony Vaio TZ21MN.

There are a few challenges that are not directly linked to the 9.04 release. Compiz still doesn’t support a desktop larger then 2048×2048, annoying since I usually connect a second monitor to my machine which brings my desktop to a width of 3414 px. Too bad, but I can live with Metacity and it’s composite settings.

Entourage finally supports the MAPI connect to Exchange. A challenge is that at our company we’re using a SSL connection to get to Exchange, this makes sense but the latest release of the MAPI connector doesn’t support it. Shame, I would have loved to drop my Windows XP in a VirtualBox that only runs Outlook.

Ah well, I’ll wait a bit more until these issues are also fixed. Until then I’ll keep using the most stable, fast and feature rich operating system there is.

Ubuntu

Chromium – Chrome on linux

March 15th, 2009

chromium-browserThere is a repository that contains the daily build of Chromium. It’s easy to add: no building required! For details you can look at the PPA page.

The only thing that took me some time was the PGP file. I’ve created a file for your convenience.

Open Software Sources and add the key in the authentication tab. Then add the following  to the Third Party Software tab. Click close and reload.

deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main

The browser is FAST, but it’s not 100% stable. You can play with it, but at this moment it won’t replace Firefox.

Ubuntu