Gentoo Archives: gentoo-user

From: James Ausmus <james.ausmus@×××××.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 21:25:16
Message-Id: b79f23070911051325n57c28434mfa0790f44dcbbbad@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 1:43 PM, Valmor de Almeida <val.gentoo@×××××.com>wrote:
2 <snip>
3
4 I think I am getting close. My video player is vlc and I reemerged with
5 > alsa support; that pulled only the relevant alsa packages. Then
6 > downloaded a flv video and played; no sound. But got some clue.
7 >
8 >
9 First off - do you have PulseAudio running? If so, for HW/ALSA testing
10 purposes, shut it down. Second, check your mixer settings to determine if
11 your volume levels are appropriate. A great quick CLI app for this is
12 alsamixer (media-sound/alsa-utils) - first start the alsasound service (sudo
13 /etc/init.d/alsasound start), then run alsamixer - set your volumes to about
14 80%, and unmute all channels (use the 'm' key to toggle mute), then restart
15 the alsasound service to save your volume levels (sudo /etc/init.d/alsasound
16 restart), then add the alsasound service to your boot runlevel (sudo
17 rc-update add alsasound boot). This will set it up to restore these volume
18 levels on every startup (it will also save your *current* volume levels on
19 every shutdown, so don't mute, shutdown, and expect to be unmuted after
20 starting back up).
21
22 Now, double-check that PulseAudio is not running (ps -elf | grep -i pulse),
23 and kill it if it is.
24
25 Then run:
26
27 aplay /usr/share/sounds/alsa/Front_Center.wav
28
29 If you hear sound - great, ALSA and your sound HW are working, and Flash
30 audio will almost certainly start magically working. If not, please post the
31 output of:
32
33 aplay -l
34 aplay -L
35
36 (both of those are L, first one lower case, second upper)
37
38 HTH-
39
40 James

Replies

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