Неоднократно прочитав http://wiki.archlinux.org/index.php/ALSA
начал настраивать звук в системе, на данный момент звук есть в totem, pidgin, mplayer (если аудиовывлж сдедать через sdl), играх (xmoto)
в flashpleyer звука нет, mpd нет звука тоже ибо в конфиге прописана работа черех alsa драйвер.
#
# /etc/rc.conf - Main Configuration for Arch Linux
#
# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# 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/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="ru_RU.utf8"
HARDWARECLOCK="localtime"
USEDIRECTISA="no"
TIMEZONE="Europe/Kiev"
KEYMAP="ru-map"
CONSOLEFONT="ter-u16b"
CONSOLEMAP=""
USECOLOR="yes"
# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(forcedeth slhc snd-mixer-oss snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore fglrx)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="VegStation"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
eth0="dhcp"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# 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=(!gdm alsa portmap fam hal syslog-ng network netfs crond gpm)
lsmod|grep '^snd'
snd_usb_audio          81920  3 
snd_usb_lib            17024  1 snd_usb_audio
snd_rawmidi            21504  1 snd_usb_lib
snd_hda_intel         370736  0 
snd_hwdep               8964  2 snd_usb_audio,snd_hda_intel
snd_seq_oss            31872  0 
snd_seq_midi_event      8192  1 snd_seq_oss
snd_seq                49968  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          8332  3 snd_rawmidi,snd_seq_oss,snd_seq
snd_pcm_oss            40192  0 
snd_pcm                69636  4 snd_usb_audio,snd_hda_intel,snd_pcm_oss
snd_timer              21384  3 snd_seq,snd_pcm
snd_page_alloc          9224  2 snd_hda_intel,snd_pcm
snd_mixer_oss          16512  1 snd_pcm_oss
snd                    50724  15 snd_usb_audio,snd_rawmidi,snd_hda_intel,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss

ls -l /dev/snd/
итого 0
crw-rw---- 1 root audio 116, 6 Янв  8 12:38 controlC0
crw-rw---- 1 root audio 116, 9 Янв  8 12:38 controlC1
crw-rw---- 1 root audio 116, 5 Янв  8 12:38 hwC0D0
crw-rw---- 1 root audio 116, 4 Янв  8 12:38 pcmC0D3p
crw-rw---- 1 root audio 116, 8 Янв  8 12:38 pcmC1D0c
crw-rw---- 1 root audio 116, 7 Янв  8 14:00 pcmC1D0p
crw-rw---- 1 root audio 116, 3 Янв  8 12:38 seq
crw-rw---- 1 root audio 116, 2 Янв  8 12:38 timer


при страте система ругается на /etc/modprobe.conf
#
# /etc/modprobe.conf (for v2.6 kernels)
#
otions snd-pcsp index=2

банальный вопрос, как быть? что делать? что не так?