You are not logged in.

#1 2011-10-30 11:13:41

tensecor
Member
Registered: 2008-11-01
Posts: 10

Flash player has no sound

Hi, I am using x86_64 Arch.
I have a problem that when I watch online video or listen online music, there is no sound at all.
My mplayer audio output dose not work either. Any suggestions?

$ cat /proc/asound/cards
0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0xfe720000 irq 44
1 [Generic        ]: HDA-Intel - HD-Audio Generic
                      HD-Audio Generic at 0xfe640000 irq 45

Offline

#2 2011-10-30 11:32:17

David Batson
Member
Registered: 2011-10-13
Posts: 640

Re: Flash player has no sound

IIRC, I had to install pulseaudio, some alsa stuff, and the gstreamer-plugins for sound to work.  Same HDA Intel here.

https://wiki.archlinux.org/index.php/Pulseaudio

Offline

#3 2011-10-30 11:41:29

tensecor
Member
Registered: 2008-11-01
Posts: 10

Re: Flash player has no sound

pacman -S lib32-alsa-plugins lib32-libcanberra-pulse ?
I have done this, but it still not work.

I just change modified the /etc/asound.conf and restart my browser, and it all works.
# Use PulseAudio by default
pcm.!default {
#  type pulse
  type hw
  card 0
}

ctl.!default {
# type pulse
  type hw
  card 0
}

# Explicit PulseAudio device
pcm.pulse {
  type pulse
}

ctl.pulse {
  type pulse
}

Offline

#4 2011-10-30 11:53:30

David Batson
Member
Registered: 2011-10-13
Posts: 640

Re: Flash player has no sound

Glad you got it sorted!

Offline

Board footer

Powered by FluxBB