* Re: [gentoo-user] need sound to listen to a adobe flash video
2009-11-04 23:28 [gentoo-user] need sound to listen to a adobe flash video Valmor de Almeida
@ 2009-11-04 22:39 ` Dale
2009-11-05 15:46 ` Valmor de Almeida
2009-11-05 20:58 ` [gentoo-user] " Stroller
1 sibling, 1 reply; 12+ messages in thread
From: Dale @ 2009-11-04 22:39 UTC (permalink / raw
To: gentoo-user
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
:-) :-)
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-user] need sound to listen to a adobe flash video
@ 2009-11-04 23:28 Valmor de Almeida
2009-11-04 22:39 ` Dale
2009-11-05 20:58 ` [gentoo-user] " Stroller
0 siblings, 2 replies; 12+ messages in thread
From: Valmor de Almeida @ 2009-11-04 23:28 UTC (permalink / raw
To: gentoo-user
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.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] need sound to listen to a adobe flash video
2009-11-05 15:46 ` Valmor de Almeida
@ 2009-11-05 15:29 ` Paul Hartman
2009-11-05 15:39 ` Dale
1 sibling, 0 replies; 12+ messages in thread
From: Paul Hartman @ 2009-11-05 15:29 UTC (permalink / raw
To: gentoo-user
On Thu, Nov 5, 2009 at 9:46 AM, Valmor de Almeida <val.gentoo@gmail.com> 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,
Looks like you've got it installed properly... have you unmuted the
sound? AFAIK alsa mutes everything by default. Run alsamixer and play
a video with sound and adjust them until you hear something.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] need sound to listen to a adobe flash video
2009-11-05 15:46 ` Valmor de Almeida
2009-11-05 15:29 ` Paul Hartman
@ 2009-11-05 15:39 ` Dale
2009-11-05 21:43 ` Valmor de Almeida
1 sibling, 1 reply; 12+ messages in thread
From: Dale @ 2009-11-05 15:39 UTC (permalink / raw
To: gentoo-user
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
:-) :-)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] need sound to listen to a adobe flash video
2009-11-04 22:39 ` Dale
@ 2009-11-05 15:46 ` Valmor de Almeida
2009-11-05 15:29 ` Paul Hartman
2009-11-05 15:39 ` Dale
0 siblings, 2 replies; 12+ messages in thread
From: Valmor de Almeida @ 2009-11-05 15:46 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] need sound to listen to a adobe flash video
2009-11-04 23:28 [gentoo-user] need sound to listen to a adobe flash video Valmor de Almeida
2009-11-04 22:39 ` Dale
@ 2009-11-05 20:58 ` Stroller
2009-11-16 2:23 ` Valmor de Almeida
1 sibling, 1 reply; 12+ messages in thread
From: Stroller @ 2009-11-05 20:58 UTC (permalink / raw
To: gentoo-user
On 4 Nov 2009, at 23:28, Valmor de Almeida wrote:
> ...
> 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.
You haven't made it clear - in any of your subsequent posts, either -
if sound is working for other applications.
If you get a new email, does your laptop go "bing!"? Can you play an
MP3 by double clicking on it or at the command line? What if you run
mplayer at the command line on an AVI video?
If you have only previously used your laptop for email, surfing the
web or writing code, it's not clear that sound may *ever* have been
working on it. IMO you need to get sound working for a basic program
that uses audio before worrying about Flash, which seems more
problematic.
Stroller.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] need sound to listen to a adobe flash video
2009-11-05 21:43 ` Valmor de Almeida
@ 2009-11-05 21:25 ` James Ausmus
2009-11-16 2:20 ` Valmor de Almeida
2009-11-05 21:37 ` [gentoo-user] " Nikos Chantziaras
1 sibling, 1 reply; 12+ messages in thread
From: James Ausmus @ 2009-11-05 21:25 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1537 bytes --]
On Thu, Nov 5, 2009 at 1:43 PM, Valmor de Almeida <val.gentoo@gmail.com>wrote:
<snip>
I think I am getting close. My video player is vlc and I reemerged with
> alsa support; that pulled only the relevant alsa packages. Then
> downloaded a flv video and played; no sound. But got some clue.
>
>
First off - do you have PulseAudio running? If so, for HW/ALSA testing
purposes, shut it down. Second, check your mixer settings to determine if
your volume levels are appropriate. A great quick CLI app for this is
alsamixer (media-sound/alsa-utils) - first start the alsasound service (sudo
/etc/init.d/alsasound start), then run alsamixer - set your volumes to about
80%, and unmute all channels (use the 'm' key to toggle mute), then restart
the alsasound service to save your volume levels (sudo /etc/init.d/alsasound
restart), then add the alsasound service to your boot runlevel (sudo
rc-update add alsasound boot). This will set it up to restore these volume
levels on every startup (it will also save your *current* volume levels on
every shutdown, so don't mute, shutdown, and expect to be unmuted after
starting back up).
Now, double-check that PulseAudio is not running (ps -elf | grep -i pulse),
and kill it if it is.
Then run:
aplay /usr/share/sounds/alsa/Front_Center.wav
If you hear sound - great, ALSA and your sound HW are working, and Flash
audio will almost certainly start magically working. If not, please post the
output of:
aplay -l
aplay -L
(both of those are L, first one lower case, second upper)
HTH-
James
[-- Attachment #2: Type: text/html, Size: 2093 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* [gentoo-user] Re: need sound to listen to a adobe flash video
2009-11-05 21:43 ` Valmor de Almeida
2009-11-05 21:25 ` James Ausmus
@ 2009-11-05 21:37 ` Nikos Chantziaras
1 sibling, 0 replies; 12+ messages in thread
From: Nikos Chantziaras @ 2009-11-05 21:37 UTC (permalink / raw
To: gentoo-user
On 11/05/2009 11:43 PM, Valmor de Almeida wrote:
>[...]
> I think I am getting close. My video player is vlc and I reemerged with
> alsa support; that pulled only the relevant alsa packages. Then
> downloaded a flv video and played; no sound.[...]
Try to enable the alsasound service (as root):
rc-config add alsasound default
To start it without having to reboot:
/etc/init.d/alsasound start
Restart X and try again.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] need sound to listen to a adobe flash video
2009-11-05 15:39 ` Dale
@ 2009-11-05 21:43 ` Valmor de Almeida
2009-11-05 21:25 ` James Ausmus
2009-11-05 21:37 ` [gentoo-user] " Nikos Chantziaras
0 siblings, 2 replies; 12+ messages in thread
From: Valmor de Almeida @ 2009-11-05 21:43 UTC (permalink / raw
To: gentoo-user
Dale wrote:
...[snip]...
>
> 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
>
> :-) :-)
>
>
I think I am getting close. My video player is vlc and I reemerged with
alsa support; that pulled only the relevant alsa packages. Then
downloaded a flv video and played; no sound. But got some clue.
[0x9e5e950] main demux error: no meta reader module matched "any"
mdb:382, lastbuf:0 skipping granule 0
mdb:382, lastbuf:0 skipping granule 0
mdb:382, lastbuf:0 skipping granule 1
mdb:382, lastbuf:0 skipping granule 1
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function
snd_func_card_driver returned
error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat
returned erro
r: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer
returned error
: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or
directory
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
mdb:511, lastbuf:382 skipping granule 0
mdb:511, lastbuf:382 skipping granule 0
mdb:511, lastbuf:382 skipping granule 1
mdb:511, lastbuf:382 skipping granule 1
QPainter::begin: Paint device returned engine == 0, type: 1
QPainter::begin: Paint device returned engine == 0, type: 1
Will follow the gentoo online doc on alsa to troubleshoot. Seems I will
have to revisit my hal configuration?
Thanks,
--
Valmor
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] need sound to listen to a adobe flash video
2009-11-05 21:25 ` James Ausmus
@ 2009-11-16 2:20 ` Valmor de Almeida
0 siblings, 0 replies; 12+ messages in thread
From: Valmor de Almeida @ 2009-11-16 2:20 UTC (permalink / raw
To: gentoo-user
James Ausmus wrote:
>
>
[snip]
>
> First off - do you have PulseAudio running? If so, for HW/ALSA testing
> purposes, shut it down. Second, check your mixer settings to determine
No I don't have it installed.
> if your volume levels are appropriate. A great quick CLI app for this is
> alsamixer (media-sound/alsa-utils) - first start the alsasound service
> (sudo /etc/init.d/alsasound start), then run alsamixer - set your
> volumes to about 80%, and unmute all channels (use the 'm' key to toggle
> mute), then restart the alsasound service to save your volume levels
> (sudo /etc/init.d/alsasound restart), then add the alsasound service to
> your boot runlevel (sudo rc-update add alsasound boot). This will set it
> up to restore these volume levels on every startup (it will also save
> your *current* volume levels on every shutdown, so don't mute, shutdown,
> and expect to be unmuted after starting back up).
>
Followed all steps after emerging alsa-utils
> Now, double-check that PulseAudio is not running (ps -elf | grep -i
> pulse), and kill it if it is.
>
> Then run:
>
> aplay /usr/share/sounds/alsa/Front_Center.wav
Tried this instead
-> aplay /usr/lib/mozilla-thunderbird/res/samples/test.wav
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3513:(_snd_config_evaluate) function
snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_concat
returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3513:(_snd_config_evaluate) function snd_func_refer
returned error: No such file or directory
ALSA lib conf.c:3985:(snd_config_expand) Evaluate error: No such file or
directory
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:608: audio open error: No such file or directory
>
> If you hear sound - great, ALSA and your sound HW are working, and Flash
No sound yet.
> audio will almost certainly start magically working. If not, please post
> the output of:
>
> aplay -l
> aplay -L
>
-> aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
-> aplay -L
default:CARD=Intel
HDA Intel, STAC92xx Analog
Default Audio Device
front:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
Front speakers
surround40:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
HDA Intel, STAC92xx Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
null
Discard all samples (playback) or generate zero samples (capture)
I am using hal-0.5.12_rc1-r8. Do I need to do any hal config?
Thanks for the help.
--
Valmor
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] need sound to listen to a adobe flash video
2009-11-05 20:58 ` [gentoo-user] " Stroller
@ 2009-11-16 2:23 ` Valmor de Almeida
2009-11-16 3:53 ` [gentoo-user] [solved] " Valmor de Almeida
0 siblings, 1 reply; 12+ messages in thread
From: Valmor de Almeida @ 2009-11-16 2:23 UTC (permalink / raw
To: gentoo-user
Stroller wrote:
>
[snip]
>
> You haven't made it clear - in any of your subsequent posts, either -
> if sound is working for other applications.
I have never configured sound. It has never worked.
>
> If you get a new email, does your laptop go "bing!"? Can you play an
> MP3 by double clicking on it or at the command line? What if you run
> mplayer at the command line on an AVI video?
No sound.
>
> If you have only previously used your laptop for email, surfing the
> web or writing code, it's not clear that sound may *ever* have been
Indeed this is the case and I am trying to get it to work since some
tutorials I need to listen to are only available on video with audio.
> working on it. IMO you need to get sound working for a basic program
> that uses audio before worrying about Flash, which seems more
> problematic.
>
Thanks,
--
Valmor
> Stroller.
>
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [gentoo-user] [solved] need sound to listen to a adobe flash video
2009-11-16 2:23 ` Valmor de Almeida
@ 2009-11-16 3:53 ` Valmor de Almeida
0 siblings, 0 replies; 12+ messages in thread
From: Valmor de Almeida @ 2009-11-16 3:53 UTC (permalink / raw
To: gentoo-user
Valmor de Almeida wrote:
> Stroller wrote:
> [snip]
>> You haven't made it clear - in any of your subsequent posts, either -
>> if sound is working for other applications.
>
> I have never configured sound. It has never worked.
>
>> If you get a new email, does your laptop go "bing!"? Can you play an
>> MP3 by double clicking on it or at the command line? What if you run
>> mplayer at the command line on an AVI video?
>
> No sound.
>
>> If you have only previously used your laptop for email, surfing the
>> web or writing code, it's not clear that sound may *ever* have been
>
> Indeed this is the case and I am trying to get it to work since some
> tutorials I need to listen to are only available on video with audio.
>
>> working on it. IMO you need to get sound working for a basic program
>> that uses audio before worrying about Flash, which seems more
>> problematic.
>>
>
> Thanks,
>
> --
> Valmor
>
>> Stroller.
>>
>>
>
>
After rebuilding the kernel with additional intel driver support and
adding users to the audio group, sound was enabled.
Thanks for the help.
--
Valmor
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2009-11-16 4:03 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-04 23:28 [gentoo-user] need sound to listen to a adobe flash video Valmor de Almeida
2009-11-04 22:39 ` Dale
2009-11-05 15:46 ` Valmor de Almeida
2009-11-05 15:29 ` Paul Hartman
2009-11-05 15:39 ` Dale
2009-11-05 21:43 ` Valmor de Almeida
2009-11-05 21:25 ` James Ausmus
2009-11-16 2:20 ` Valmor de Almeida
2009-11-05 21:37 ` [gentoo-user] " Nikos Chantziaras
2009-11-05 20:58 ` [gentoo-user] " Stroller
2009-11-16 2:23 ` Valmor de Almeida
2009-11-16 3:53 ` [gentoo-user] [solved] " Valmor de Almeida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox