Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.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:29:15
Message-Id: 58965d8a0911050729k432fa7fj299c97ef4a91df9d@mail.gmail.com
In Reply to: Re: [gentoo-user] need sound to listen to a adobe flash video by Valmor de Almeida
1 On Thu, Nov 5, 2009 at 9:46 AM, Valmor de Almeida <val.gentoo@×××××.com> wrote:
2 > Dale wrote:
3 >> Valmor de Almeida wrote:
4 >>> Hello,
5 >>>
6 >>> I would appreciate some guidance in getting sound working such that I
7 >>> can listen to an adobe flash video. I am using firefox (have the adobe
8 >>> flash plugin installed which plays video but no sound) and a pretty
9 >>> updated gentoo laptop.
10 >>>
11 >>> Thanks in advance.
12 >>>
13 >>> --
14 >>> Valmor
15 >>>
16 >>> PS: never tried to get sound working.
17 >>>
18 >>>
19 >>
20 >> Try lspci -v and see if the sounds card is using a driver. If it is,
21 >> then the kernel is working and it is recognizing the sound card. This
22 >> is what mine looks like:
23 >>
24 >>
25 >>
26 >> 01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
27 >> Subsystem: Creative Labs SBLive! 5.1 eMicro 28028
28 >> Flags: bus master, medium devsel, latency 32, IRQ 18
29 >> I/O ports at b000 [size=32]
30 >> Capabilities: [dc] Power Management version 1
31 >> Kernel driver in use: EMU10K1_Audigy
32 >>
33 >>
34 >>
35 >> The last line is what you look for. If you see something like that then
36 >> it could be as simple as the sound is muted. I have no idea why but as
37 >> a general rule, the sound is muted when you install. I use KDE so I had
38 >> to unmute with Kmix and alsamixer to get mine working.
39 >>
40 >> If it doesn't show a driver in use, then you have to either build a
41 >> module or a new kernel if you want it built in. In that case, let us
42 >> know what kind of sound card you have. The output from lspci would be
43 >> great.
44 >>
45 >> Dale
46 >>
47 >> :-) :-)
48 >>
49 >>
50 >
51 > Here is lshw info
52 >
53 > *-multimedia
54 > description: Audio device
55 > product: 82801G (ICH7 Family) High Definition Audio Controller
56 > vendor: Intel Corporation
57 > physical id: 1b
58 > bus info: pci@0000:00:1b.0
59 > version: 02
60 > width: 64 bits
61 > clock: 33MHz
62 > capabilities: pm msi pciexpress bus_master cap_list
63 > configuration: driver=HDA Intel latency=0 module=snd_hda_intel
64 >
65 >
66 > and lspci
67 >
68 > 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High
69 > Definition Audio Controller (rev 02)
70 > Kernel driver in use: HDA Intel
71 >
72 > I did built the sound support into the kernel.
73 >
74 > I run a lean gentoo install; no desktop; only a window manager
75 > (windowmaker). Nothing related to alsa is installed. I installed adobe's
76 > flash player plugin which ended up in ~/.mozilla/plugins/libflashplayer.so
77 >
78 > When I play a flash video I don't see an option for turning on audio.
79 >
80 > Thanks,
81
82 Looks like you've got it installed properly... have you unmuted the
83 sound? AFAIK alsa mutes everything by default. Run alsamixer and play
84 a video with sound and adjust them until you hear something.