View previous topic :: View next topic |
Author |
Message |
gfaccin Tux's lil' helper


Joined: 20 Aug 2004 Posts: 121
|
Posted: Sat Feb 23, 2008 6:05 pm Post subject: [Solved]No sound with Intel Corporation 82801H (ICH8 Family) |
|
|
I'm trying to make the sound card work on my laptop. I've followed the alsa installation guide:
http://www.gentoo.org/doc/en/alsa-guide.xml#alsa-utilities
Alsa manages to find my card, installs itself saying it's all right. If I try to play a mp3 in Audacious, it starts to play, as if it were in fact sending the data to the audio board. I've already checked alsamixer for muted or low volumes. No problems like that. All kernel stuff was compiled to be loaded as modules. In /etc/modules.autoload.d/kernel 2.6 I have:
Code: | snd_hda-intel
snd-mixer-oss
snd-pcm-oss
snd-seq-oss
|
loaded at boot. The alsa init script is also being loaded at boot. Alsa configuration was made with alsaconf.
Here is some useful data:
Code: | # lspci -v | grep -i audio
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
|
Code: | cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xf0d00000 irq 22
| ]
Code: | # cat /proc/asound/version
Advanced Linux Sound Architecture Driver Version 1.0.14 (Fri Jul 20 09:12:58 2007 UTC).
|
Code: | # cat /proc/asound/oss/sndstat
Sound Driver:3.8.1a-980706 (ALSA v1.0.14 emulation code)
Kernel: Linux sonja 2.6.23-gentoo-r8 #7 SMP Sat Feb 23 14:08:38 BRST 2008 x86_64
Config options: 0
Installed drivers:
Type 10: ALSA emulation
Card config:
HDA Intel at 0xf0d00000 irq 22
Audio devices:
0: ALC268 Analog (DUPLEX)
Synth devices: NOT ENABLED IN CONFIG
Midi devices: NOT ENABLED IN CONFIG
Timers:
7: system timer
Mixers:
0: Realtek ALC268
|
I haven't got a single sound in linux! The computer is dual-boot, in Windows XP the sound is working fine. Any ideas on what I'm doing wrong? Thanks!
Last edited by gfaccin on Fri Mar 07, 2008 12:16 pm; edited 1 time in total |
|
Back to top |
|
 |
syscrash Guru


Joined: 14 Apr 2003 Posts: 541
|
Posted: Sun Feb 24, 2008 11:44 pm Post subject: |
|
|
I had a lot of trouble making this work.
Here's what fixed it for me:
Code: | echo up > /proc/acpi/ibm/volume |
(Assuming you have the ibm acpi module thingy loaded, which is part of the kernel.)
Oh, and that assumes this is a thinkpad. _________________ Play ET? Come by #gentoo.et on freenode!
http://syscrash.ca |
|
Back to top |
|
 |
whig l33t

Joined: 27 Nov 2004 Posts: 973 Location: New Zealand
|
Posted: Mon Feb 25, 2008 3:11 am Post subject: |
|
|
Turn up all playback levels in alsamixer at the same time. The correct mixer in cards I've tried can be hard to guess. |
|
Back to top |
|
 |
gfaccin Tux's lil' helper


Joined: 20 Aug 2004 Posts: 121
|
Posted: Mon Feb 25, 2008 2:38 pm Post subject: |
|
|
syscrash wrote: | I had a lot of trouble making this work.
Here's what fixed it for me:
Code: | echo up > /proc/acpi/ibm/volume |
(Assuming you have the ibm acpi module thingy loaded, which is part of the kernel.)
Oh, and that assumes this is a thinkpad. |
Thanks for the reply!
Unfortunately I don't have this ibm module nor anything similar in that directory. Well let's keep trying! |
|
Back to top |
|
 |
gfaccin Tux's lil' helper


Joined: 20 Aug 2004 Posts: 121
|
Posted: Mon Feb 25, 2008 2:40 pm Post subject: |
|
|
whig wrote: | Turn up all playback levels in alsamixer at the same time. The correct mixer in cards I've tried can be hard to guess. |
All levels are at maximum. None of them is muted. Is there anything "special" besides this, that I should try?
Thanks! |
|
Back to top |
|
 |
whig l33t

Joined: 27 Nov 2004 Posts: 973 Location: New Zealand
|
Posted: Tue Feb 26, 2008 3:38 am Post subject: |
|
|
Cheat a bit. Download a small live distro like Slax 6 and see if/how it gets sound. |
|
Back to top |
|
 |
gfaccin Tux's lil' helper


Joined: 20 Aug 2004 Posts: 121
|
Posted: Fri Mar 07, 2008 12:20 pm Post subject: Re: [Solved]No sound with Intel Corporation 82801H (ICH8 Fam |
|
|
I've finally found the solution. I'm posting it so that others can perhaps benefit from it.
This audio card is supported only by a very new version of alsa, that comes with the (at the moment) unstable kernel 2.6.24.
If one emerges gentoo-sources/kernel-2.6.24-r3 or newer, the card will work out of the box.
On previous kernels the card is not supported. However alsa detects it as previously mentioned, thus making the user confused.
Well let the mp3s play!!  |
|
Back to top |
|
 |
swimmer Veteran


Joined: 15 Jul 2002 Posts: 1330 Location: Netherlands
|
Posted: Fri Mar 07, 2008 1:03 pm Post subject: |
|
|
If you use kernel <2.6.24 you can emerge >=media-sound/alsa-driver-1.0.15 which supports ALC268 as well ... |
|
Back to top |
|
 |
|