You are not logged in.

#1 2008-02-10 12:52:54

Coume
Member
From: UK
Registered: 2008-02-10
Posts: 78
Website

10de:026c Audio dev: nVidia Corporation mod: snd-hda-intel <- no sound

Hello again,

I can't get my sound card to work and I can't see what I am missing sad

[root@himeros][/mnt]
[12:48:03]# hwd -e | grep snd
10de:026c Audio device: nVidia Corporation module: snd-hda-intel
[root@himeros][/mnt]
[12:47:36]# lsmod | grep snd
snd_seq_oss            33408  0
snd_seq_midi_event      7936  1 snd_seq_oss
snd_seq                56064  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          8084  2 snd_seq_oss,snd_seq
snd_pcm_oss            42400  0
snd_mixer_oss          17024  1 snd_pcm_oss
snd_hda_intel         382504  0
snd_pcm                82440  2 snd_pcm_oss,snd_hda_intel
snd_timer              22792  2 snd_seq,snd_pcm
snd_page_alloc          9232  2 snd_hda_intel,snd_pcm
snd_hwdep               9096  1 snd_hda_intel
snd                    58312  9 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
soundcore               8096  1 snd

[root@himeros][/mnt]

The module is properly loaded but even when I drag up the mixer volume in the bottom shelf, it always goes straight back to Null...
Any pointer will be welcome as I can't see what to check next sad

Thanks
Ludo

Last edited by Coume (2008-02-10 12:53:26)

Offline

#2 2008-02-10 15:55:49

lloeki
Member
From: France
Registered: 2007-02-20
Posts: 456
Website

Re: 10de:026c Audio dev: nVidia Corporation mod: snd-hda-intel <- no sound

this happened to me. in my case, hda module wasn't detecting my card model correctly, so I added

options snd-hda-intel model=3stack-660

to /etc/modprobe.conf.

after that, proper controls were visible in alsamixer, EXCEPT ONE. and guess which one? PCM!

how to make it appear is akin to magic. one thing that worked most of the time was to play a file with aplay.

then, once PCM has appeared, be sure to save the state with alsactl -store and/or /etc/rc.d/alsa (and also, add it to rc.conf daemons array, so that it gets reloaded and PCM will reappear magically on each boot).

Last edited by lloeki (2008-02-10 15:56:38)


To know recursion, you must first know recursion.

Offline

Board footer

Powered by FluxBB