Quote:
Originally Posted by tgbotg
For the sound card, I followed the advice here: SDB:Muted Sound Card - openSUSE
But it still doesn't work when I restart. Do you guys have any suggestions?
|
Instead of following the advice in that URL, when you restart your pc, type:
su -c 'rcalsasound restart' and enter root password when prompted. Restart your mixer and test your sound.
If that works, then to have it run each time you restart your PC, you can edit your PC's file
/etc/init.d/boot.local adding as a last line the following:
rcalsasound restart
You can edit that file
- with gnome by typing: gnomesu 'gedit /etc/init.d/boot.local'
- with kde by typing: kdesu 'kwrite /etc/init.d/boot.local'
I'm not at a Linux PC and I am going by memory, so I hope I have that correct.