View Single Post
  #2 (permalink)  
Old 09-Jul-2009, 13:16
oldcpu's Avatar
oldcpu oldcpu is online now
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,729
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Sound isn't working right

Quote:
Originally Posted by rks171 View Post
I've been having issues with my audio ever since installing SUSE 11.1. I used the wiki on here (SDB:AudioTroubleshooting - openSUSE) and got the sound working by running alsaconf. After running alsaconf, the audio mixer widget dissapears. I check in Yast>sound and it says my sound card isn't configured. However, the sound works. The problem is (aside from the audio mixer being gone) that after I reboot, the sound stops working again (and the audio mixer widget comes back) and I have to run alsaconf to get sound working again. Any ideas on what's going on?
I've seen this happen when the loading of a PC's wireless at boot interfers with the loading of the alsa sound driver.

After a fresh reboot, what happens if instead of running alsaconf, you type in a gnome-terminal or kde konsole: su -c 'rcalsasound restart' and enter root password when prompted for a password ?

If that works, then to have that run everytime at boot, edit your /etc/init.d/boot.local file, adding at the end the line: rcalsasound restart

You can edit that file by typing
  • in gnome: gnomesu 'gedit /etc/init.d/boot.local'
  • in kde: kdesu 'kwrite /etc/init.d/boot.local'
in both cases typing the root password when prompted for a password.
Reply With Quote