View previous topic :: View next topic |
Author |
Message |
TrentonAdams n00b
Joined: 16 Aug 2008 Posts: 64
|
Posted: Mon Aug 18, 2008 1:12 am Post subject: Intel (ICH5/ICH5R) AC'97 Audio Controller not working |
|
|
Code: | lspci | grep Audio
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
|
I have compiled the kernel drivers for it, and tried the alsa drivers as well, and nothing seems to work. I tried the alsa sound drivers before compiling it for the kernel. When restarting alsasound, I would receive some sound on the speakers for a split second. But, the audio did not work when I used "play somefile.wav" for example.
I have used alsamixer to adjust sound settings and such, to no avail.
Any ideas on where to go from here?
Thanks. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54797 Location: 56N 3W
|
Posted: Mon Aug 18, 2008 11:46 am Post subject: |
|
|
TrentonAdams,
Your kernel setup needs to be like this except you need the other Intel Sound driver on the PCI Devices ----> menu.
Its an old stable sound driver, alsa-drivers is not needed. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Mon Aug 18, 2008 11:59 am Post subject: |
|
|
If you need help with the rest, just post.
I have this old sound card too, and everything is working with this kernel config. |
|
Back to top |
|
|
TrentonAdams n00b
Joined: 16 Aug 2008 Posts: 64
|
Posted: Mon Aug 18, 2008 5:24 pm Post subject: |
|
|
Thanks, I will try loading that kernel module later today hopefully. |
|
Back to top |
|
|
TrentonAdams n00b
Joined: 16 Aug 2008 Posts: 64
|
Posted: Wed Aug 20, 2008 2:59 am Post subject: |
|
|
NeddySeagoon wrote: | TrentonAdams,
Your kernel setup needs to be like this except you need the other Intel Sound driver on the PCI Devices ----> menu.
Its an old stable sound driver, alsa-drivers is not needed. |
What "other" Intel driver are you referring to? I tried snd-hda-intel, but it doesn't work for my card. When I "modprobe snd-intel8x0" or "rmmod snd-intel8x0", I hear something on the speakers momentarily. Isn't that a good indication I have the correct driver? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54797 Location: 56N 3W
|
Posted: Wed Aug 20, 2008 11:23 am Post subject: |
|
|
TrentonAdams,
Yes, you need snd-intel8x0 when thats loaded you should have /dev/snd populated and if you have ALSAs OSS support /dev/sound too.
Now you need to follow the ALSA Guide omitting the emerge alsa-drivers step as your kernel provides this.
With the user space tools installed and your user in the audio group, unmute master and PCM *only* and set the sliders to 70%.
It should just work.
The unmute master and PCM *only* is important. Your sound chip can do analogue and digital audio but not both at the same time.
When controls for both are enabled, it works in digital mode, which is not what you want. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
TrentonAdams n00b
Joined: 16 Aug 2008 Posts: 64
|
Posted: Wed Aug 20, 2008 5:48 pm Post subject: |
|
|
I didn't realize I had to run alsaconf. It works now.
Thanks. |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Wed Aug 20, 2008 8:08 pm Post subject: |
|
|
No problem, good luck with the rest |
|
Back to top |
|
|
|