LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Sounds not working on sis966 Azalia. (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/sounds-not-working-on-sis966-azalia-691014/)

Ryuu 12-16-2008 01:25 PM

Sounds not working on sis966 Azalia.
 
I did alsaconf, I have the modules loaded (as far as I can tell), I set all the volumes to max with alsamixer, the programs play the files but for some reason I get no sound.

I had this problem before and it was fixed by adding "options snd-hda-intel model=laptop" to my /etc/modprobe.d/sound but I reinstalled my whole system and this time that solution doesn't seem to work. In alsamixer I don't have Master showing up at all, which was the case the previous time too but now it doesn't show up there even after adding that line.

I also tried updating alsa but that made no difference.

Code:

bash-3.1# lspci | grep Audio
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller

Code:

bash-3.1$ lsmod | grep snd
snd_seq_dummy          6660  0
snd_seq_oss            32896  0
snd_seq_midi_event    10112  1 snd_seq_oss
snd_seq                50256  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device        10380  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss            40352  0
snd_mixer_oss          17920  1 snd_pcm_oss
snd_hda_intel        289052  1
snd_pcm                72068  2 snd_pcm_oss,snd_hda_intel
snd_timer              22532  2 snd_seq,snd_pcm
snd_page_alloc        11528  2 snd_hda_intel,snd_pcm
snd_hwdep              10756  1 snd_hda_intel
snd                    47716  11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
soundcore              9824  1 snd

Code:

bash-3.1# uname -r
2.6.24.5-smp

If you need more info just ask. Thanks in advance.

EDIT: Oh and I'm running Slackware 12.1.

Ryuu 12-21-2008 07:47 AM

resolved by installing realtek HD audio drivers found on the realtek website.


All times are GMT -5. The time now is 11:39 PM.