Hello

On 9/16/09, Emanoil Kotsev <delop...@yahoo.com> wrote:
> Check if modules are in place and check /proc/asound
>
>  cat /proc/asound/devices
>  cat /proc/asound/cards
>
I get this output in both kernels.
li...@debian-liv:~$ cat /proc/asound/devices
  0: [ 0]   : control
  1:        : sequencer
16: [ 0- 0]: digital audio playback
17: [ 0- 1]: digital audio playback
24: [ 0- 0]: digital audio capture
32: [ 1]   : control
33:        : timer
51: [ 1- 3]: digital audio playback
li...@debian-liv:~$ cat /proc/asound/cards
0 [SB             ]: HDA-Intel - HDA ATI SB
                      HDA ATI SB at 0xd2400000 irq 16
1 [HDMI           ]: HDA-Intel - HDA ATI HDMI
                      HDA ATI HDMI at 0xd2310000 irq 19

These are the modules in the kernel with working sound:
li...@debian-liv:~$ uname -a
Linux debian-liv 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64
GNU/Linux
li...@debian-liv:~$ lsmod | grep -i snd
snd_hda_intel         436696  9
snd_pcm_oss            41760  0
snd_mixer_oss          18816  2 snd_pcm_oss
snd_pcm                81800  3 snd_hda_intel,snd_pcm_oss
snd_seq_dummy           7428  0
snd_seq_oss            33152  0
snd_seq_midi           11072  0
snd_rawmidi            26784  1 snd_seq_midi
snd_seq_midi_event     11904  2 snd_seq_oss,snd_seq_midi
snd_seq                54304  6
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer              25744  3 snd_pcm,snd_seq
snd_seq_device         11668  5
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    63688  23
snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore              12064  2 snd
snd_page_alloc         13072  2 snd_hda_intel,snd_pcm


These are the modules in the kernel where sound does not function:
li...@debian-liv:~$ uname  -a
Linux debian-liv 2.6.30-1-amd64 #1 SMP Sat Aug 15 18:09:19 UTC 2009 x86_64
GNU/Linux
li...@debian-liv:~$ lsmod | grep -i snd
snd_hda_codec_atihdmi     3952  1
snd_hda_codec_idt      62480  1
snd_hda_intel          26680  6
snd_hda_codec          75248  3
snd_hda_codec_atihdmi,snd_hda_codec_idt,snd_hda_intel
snd_hwdep               8152  1 snd_hda_codec
snd_pcm_oss            37200  0
snd_mixer_oss          15072  2 snd_pcm_oss
snd_pcm                78504  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi            6976  0
snd_rawmidi            23008  1 snd_seq_midi
snd_seq_midi_event      7712  1 snd_seq_midi
snd_seq                51392  2 snd_seq_midi,snd_seq_midi_event
snd_timer              21824  2 snd_pcm,snd_seq
snd_seq_device          7476  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    63912  21
snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               7984  2 snd

snd_page_alloc         10000  2 snd_hda_intel,snd_pcm

Please advise.
Liviu

Reply via email to