Помогите с alsa

по дефолту звук идет в pcспикер соответственно ничего не проигрывается
в vlc настроил вывод в Intel ICH6: Intel ICH6 (hw:2,0) и звук работает
а так не в firefoxe ни в чем другом звука нет что с этим можно сделать

уровни громкости настраиваю с помощью alsamixer -c2

dolphin@dolphin ~ $ aplay -L
default:CARD=pcsp
    pcsp, pcsp
    Default Audio Device
front:CARD=pcsp,DEV=0
    pcsp, pcsp
    Front speakers
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=ICH6
    Intel ICH6, Intel ICH6
    Default Audio Device
front:CARD=ICH6,DEV=0
    Intel ICH6, Intel ICH6
    Front speakers
surround40:CARD=ICH6,DEV=0
    Intel ICH6, Intel ICH6
    4.0 Surround output to Front and Rear speakers
surround41:CARD=ICH6,DEV=0
    Intel ICH6, Intel ICH6
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=ICH6,DEV=0
    Intel ICH6, Intel ICH6
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=ICH6,DEV=0
    Intel ICH6, Intel ICH6
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
iec958:CARD=ICH6,DEV=0
    Intel ICH6, Intel ICH6 - IEC958
    IEC958 (S/PDIF) Digital Audio Output

dolphin ~ # cat /proc/asound/cards 
 0 [pcsp           ]: PC-Speaker - pcsp
                      Internal PC-Speaker at port 0x61
 1 [Modem          ]: ICH-MODEM - Intel ICH6 Modem
                      Intel ICH6 Modem at irq 20
 2 [ICH6           ]: ICH4 - Intel ICH6
                      Intel ICH6 with AD1981B at irq 17
dolphin ~ # cat /proc/asound/version 
Advanced Linux Sound Architecture Driver Version 1.0.20.
dolphin ~ # cat /proc/asound/oss/sndstat 
Sound Driver:3.8.1a-980706 (ALSA v1.0.20 emulation code)
Kernel: Linux dolphin 2.6.30-gentoo-r4 #8 SMP Fri Sep 11 07:36:28 Local time zone must be set--see zic  i686
Config options: 0

Installed drivers: 
Type 10: ALSA emulation

Card config: 
Internal PC-Speaker at port 0x61
Intel ICH6 Modem at irq 20
Intel ICH6 with AD1981B at irq 17

Audio devices: NOT ENABLED IN CONFIG

Synth devices: NOT ENABLED IN CONFIG

Midi devices: NOT ENABLED IN CONFIG

Timers:
31: system timer

Mixers: NOT ENABLED IN CONFIG
dolphin ~ # 

alsaconf делал?

alsaconf делал?

Не грусти, товарищ! Всё хорошо, beautiful good!

да конечно

да конечно

alsaconf выбрано не то

alsaconf выбрано не то устройство?

:wq
--
Live free or die

там было только одно dolphin

там было только одно

dolphin ~ # cat /etc/modprobe.d/alsa.conf 
# Alsa kernel modules' configuration file.

# ALSA portion
# OSS/Free portion

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
##  ALSA portion
## alias snd-card-0 snd-interwave
## alias snd-card-1 snd-ens1371
##  OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

# OSS/Free portion - card #1
##  OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

# Set this to the correct number of cards.

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.20 ---
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---

А у вас модулями драйвера в

А у вас модулями драйвера в ядре или вкомпилены?

у меня модулями dolphin ~ #

у меня модулями

dolphin ~ # lsmod 
Module                  Size  Used by
lib80211_crypt_wep      3304  1 
radeon                116632  2 
drm                   126540  3 radeon
snd_intel8x0m          12308  0 
snd_intel8x0           26400  0 
snd_ac97_codec         90124  2 snd_intel8x0m,snd_intel8x0
ac97_bus                1308  1 snd_ac97_codec
ipw2200               118328  0 
snd_pcsp                8368  0 
snd_pcm                57804  4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcsp
snd_timer              16480  1 snd_pcm
snd                    45524  6 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcsp,snd_pcm,snd_timer
libipw                 22900  1 ipw2200
soundcore               5244  1 snd
snd_page_alloc          7392  3 snd_intel8x0m,snd_intel8x0,snd_pcm

Убери поддержку PC Speaker из

Убери поддержку PC Speaker из ядра для начала, оно тебе не нужно.

Не грусти, товарищ! Всё хорошо, beautiful good!

Попробуйте вкомпилять все в

Попробуйте вкомпилять все в ядро, оставить только один нужный вам драйвер (AC97) и отключить все Virtual девайсы, в том числе null. Отключите лишние секуенсеры и прочую дребедень.

Вкомпиливать в ядро - плохо,

Вкомпиливать в ядро - плохо, надо модулями, остальное все верно.

Не грусти, товарищ! Всё хорошо, beautiful good!

не знаю что было но помагло

не знаю что было но помагло сделал следующее
в make.conf изменил ALSA_CARDS и добавил
SUPPORT_ALSA=1
и пересобрал alsa-utils

Почему плохо? Это

Почему плохо? Это рекомендуемый подход.

/etc/conf.d/alsasound написал(а):
# Note: The Gentoo ALSA developers encourage you to build your sound
# drivers into the kernel unless the device is hotpluggable or
# you need to supply specific options (such as model= to HD-Audio).

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".