* [gentoo-user] my gentoo amd64 does not have sound @ 2009-12-15 12:15 Xi Shen 2009-12-15 12:19 ` Pintér Tibor ` (2 more replies) 0 siblings, 3 replies; 11+ messages in thread From: Xi Shen @ 2009-12-15 12:15 UTC (permalink / raw To: gentoo-china, gentoo-user, gentoo-amd64 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/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] my gentoo amd64 does not have sound 2009-12-15 12:15 [gentoo-user] my gentoo amd64 does not have sound Xi Shen @ 2009-12-15 12:19 ` Pintér Tibor 2009-12-15 15:35 ` Marcus Wanner 2009-12-15 14:09 ` Bruce Hill 2009-12-15 17:16 ` [gentoo-user] " walt 2 siblings, 1 reply; 11+ messages in thread From: Pintér Tibor @ 2009-12-15 12:19 UTC (permalink / raw To: gentoo-user > 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? unmute? t ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] my gentoo amd64 does not have sound 2009-12-15 12:19 ` Pintér Tibor @ 2009-12-15 15:35 ` Marcus Wanner 2009-12-15 17:07 ` Willie Wong 0 siblings, 1 reply; 11+ messages in thread From: Marcus Wanner @ 2009-12-15 15:35 UTC (permalink / raw To: gentoo-user On 12/15/2009 7:19 AM, Pintér Tibor wrote: > >> 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? > > unmute? > > t To unmute sound at all levels, run mplayer and turn the volume up (mplayer is special that way, other programs don't have the same effect). If sound on that and other apps works now, you need to run rc-update add alsasound default and then it should work even after a reboot. Marcus ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] my gentoo amd64 does not have sound 2009-12-15 15:35 ` Marcus Wanner @ 2009-12-15 17:07 ` Willie Wong 2009-12-15 18:59 ` Marcus Wanner 2009-12-15 22:20 ` Bruce Hill 0 siblings, 2 replies; 11+ messages in thread From: Willie Wong @ 2009-12-15 17:07 UTC (permalink / raw To: gentoo-user On Tue, Dec 15, 2009 at 10:35:20AM -0500, Penguin Lover Marcus Wanner squawked: > On 12/15/2009 7:19 AM, Pint??r Tibor wrote: >> unmute? >> > To unmute sound at all levels, run mplayer and turn the volume up (mplayer > is special that way, other programs don't have the same effect). Mplayer? Seriously? Why not use amixer (purely commandline) or alsamixer (quasi-gui)? That's what they are intended for! Cheers, W -- ZAPHOD Hey, this rock... FORD Marble... ZAPHOD Marble... FORD Ice-covered marble... ZAPHOD Right... it's as slippery as... as... What's the slipperiest thing you can think of? FORD At the moment? This marble. ZAPHOD Right. This marble is as slippery as this marble. - Zaphod and Ford trying to get a grip on things in Brontitall, Fit the Tenth. Sortir en Pantoufles: up 1103 days, 15:58 ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] my gentoo amd64 does not have sound 2009-12-15 17:07 ` Willie Wong @ 2009-12-15 18:59 ` Marcus Wanner 2009-12-15 22:20 ` Bruce Hill 1 sibling, 0 replies; 11+ messages in thread From: Marcus Wanner @ 2009-12-15 18:59 UTC (permalink / raw To: gentoo-user On 12/15/2009 12:07 PM, Willie Wong wrote: > On Tue, Dec 15, 2009 at 10:35:20AM -0500, Penguin Lover Marcus Wanner squawked: > >> On 12/15/2009 7:19 AM, Pint??r Tibor wrote: >> >>> unmute? >>> >>> >> To unmute sound at all levels, run mplayer and turn the volume up (mplayer >> is special that way, other programs don't have the same effect). >> > Mplayer? Seriously? > > Why not use amixer (purely commandline) or alsamixer (quasi-gui)? > That's what they are intended for! > That was the only thing I could find that unmuted it everywhere it needed... ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] my gentoo amd64 does not have sound 2009-12-15 17:07 ` Willie Wong 2009-12-15 18:59 ` Marcus Wanner @ 2009-12-15 22:20 ` Bruce Hill 2009-12-15 22:51 ` Dale 1 sibling, 1 reply; 11+ messages in thread From: Bruce Hill @ 2009-12-15 22:20 UTC (permalink / raw To: gentoo-user On Tue, Dec 15, 2009 at 12:07:52PM -0500, Willie Wong wrote: > On Tue, Dec 15, 2009 at 10:35:20AM -0500, Penguin Lover Marcus Wanner squawked: > > On 12/15/2009 7:19 AM, Pint??r Tibor wrote: > >> unmute? > >> > > To unmute sound at all levels, run mplayer and turn the volume up (mplayer > > is special that way, other programs don't have the same effect). > > Mplayer? Seriously? > > Why not use amixer (purely commandline) or alsamixer (quasi-gui)? > That's what they are intended for! > > Cheers, > > W Or why not go ahead and do things The Alsa Way (TM) and use speaker-test - command-line speaker test tone generator for ALSA: Run "speaker-test -Dplug:front -c2 -t wav" in one terminal while you adjust your levels in alsamixer in another terminal. Yes, use a tabbed terminal, such as rxvt-unicode. ;) -- "Experience is a hard teacher because she gives the test first, the lesson afterward. But properly learned, the lesson forever changes the man." ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] my gentoo amd64 does not have sound 2009-12-15 22:20 ` Bruce Hill @ 2009-12-15 22:51 ` Dale 2009-12-16 1:00 ` Xi Shen 0 siblings, 1 reply; 11+ messages in thread From: Dale @ 2009-12-15 22:51 UTC (permalink / raw To: gentoo-user Bruce Hill wrote: > On Tue, Dec 15, 2009 at 12:07:52PM -0500, Willie Wong wrote: > >> On Tue, Dec 15, 2009 at 10:35:20AM -0500, Penguin Lover Marcus Wanner squawked: >> >>> On 12/15/2009 7:19 AM, Pint??r Tibor wrote: >>> >>>> unmute? >>>> >>>> >>> To unmute sound at all levels, run mplayer and turn the volume up (mplayer >>> is special that way, other programs don't have the same effect). >>> >> Mplayer? Seriously? >> >> Why not use amixer (purely commandline) or alsamixer (quasi-gui)? >> That's what they are intended for! >> >> Cheers, >> >> W >> > > Or why not go ahead and do things The Alsa Way (TM) and use speaker-test - > command-line speaker test tone generator for ALSA: > > Run "speaker-test -Dplug:front -c2 -t wav" in one terminal while you adjust > your levels in alsamixer in another terminal. Yes, use a tabbed terminal, such > as rxvt-unicode. ;) > OK. This is funny as heck. I ran this. I really need to reverse my speakers. Anybody remember the old cartoon where the guy had the shirt sleeves marked left and right? lol I guess I need to do that too. For the record, I had to use alsamixer to unute mine too. It was the master that was muted which mplayer has nothing to do with, at least not on my system anyway. Dale :-) :-) ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] my gentoo amd64 does not have sound 2009-12-15 22:51 ` Dale @ 2009-12-16 1:00 ` Xi Shen 0 siblings, 0 replies; 11+ messages in thread From: Xi Shen @ 2009-12-16 1:00 UTC (permalink / raw To: gentoo-user thanks you all. i have tried to press the mute button, the volume up button, adjust the volume in mplayer, etc. but still got nothing. and my kernel have the intel codec compiled at modules. anyway, i will retry again... On Wed, Dec 16, 2009 at 6:51 AM, Dale <rdalek1967@gmail.com> wrote: > Bruce Hill wrote: >> >> On Tue, Dec 15, 2009 at 12:07:52PM -0500, Willie Wong wrote: >> >>> >>> On Tue, Dec 15, 2009 at 10:35:20AM -0500, Penguin Lover Marcus Wanner >>> squawked: >>> >>>> >>>> On 12/15/2009 7:19 AM, Pint??r Tibor wrote: >>>> >>>>> >>>>> unmute? >>>>> >>>>> >>>> >>>> To unmute sound at all levels, run mplayer and turn the volume up >>>> (mplayer is special that way, other programs don't have the same effect). >>>> >>> >>> Mplayer? Seriously? >>> Why not use amixer (purely commandline) or alsamixer (quasi-gui)? >>> That's what they are intended for! >>> >>> Cheers, >>> W >>> >> >> Or why not go ahead and do things The Alsa Way (TM) and use speaker-test - >> command-line speaker test tone generator for ALSA: >> >> Run "speaker-test -Dplug:front -c2 -t wav" in one terminal while you >> adjust >> your levels in alsamixer in another terminal. Yes, use a tabbed terminal, >> such >> as rxvt-unicode. ;) >> > > OK. This is funny as heck. I ran this. I really need to reverse my > speakers. Anybody remember the old cartoon where the guy had the shirt > sleeves marked left and right? lol I guess I need to do that too. > > For the record, I had to use alsamixer to unute mine too. It was the master > that was muted which mplayer has nothing to do with, at least not on my > system anyway. > > Dale > > :-) :-) > > > -- Best Regards, David Shen http://twitter.com/davidshen84/ http://meme.yahoo.com/davidshen84/ ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] my gentoo amd64 does not have sound 2009-12-15 12:15 [gentoo-user] my gentoo amd64 does not have sound Xi Shen 2009-12-15 12:19 ` Pintér Tibor @ 2009-12-15 14:09 ` Bruce Hill 2009-12-15 17:16 ` [gentoo-user] " walt 2 siblings, 0 replies; 11+ messages in thread From: Bruce Hill @ 2009-12-15 14:09 UTC (permalink / raw To: gentoo-user; +Cc: Xi Shen On Tue, Dec 15, 2009 at 08:15:13PM +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? > > > -- > Best Regards, > David Shen Could you d/l this script: http://slackwarebox.dyndns.org:88/HOW-TOs/alsa-info.sh and pastebin.ca the output? I have a T61 with working sound and webcam built-in mic. Bruce Hill -- "Experience is a hard teacher because she gives the test first, the lesson afterward. But properly learned, the lesson forever changes the man." ^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-user] Re: my gentoo amd64 does not have sound 2009-12-15 12:15 [gentoo-user] my gentoo amd64 does not have sound Xi Shen 2009-12-15 12:19 ` Pintér Tibor 2009-12-15 14:09 ` Bruce Hill @ 2009-12-15 17:16 ` walt 2009-12-15 21:51 ` Mick 2 siblings, 1 reply; 11+ messages in thread From: walt @ 2009-12-15 17:16 UTC (permalink / raw To: gentoo-user; +Cc: gentoo-amd64 On 12/15/2009 04:15 AM, 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? Did you include any of the CONFIG_SND_HDA_CODEC_* options in your kernel config? I built them all as modules, and I notice that only one of them actually gets loaded (in my case, the Realtek codec.) so I'm assuming that only one is needed. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: my gentoo amd64 does not have sound 2009-12-15 17:16 ` [gentoo-user] " walt @ 2009-12-15 21:51 ` Mick 0 siblings, 0 replies; 11+ messages in thread From: Mick @ 2009-12-15 21:51 UTC (permalink / raw To: gentoo-user [-- Attachment #1: Type: Text/Plain, Size: 1145 bytes --] On Tuesday 15 December 2009 17:16:33 walt wrote: > On 12/15/2009 04:15 AM, 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? > > Did you include any of the CONFIG_SND_HDA_CODEC_* options in your > kernel config? I built them all as modules, and I notice that only > one of them actually gets loaded (in my case, the Realtek codec.) so > I'm assuming that only one is needed. On my laptop (different card) the sound is always muted unless I increase the volume with e.g. mplayer/alsamixer, or push one of the physical hardware buttons on the laptop that increase/lower the volume. That seems to unmute it. I have to repeat after every reboot. -- Regards, Mick [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 198 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2009-12-16 2:02 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-12-15 12:15 [gentoo-user] my gentoo amd64 does not have sound Xi Shen 2009-12-15 12:19 ` Pintér Tibor 2009-12-15 15:35 ` Marcus Wanner 2009-12-15 17:07 ` Willie Wong 2009-12-15 18:59 ` Marcus Wanner 2009-12-15 22:20 ` Bruce Hill 2009-12-15 22:51 ` Dale 2009-12-16 1:00 ` Xi Shen 2009-12-15 14:09 ` Bruce Hill 2009-12-15 17:16 ` [gentoo-user] " walt 2009-12-15 21:51 ` Mick
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox