Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] need sound to listen to a adobe flash video Paul Hartman <paul.hartman+gentoo@×××××.com>
Re: [gentoo-user] need sound to listen to a adobe flash video Dale <rdalek1967@×××××.com>