Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] need sound to listen to a adobe flash video
Date: Thu, 05 Nov 2009 15:39:51
Message-Id: 4AF2F19C.2000206@gmail.com
In Reply to: Re: [gentoo-user] need sound to listen to a adobe flash video by Valmor de Almeida
1 Valmor de Almeida wrote:
2 > Dale wrote:
3 >
4 >> Valmor de Almeida wrote:
5 >>
6 >>> Hello,
7 >>>
8 >>> I would appreciate some guidance in getting sound working such that I
9 >>> can listen to an adobe flash video. I am using firefox (have the adobe
10 >>> flash plugin installed which plays video but no sound) and a pretty
11 >>> updated gentoo laptop.
12 >>>
13 >>> Thanks in advance.
14 >>>
15 >>> --
16 >>> Valmor
17 >>>
18 >>> PS: never tried to get sound working.
19 >>>
20 >>>
21 >>>
22 >> Try lspci -v and see if the sounds card is using a driver. If it is,
23 >> then the kernel is working and it is recognizing the sound card. This
24 >> is what mine looks like:
25 >>
26 >>
27 >>
28 >> 01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
29 >> Subsystem: Creative Labs SBLive! 5.1 eMicro 28028
30 >> Flags: bus master, medium devsel, latency 32, IRQ 18
31 >> I/O ports at b000 [size=32]
32 >> Capabilities: [dc] Power Management version 1
33 >> Kernel driver in use: EMU10K1_Audigy
34 >>
35 >>
36 >>
37 >> The last line is what you look for. If you see something like that then
38 >> it could be as simple as the sound is muted. I have no idea why but as
39 >> a general rule, the sound is muted when you install. I use KDE so I had
40 >> to unmute with Kmix and alsamixer to get mine working.
41 >>
42 >> If it doesn't show a driver in use, then you have to either build a
43 >> module or a new kernel if you want it built in. In that case, let us
44 >> know what kind of sound card you have. The output from lspci would be
45 >> great.
46 >>
47 >> Dale
48 >>
49 >> :-) :-)
50 >>
51 >>
52 >>
53 >
54 > Here is lshw info
55 >
56 > *-multimedia
57 > description: Audio device
58 > product: 82801G (ICH7 Family) High Definition Audio Controller
59 > vendor: Intel Corporation
60 > physical id: 1b
61 > bus info: pci@0000:00:1b.0
62 > version: 02
63 > width: 64 bits
64 > clock: 33MHz
65 > capabilities: pm msi pciexpress bus_master cap_list
66 > configuration: driver=HDA Intel latency=0 module=snd_hda_intel
67 >
68 >
69 > and lspci
70 >
71 > 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
72 > Definition Audio Controller (rev 02)
73 > Kernel driver in use: HDA Intel
74 >
75 > I did built the sound support into the kernel.
76 >
77 > I run a lean gentoo install; no desktop; only a window manager
78 > (windowmaker). Nothing related to alsa is installed. I installed adobe's
79 > flash player plugin which ended up in ~/.mozilla/plugins/libflashplayer.so
80 >
81 > When I play a flash video I don't see an option for turning on audio.
82 >
83 > Thanks,
84 >
85 > --
86 > Valmor
87 >
88 >
89
90 At least you are past the kernel part and know the hardware should be
91 working. I had to install alsamixergui to unmute mine. Since I have a
92 somewhat bloated install, I'm not sure how you would unmute yours. You
93 may have to install some kind of alsa to do that. I'm not really sure
94 in this situation.
95
96 Here is a link about alsa:
97
98 http://www.alsa-project.org/main/index.php/Matrix:Module-intel8x0
99
100 I read in there that cards are muted by default. It says it this way:
101 "Now adjust your soundcard's volume levels. All mixer channels are muted
102 by default. You must use a native mixer program to unmute appropriate
103 channels, for example alsamixer from the alsa-utils package." I would
104 do a emerge -p alsa-utils and just see if it is going to try to install
105 the kitchen sink or just it and perhaps a couple others that you can
106 live with.
107
108 That help?
109
110 Dale
111
112 :-) :-)

Replies

Subject Author
Re: [gentoo-user] need sound to listen to a adobe flash video Valmor de Almeida <val.gentoo@×××××.com>