Still fighting with the bugs :-( The checksum bug is gone, so there is no more question on booting the installer "do you really trust this installation source?".
The EFIKA sound problem is to stay, as only bugs blocking installation are fixed in last month of development. Workaround: open /etc/sysconfig/kernel as root in your favorite text editor (vi ;-) ) and search for the line starting with "MODULES_LOADED_ON_BOOT". Add two module names as parameter:
Code:
snd-mpc52xx-ac97 snd-mixer-oss
and unmute sound using 'alsamixer' or your favorite mixer application.
Another hw detection problem is on the Pegasos: gigabit ethernet is not detected automatically. One needs to load it from the inst32 menu and configure it manually, as DHCP fails on it as well (it works from the command line, so it's a linuxrc problem...). Once loaded by hand, it works during installation, but not after. A fix was just committed while I wrote this :-)
Some additional notes about EFIKA and openSUSE. The official minimal RAM requirement is 256MB for the DVD and 512MB for the factory / ftp release. The EFIKA has 128MB, which means, that swap is badly needed. There are a couple of possibilities:
- use an existing swap partition
- create a swap file on an existing partition
- turn a partition into a swap partition
If the HDD is still empty, then has two choices:
- use an USB stick to create a swap file (slow)
- use the rescue system for partitioning the HDD and creating a swap partition (needs to now some command line tools, like
parted and
mkswap)