Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Gentoo: AMD64

[gentoo-user] my gentoo amd64 does not have sound

 

 

Gentoo amd64 RSS feed   Index | Next | Previous | View Threaded


davidshen84 at googlemail

Dec 15, 2009, 4:15 AM

Post #1 of 6 (1227 views)
Permalink
[gentoo-user] my gentoo amd64 does not have sound

hi,

my laptop is thinkpad t61. according to the output of lspci -k

00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
Controller (rev 03)
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel

the driver is already loaded. and i have use alsaconf, and alsamixer
to set the configuration. /etc/init.d/alsasound is started, but my
system still does not have sound.

what have i missed?


--
Best Regards,
David Shen

http://twitter.com/davidshen84/
http://meme.yahoo.com/davidshen84/


fs.antunes at gmail

Dec 15, 2009, 7:10 AM

Post #2 of 6 (1201 views)
Permalink
Re: [gentoo-user] my gentoo amd64 does not have sound [In reply to]

Xi Shen wrote:
> hi,
>
> my laptop is thinkpad t61. according to the output of lspci -k
>
> 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
> Controller (rev 03)
> Kernel driver in use: HDA Intel
> Kernel modules: snd-hda-intel
>
> the driver is already loaded. and i have use alsaconf, and alsamixer
> to set the configuration. /etc/init.d/alsasound is started, but my
> system still does not have sound.
>
> what have i missed?
>
>
I've T61 too. My drivers and ALSA are modules :
snd_seq 48112 0
snd_seq_device 6120 1 snd_seq
snd_pcm_oss 38048 0
snd_mixer_oss 14588 1 snd_pcm_oss
snd_hda_codec_analog 56956 1
snd_hda_intel 24840 7
snd_hda_codec 56700 2 snd_hda_codec_analog,snd_hda_intel
snd_pcm 68704 5 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 19364 4 snd_seq,snd_pcm
snd 51460 19
snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_pcm,snd_timer
snd_page_alloc 7940 2 snd_hda_intel,snd_pcm


wil.reichert at gmail

Dec 15, 2009, 7:38 AM

Post #3 of 6 (1208 views)
Permalink
Re: [gentoo-user] my gentoo amd64 does not have sound [In reply to]

On Tue, Dec 15, 2009 at 4:15 AM, Xi Shen <davidshen84 [at] googlemail> wrote:
> hi,
>
> my laptop is thinkpad t61. according to the output of lspci -k
>
> 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
> Controller (rev 03)
>        Kernel driver in use: HDA Intel
>        Kernel modules: snd-hda-intel
>
> the driver is already loaded. and i have use alsaconf, and alsamixer
> to set the configuration. /etc/init.d/alsasound is started, but my
> system still does not have sound.
>
> what have i missed?

The T61 has audio buttons on it right? Have you tried hitting the up
volume button above the keyboard to see if the hardware mixer is muted
/ turned down?

Wil


donahue95 at comcast

Dec 15, 2009, 7:56 AM

Post #4 of 6 (1198 views)
Permalink
Re: [gentoo-user] my gentoo amd64 does not have sound [In reply to]

On Tue, 2009-12-15 at 20:15 +0800, Xi Shen wrote:
> hi,
>
> my laptop is thinkpad t61. according to the output of lspci -k
>
> 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
> Controller (rev 03)
> Kernel driver in use: HDA Intel
> Kernel modules: snd-hda-intel
>
> the driver is already loaded. and i have use alsaconf, and alsamixer
> to set the configuration. /etc/init.d/alsasound is started, but my
> system still does not have sound.
>
> what have i missed?
>
>
Do you have codecs selected under:
--- Intel HD Audio
[*] Build hwdep interface for HD-audio driver
[ ] Allow dynamic codec reconfiguration (EXPERIMENTAL)
[ ] Support digital beep via input layer
[*] Build Realtek HD-audio codec support
[*] Build Analog Device HD-audio codec support
[*] Build IDT/Sigmatel HD-audio codec support
[*] Build VIA HD-audio codec support
[*] Build ATI HDMI HD-audio codec support
[*] Build NVIDIA HDMI HD-audio codec support
[*] Build INTEL HDMI HD-audio codec support
[*] Build Conexant HD-audio codec support
[*] Build C-Media HD-audio codec support
[*] Build Silicon Labs 3054 HD-modem codec support
[*] Enable generic HD-audio codec parser
[ ] Aggressive power-saving on HD-audio


peter at humphrey

Dec 15, 2009, 10:15 AM

Post #5 of 6 (1203 views)
Permalink
Re: [gentoo-user] my gentoo amd64 does not have sound [In reply to]

On Tuesday 15 December 2009 15:38:48 Wil Reichert wrote:

> The T61 has audio buttons on it right? Have you tried hitting the up
> volume button above the keyboard to see if the hardware mixer is muted
> / turned down?

That reminds me: on the T61 the sound starts off muted whatever settings you
have. You have to touch the unmute button to get any sound.

I have this in /etc/conf.d/local.start to save me having to do so:

echo up >> /proc/acpi/ibm/volume

HTH.

--
Rgds
Peter


anonymous.pseudonym.88 at gmail

Dec 15, 2009, 1:50 PM

Post #6 of 6 (1198 views)
Permalink
Re: [gentoo-user] my gentoo amd64 does not have sound [In reply to]

On Tue, 2009-12-15 at 20:15 +0800, Xi Shen wrote:
> hi,
>
> my laptop is thinkpad t61. according to the output of lspci -k
>
> 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio
> Controller (rev 03)
> Kernel driver in use: HDA Intel
> Kernel modules: snd-hda-intel
>
> the driver is already loaded. and i have use alsaconf, and alsamixer
> to set the configuration. /etc/init.d/alsasound is started, but my
> system still does not have sound.
>
> what have i missed?
>
>
Not sure if it will apply to you, but I have an HP hdx9300. It uses
the hda-intel as well. The in kernel sound was broken after 2.6.27, and
only fixed as of 2.6.32.

You may also want to check
https://help.ubuntu.com/community/HdaIntelSoundHowto It gives a
simplified overview. The alsa site also has a lot of information. My
advice is try 2.6.32 with all the hda codecs emerged and go from there.

B. Vance

Gentoo amd64 RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.