[SOLVED] Alsa sound not working after update
After updating all packages, I suddenly have no sound whereas it was working before. In Xmms, you can see that sound is playing, yet nothing comes out of the speakers. I have other distros on this same box and there are no alsa sound problems under any of them so that rules out a hardware issue. It's as though something is muted. The problem is, I cannot run alsamixer because I keep getting this error:
Code:
alsamixer: function snd_ctl_open failed for default: No such device
I've tried just about everything I've found on the Internet on this error and nothing yet solves my problem. Other useful info:
Code:
bash-3.2$ /sbin/lsmod
Module Size Used by
vboxdrv 53408 0
snd_hda_intel 327444 0
snd_pcm 63368 1 snd_hda_intel
nvidiafb 40960 0
fb 43016 1 nvidiafb
backlight 3972 1 nvidiafb
cfbcopyarea 3584 1 nvidiafb
vgastate 8832 1 nvidiafb
cfbimgblt 2688 1 nvidiafb
snd_timer 17924 1 snd_pcm
snd 43172 3 snd_hda_intel,snd_pcm,snd_timer
soundcore 5600 1 snd
cfbfillrect 3712 1 nvidiafb
snd_page_alloc 7688 2 snd_hda_intel,snd_pcm
nvidia 7089188 24
intel_agp 23100 0
e1000 113344 0
agpgart 26544 2 nvidia,intel_agp
bash-3.2# uname -a
Linux roughdogs 2.6.25.3 #2 Sun Jun 1 23:21:52 UTC 2008 i686 Intel(R) Celeron(R)
CPU 3.06GHz GenuineIntel GNU/Linux
bash-3.2# lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller
(rev 02)
Any thoughts or ideas appreciated.