Anyone else loose there audio?  I update frequently (most of the
time daily) but I haven't listened to audio in a few updates so I
didn't notice it tell today.<br>
<br>
# lspci -vv | grep audio<br>
00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb AC'97 Audio Controller (rev a1)<br>
<br>
<br>
# lsmod | grep snd<br>
snd_intel8x0           70889  0<br>
snd_ac97_codec        145917  1 snd_intel8x0<br>
snd_ac97_bus           36033  1 snd_ac97_codec<br>
snd_seq_dummy          37445  0<br>
snd_seq_oss            71717  0<br>
snd_seq_midi_event     42049  1 snd_seq_oss<br>
snd_seq               
99097  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event<br>
snd_seq_device         43857  3 snd_seq_dummy,snd_seq_oss,snd_seq<br>
snd_pcm_oss            93169  0<br>
snd_mixer_oss          52801  1 snd_pcm_oss<br>
snd_pcm              
139721  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss<br>
snd_timer              62153  2 snd_seq,snd_pcm<br>
snd                  
102945  9
snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer<br>
snd_page_alloc         46289  2 snd_intel8x0,snd_pcm<br>
soundcore              44897  4 snd,nvsound<br>
<br>
<br>
# system-config-soundcard<br>
amixer: Mixer attach default error: No such device<br>
<br>
I also rm modprobe.conf and /etc/sysconfig/hwconf and rebooted<br>
<br>
# cat /etc/modprobe.conf<br>
alias eth0 r8169<br>
alias snd-card-0 snd-intel8x0<br>
options snd-card-0 index=0<br>
options snd-intel8x0 index=0<br>
remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null
2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0<br>
alias scsi_hostadapter sata_nv<br>
<br>
 cat /etc/sysconfig/hwconf<br>
<br>
class: AUDIO<br>
bus: PCI<br>
detached: 0<br>
driver: snd-intel8x0<br>
desc: "nVidia Corporation nForce3 250Gb AC'97 Audio Controller"<br>
vendorId: 10de<br>
deviceId: 00ea<br>
subVendorId: 1462<br>
subDeviceId: 7585<br>
pciType: 1<br>
pcidom:    0<br>
pcibus:  0<br>
pcidev:  6<br>
pcifn:  0<br>
-<br>
<br>
<br>
also, /dev/snd is pretty empty which I assume is the problem.<br>
$ ls /dev/snd/<br>
seq  timer<br>
<br>
There aren't any pcm* or control* listings in there.  Is there an easy way to create these, some kind of probing command?<br>
<br>
Thank you,<br>
<br>
<br>