You are not logged in.
Pages: 1
The realplayer and flash plug-ins for firefox work, they just don't play any sound. I'm running firefox 1.0.4 in KDE. Sound on everything else works.
Here's my rc.conf
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
#
# Localization
#
# HARDWARECLOCK: set to "UTC" or "localtime"
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/unimaps
# USECOLOR: use ANSI color sequences in startup messages
#
HARDWARECLOCK="localtime"
TIMEZONE=America/New_York
KEYMAP=us
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
#
# Networking
#
HOSTNAME="leetbox"
#
# Module to load at boot-up (in this order)
# (prefix a module with a ! to disable it)
#
MODULES=(snd-pcm-oss snd-intel8x0 forcedeth !usbserial !ide-scsi)
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# (prefix an interface in INTERFACES with a ! to disable it)
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# (prefix a route in ROUTES with a ! to disable it)
#
gateway="default gw 10.10.1.1"
ROUTES=(!gateway)
#
# Daemons to start at boot-up (in this order)
# (prefix a daemon with a ! to disable it)
# (prefix a daemon with a @ to start it up in the background)
#
DAEMONS=(syslog-ng hotplug alsa cups xinetd !pcmcia network netfs crond)
# End of file
Offline
Update; I believe both work for Gnome, however still no luck for KDE.
Offline
Flash uses oss. Do you have oss emulation with alsa enabled?
Offline
Flash uses oss. Do you have oss emulation with alsa enabled?
Add snd-pcm-oss in your MODULES array in rc.conf. This should fix it.
·¬»· i am shadowhand, powered by webfaction
Offline
Flash uses oss. Do you have oss emulation with alsa enabled?
Oops..didn't notice that you already have support for it included in modules array. Others have experienced similar problems. Have you already looked in other places in the forum like these:
http://bbs.archlinux.org/viewtopic.php? … lash+sound
http://bbs.archlinux.org/viewtopic.php? … lash+sound
It looks like you can pipe oss through alsa with aoss included in the alsa-oss package in the current repo.
Offline
Pages: 1