Friday, April 25, 2008

Dist-upgrade Hardy

Just dist-upgraded my Gutsy laptop to Hardy and a few issues have come up.

Gateway 5570Z (model 5570-2607)

Sound

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) [8086:27d8 (rev 02)]

After the upgrade there was no more sound, whereas it was working fine in Gutsy. Needs further investigation.

PARTIALLY SOLVED: Seems the bug is on the headphone output detection. I had external speakers connected to the headphone out and no sound was playing, either on the internal or external speakers. If I unplug the external speakers, sound comes out from the internal ones. If I plug the external, no sound is heard again, only if I manually check the Headphone key on the volume control app. Definitely a bug.
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.22/+bug/126157


WiFi

03:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)

I was using a manually compiled ndiswrapper on Gutsy, and on the upgrade it was probably replaced. Tried using the new b43 driver, which installed fine and even activated the device, but it isn't detecting my wireless network, so I'm going back to ndiswrapper. Seems ndiwrapper doesn't like loading in Hardy tho... hmm.

SOLVED: the ndiswrapper module doesn't like to be loaded after the ssb module, so you must remove b44 and ssb, load ndiswrapper and then load ssb and b44 back again. Fun.
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/188621
https://bugs.launchpad.net/ubuntu/+bug/214917


USB Keyboard

I use an external usb keyboard when at home, and Hardy is having issues in detecting the numeric keypad... any key I press there is completely ignored. Needs further investigation.

SOLVED: completely stupid bug, it is fixed by going in System->Preferences->Keyboard and disabling Allow to control the pointer using the keyboard on the Mouse Keys tab.
Thanks to this blog post: Fixing the borked numeric keypad in Ubuntu Hardy


Touchpad

Just doesn't works (completely disabled). A major regression from Gusty, where it was perfectly detected and functioning. No solution yet, just a workaround:

sudo rmmod psmouse && sudo modprobe psmouse

this makes it work, kind of, since no advanced synaptic driver functions are enabled (like the scroll button, tap gestures, touch scrolling, etc).
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/191024


Firefox 3

Firefox 3 is great, but I was having speed issues with it, in that accessing a Flickr picture (for instance) would make it use 100% cpu and lockup. Since it was using my old FF2 profile, I created a new one (Alt+F2 -> firefox -ProfileManager) and tried the same pages, and sure enough it worked fine. So I just imported the old bookmarks to this new profile, installed a few extensions and all was good.

Labels: