Quote:
Sound however is not working. On running alsamixer it states that no sound hardware is available.
You need to load the modules to get it working (quoting myself):
Enable sound for the next boot by editing /etc/sysconfig/kernel with your favorite text editor (vi :-) ), and add these two parameters to 'MODULES_LOADED_ON_BOOT' to look like this:
Code:
MODULES_LOADED_ON_BOOT="snd_mpc52xx_ac97 snd_pcm_oss"
This enables sound for the next boot. To load modules immediately, you can use modprobe as root:
Code:
modprobe snd_mpc52xx_ac97 snd_pcm_oss
Quote:
After login i get fwm2 windows manager? Not xfce but then i did choose to login graphicaly so i cannot use startxfce2. Now yast sure has an option to change this, but where?
You can add the following line to your ~/.bashrc
Code:
export WINDOWMANAGER=startxfce4
Or you can edit /etc/sysconfig/windowmanager and add 'startxfce4' to DEFAULT_WM. Or you can use YaST to edit the file (yast2 -> system -> /etc/sysconfig editor)