| Author |
Message |
|
|
Post subject: Sound gone after RC4 install
Posted: Dec 24, 2006 - 09:11 AM
|
|

Joined: Jan 24, 2005
Posts: 65
|
|
G'day Folks,
I've just installed 2006-01-RC4 and now my sound does not work anymore. I checked that I belong to the audio group (I do), I've checked that the volume has been turned up in both aumix and kmix. And just to verify, I rebooted the RC4 live disc and the sound worked. However, once I rebooted the installation, the sound was gone again.
Can anyone shed some light?
Thanks
Joe |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Dec 24, 2006 - 02:48 PM
|
|

Joined: Nov 19, 2006
Posts: 29
Location: frankfurt
|
|
you could try:
Code:
alsaconf
echo $(</proc/asound/modules )|awk '{print $2}' >> /etc/modules
update-rc.d -f alsa-utils defaults
|
|
|
| |
|
|
|
 |
|
|
Post subject: Re: Sound gone after RC4 install
Posted: Dec 24, 2006 - 03:49 PM
|
|
Team Member


Joined: Dec 17, 2003
Posts: 1109
Location: Ganymede
|
|
|
Joe Soap wrote:
G'day Folks,
I've just installed 2006-01-RC4 and now my sound does not work anymore. I checked that I belong to the audio group (I do), I've checked that the volume has been turned up in both aumix and kmix. And just to verify, I rebooted the RC4 live disc and the sound worked. However, once I rebooted the installation, the sound was gone again.
Can anyone shed some light?
Thanks
Joe
Is your soundcard even working?
Code:
cat /proc/asound/cards
If no cards are seen run alsaconf as root. If you get it working you can store your configuration
Code:
alsactl store
|
_________________ Ubuntu - An ancient African word for "Can't install Debian"
|
| |
|
|
|
 |
|
|
Post subject: RE: Re: Sound gone after RC4 install
Posted: Dec 24, 2006 - 05:11 PM
|
|
Joined: Oct 03, 2006
Posts: 415
Location: Berlin
|
|
| How about telling us what kind of soundcard you have? In case of an ISA soundcard it will most probably help to insert the needed module in /etc/modules |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Re: Sound gone after RC4 install
Posted: Dec 26, 2006 - 08:30 AM
|
|

Joined: Jan 24, 2005
Posts: 65
|
|
Thanks for the responses folks. I'm not at home to try your recommendations, but will do so tomorrow and report back.
("Report back" - another phrase for "What do I do now?" )
Cheers
Joe |
|
|
| |
|
|
|
 |
|
|