Sunday 29 June 2008

OpenSuSE 11.0

OK, I was going to wait for OpenSuSE 11.1 but I weakened and am putting 11.0 on now. :)

First surprise - the touchscreen works during install - albeit with a slight scaling issue, possibly because the install runs in 800x600 stretched mode but very promising.

11.0 will help as the code I found for the keyboard lights is for a later kernel than 10.3 stock. If I'm going have to do a kernel recompile (which I haven't needed to do since 1998 with Slackware!) I might as well go for a new OS install (which will almost certainly take less time than a kernel rebuild on the U810). It will also clean up the cruft from various experiments...
  • Banshee - whose existence in a market with Amarok et al already there seems a bit of a mystery. Plus it requires an unbelievable amount of Gnome bits to work.
  • The gstreamer dependency mess between OpenOffice and Elisa
Now the fun and games begin...
  • Wired networking fails to work unless you add the following boot parameters to /boot/grub/menu.lst
    • pnpbios=off pnpacpi=off
  • The autodetected touchscreen settings seem to be uncalibrate-able so the evtouch installation needs to be done. However, the build for OpenSuSE 11.0 has the calibration parameters in out.txt mixed up - they should be renamed as follows: x0/y0 -> x6/y6, 1 -> 7, 2-> 8, 6 -> 0, 7 -> 1, 8 -> 2
  • Display brightness works out of the box although the keyboard buttons only move it up/down one notch (other programmatic changes work fine)
  • Suspend to/from disk works fine
  • Package management is a LOT faster which makes fiddling a whole lot more fun.
  • Installation detects the Atheros wireless and inserts the ath5k module but it doesn't appear to work. The madwifi repsoitory doesn't contain a correct package for the kernel I'm running (latest patch) so I need to compile it. Ho hum, now the download link for source doesn't work from the OpenSuSE Atheros page - what I want is the latest trunk version and all is well.
  • Elisa is now upset by the new version of python and/or it's libraries (damn!)

2 comments:

Anonymous said...

Can you explain how you manage to get opensuse 11.0 installed. I used a usb stick install and it fails/reboot after not detecting a cd/dvd drive. Thank you for any info.

Neil Jefferies said...

USB DVD drive I'm afraid (or rather a USB to IDE convertor and any old DVD I had about).

Have you tried http://en.opensuse.org/SuSE_install_from_USB_drive

Note the bit about having to use text mode and manually specify the installation source.