Florian Kulzer wrote:
On Fri, Nov 16, 2007 at 13:34:00 -0600, Russ Cook wrote:
After an upgrade some time ago, my system no longer initializes
the sound system.  It was posted before that this could be overcome
by removing the alsa modules manually, then running udevtrigger.
Currently, whenever I reboot, I run alsaconf until it removes the
modules, then escape and run udevtrigger.  This works, but is
there a way to restore automatic initialization on boot?  I'm
running Debian Sid, kernel 2.6.23.  Thanks for any help.

Reboot the system and run these two commands (without changing anything
about ALSA):

lsmod | grep snd

ls -l /dev/snd* /dev/dsp

Post the output here and also tell us which sound card you are using
(i.e. post the relevant part of your "lspci" output).

My motherboard is an ASUS A8N32-SLI Deluxe, with integrated
Realtek ALC850 codec.

Output of lsmod | grep snd is attached as file 'sound'
Output of ls -l /dev/snd* /dev/dsp is attached as file 'sndlist'

Thanks for any help, as now my workaround no longer seems
to work.

Regards,
 Russ
snd_rtctimer            8400  1 
snd_mpu401             13848  1 
snd_mpu401_uart        13440  1 snd_mpu401
snd_seq_dummy           8452  0 
snd_intel8x0           40872  2 
snd_seq_oss            36800  0 
snd_ac97_codec        116936  1 snd_intel8x0
ac97_bus                7168  1 snd_ac97_codec
snd_seq_midi           13376  0 
snd_seq_midi_event     12416  2 snd_seq_oss,snd_seq_midi
snd_pcm_oss            48288  1 
snd_mixer_oss          21248  3 snd_pcm_oss
snd_seq                58720  7 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_pcm                89736  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_rawmidi            30624  2 snd_mpu401_uart,snd_seq_midi
snd_seq_device         12948  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
snd_timer              28680  3 snd_rtctimer,snd_seq,snd_pcm
snd_page_alloc         15376  2 snd_intel8x0,snd_pcm
snd                    65720  13 
snd_mpu401,snd_mpu401_uart,snd_intel8x0,snd_seq_oss,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_seq,snd_pcm,snd_rawmidi,snd_seq_device,snd_timer
soundcore              13072  4 snd
crw-rw---- 1 root audio 14, 3 2007-11-16 14:19 /dev/dsp
lrwxrwxrwx 1 root root     24 2007-11-16 14:19 /dev/sndstat -> 
/proc/asound/oss/sndstat

/dev/snd:
total 0
crw-rw---- 1 root audio 116,  0 2007-11-16 14:19 controlC0
crw-rw---- 1 root audio 116, 32 2007-11-16 14:19 controlC1
crw-rw---- 1 root audio 116, 40 2007-11-16 14:19 midiC1D0
crw-rw---- 1 root audio 116, 24 2007-11-16 14:19 pcmC0D0c
crw-rw---- 1 root audio 116, 16 2007-11-16 14:19 pcmC0D0p
crw-rw---- 1 root audio 116, 25 2007-11-16 14:19 pcmC0D1c
crw-rw---- 1 root audio 116, 18 2007-11-16 14:19 pcmC0D2p
crw-rw---- 1 root audio 116,  1 2007-11-16 14:19 seq
crw-rw---- 1 root audio 116, 33 2007-11-16 14:19 timer

Reply via email to