From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N64RC-000605-O6 for garchives@archives.gentoo.org; Thu, 05 Nov 2009 15:39:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64D91E0B0A; Thu, 5 Nov 2009 15:39:21 +0000 (UTC) Received: from mail-yw0-f191.google.com (mail-yw0-f191.google.com [209.85.211.191]) by pigeon.gentoo.org (Postfix) with ESMTP id 420B0E0B0A for ; Thu, 5 Nov 2009 15:39:21 +0000 (UTC) Received: by ywh29 with SMTP id 29so94863ywh.32 for ; Thu, 05 Nov 2009 07:39:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=x4thfxfwZMwiCUqSfT2tfixnbx087k6CgICckRXkbI4=; b=lnqrVXhpQsgH+5uC+qTnYd75CZOJCadk+TDCbGSQBXiM98rmNWwsYV4NIYB8wP9s/E 8FhsTEFRl9qjIcOx3Xll3pYMDk2WEFw/q0CMu9mwSPRAh6pl9HcPisNAbnGFhUas5+1o IGG2u8pj9yMnwJTEJwv2QToXfJEiEzsgKa3D0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=oJX2LoXiKzIV+1xdrxqyOmvVd4qn3QUO74GDyrKfBgKGqUx8mx3MFdC8QFmO2NXb5D chw+D/dBY9qT4opY8HsDjQN8mDggFOHQ6q3z4daI5erslFAK566xyrq4oI3wajiDdBBL onqjoourlc0BBXI9xLbV8t+ekcCAtSE0tj/1o= Received: by 10.151.88.28 with SMTP id q28mr5435617ybl.337.1257435552214; Thu, 05 Nov 2009 07:39:12 -0800 (PST) Received: from ?192.168.1.1? (adsl-0-115-242.jan.bellsouth.net [65.0.115.242]) by mx.google.com with ESMTPS id 14sm406906gxk.6.2009.11.05.07.39.09 (version=SSLv3 cipher=RC4-MD5); Thu, 05 Nov 2009 07:39:10 -0800 (PST) Message-ID: <4AF2F19C.2000206@gmail.com> Date: Thu, 05 Nov 2009 09:39:08 -0600 From: Dale User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20091007 SeaMonkey/1.1.18 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] need sound to listen to a adobe flash video References: <4AF20E08.9070008@gmail.com> <4AF2029C.5060105@gmail.com> <4AF2F33A.4080709@gmail.com> In-Reply-To: <4AF2F33A.4080709@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 69d845b0-6278-42e1-b2ec-eb39db8a6fc6 X-Archives-Hash: 640ecdc4e0e395126d7b1887b8c5c3a9 Valmor de Almeida wrote: > Dale wrote: > >> Valmor de Almeida wrote: >> >>> Hello, >>> >>> I would appreciate some guidance in getting sound working such that I >>> can listen to an adobe flash video. I am using firefox (have the adobe >>> flash plugin installed which plays video but no sound) and a pretty >>> updated gentoo laptop. >>> >>> Thanks in advance. >>> >>> -- >>> Valmor >>> >>> PS: never tried to get sound working. >>> >>> >>> >> Try lspci -v and see if the sounds card is using a driver. If it is, >> then the kernel is working and it is recognizing the sound card. This >> is what mine looks like: >> >> >> >> 01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a) >> Subsystem: Creative Labs SBLive! 5.1 eMicro 28028 >> Flags: bus master, medium devsel, latency 32, IRQ 18 >> I/O ports at b000 [size=32] >> Capabilities: [dc] Power Management version 1 >> Kernel driver in use: EMU10K1_Audigy >> >> >> >> The last line is what you look for. If you see something like that then >> it could be as simple as the sound is muted. I have no idea why but as >> a general rule, the sound is muted when you install. I use KDE so I had >> to unmute with Kmix and alsamixer to get mine working. >> >> If it doesn't show a driver in use, then you have to either build a >> module or a new kernel if you want it built in. In that case, let us >> know what kind of sound card you have. The output from lspci would be >> great. >> >> Dale >> >> :-) :-) >> >> >> > > Here is lshw info > > *-multimedia > description: Audio device > product: 82801G (ICH7 Family) High Definition Audio Controller > vendor: Intel Corporation > physical id: 1b > bus info: pci@0000:00:1b.0 > version: 02 > width: 64 bits > clock: 33MHz > capabilities: pm msi pciexpress bus_master cap_list > configuration: driver=HDA Intel latency=0 module=snd_hda_intel > > > and lspci > > 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High > Definition Audio Controller (rev 02) > Kernel driver in use: HDA Intel > > I did built the sound support into the kernel. > > I run a lean gentoo install; no desktop; only a window manager > (windowmaker). Nothing related to alsa is installed. I installed adobe's > flash player plugin which ended up in ~/.mozilla/plugins/libflashplayer.so > > When I play a flash video I don't see an option for turning on audio. > > Thanks, > > -- > Valmor > > At least you are past the kernel part and know the hardware should be working. I had to install alsamixergui to unmute mine. Since I have a somewhat bloated install, I'm not sure how you would unmute yours. You may have to install some kind of alsa to do that. I'm not really sure in this situation. Here is a link about alsa: http://www.alsa-project.org/main/index.php/Matrix:Module-intel8x0 I read in there that cards are muted by default. It says it this way: "Now adjust your soundcard's volume levels. All mixer channels are muted by default. You must use a native mixer program to unmute appropriate channels, for example alsamixer from the alsa-utils package." I would do a emerge -p alsa-utils and just see if it is going to try to install the kitchen sink or just it and perhaps a couple others that you can live with. That help? Dale :-) :-)