[Comm] проблемы со звуком на бранче 4.1

Denis G. Samsonenko =?iso-8859-1?q?d=2Eg=2Esamsonenko_=CE=C1_gmail=2Ecom?=
Вс Мар 1 10:55:36 MSK 2009


День добрый!

Заметил на одной из своих проблем следующее: в играх нет звука, при
этом видео играется тем же mplayer'ом нормально.

При запуске, например, briquolo или Ri_li пишет:

Audio write: Ошибка ввода/вывода

Если запускать через aoss, то некоторым играм помогает, а
supertuxkart, например, не помогает.

Машина живёт на бранче-4.1. При этом на домашней машине с ALD-4.1 у
меня таких проблем нет.

Не подскажете, в чём может быть дело?

$ rpm -qa |grep alsa
libalsa-1.0.15-alt1
libao-alsa-0.8.8-alt1.13239
alsa-utils-1.0.15-alt1
alsa-plugins-1.0.15-alt1
alsa-oss-1.0.15-alt1
kernel-modules-alsa-std-ll-2.6.25-alt8.M41.4


$ rpm -qa |grep sound
esound-0.2.39-alt0.M41.1
sound-scripts-1.0.0-alt0.M41.1
libsoundtouch-1.3.1-alt1
libSDL_sound-1.0.1-alt2
sound_handler-0.3.1-alt0.M41.1


# lspci |grep Audio
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)


# lsmod |grep snd
snd_hda_intel         365076  1
snd_pcm_oss            46112  0
snd_seq_dummy           7684  0
snd_seq_oss            36736  0
snd_seq_midi_event     11520  1 snd_seq_oss
snd_seq                56944  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         12172  3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_mixer_oss          20864  1 snd_pcm_oss
snd_pcm                81284  2 snd_hda_intel,snd_pcm_oss
snd_timer              28040  2 snd_seq,snd_pcm
snd_page_alloc         14216  2 snd_hda_intel,snd_pcm
snd_hwdep              13700  1 snd_hda_intel
snd                    61988  11
snd_hda_intel,snd_pcm_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
soundcore              12384  1 snd


$ cat /etc/modprobe.d/alsa-modindex
#### AC97 software sound chips
## spare index=0 for a real soundcard (if any)
#options snd_intel8x0 index=2
#options snd_via82xx index=2
#options snd-bt87x index=3
#options snd_intel8x0m index=4
#options snd-atiixp-modem index=4
#options snd-via82xx-modem index=4

## if you experience noisy sound with VIA AC97 audio,
## try to uncomment this and play with 4/2/1:
#options snd-via82xx dxs_support=4

#### MIDI
#alias midi snd-seq-oss

## bank autoload; get from driver CD and uncomment these lines
#install snd-seq-oss /sbin/modprobe --ignore-install snd-seq-oss && {
/bin/sfxload /etc/midi/8mbgmsfx.sf2 > /dev/null 2>&1 || :; }

## -- or -- install awesfx and uncomment this:
#install snd-seq-oss /sbin/modprobe --ignore-install snd-seq-oss && {
/bin/sfxload /etc/midi/gu11-rom.sf2 > /dev/null 2>&1 || :; }


$ cat /etc/modprobe.d/oss
alias sound_slot_0 snd_card_0
alias sound_service_0_0 snd-mixer-oss
alias sound_service_0_1 snd-seq-oss
alias sound_service_0_3 snd-pcm-oss
alias sound_service_0_8 snd-seq-oss
alias sound_service_0_12 snd-pcm-oss
install snd-mixer-oss /sbin/modprobe --first-time --ignore-install
snd-mixer-oss && { /sbin/modprobe snd-seq-oss; /bin/true; }
install snd-pcm /sbin/modprobe --first-time --ignore-install snd-pcm
&& { /sbin/modprobe snd-mixer-oss; /bin/true; }
install snd-seq-oss /sbin/modprobe --first-time --ignore-install
snd-seq-oss && { /sbin/modprobe snd-pcm-oss; /bin/true; }
remove snd-mixer-oss { /sbin/modprobe -r snd-seq-oss; } ;
/sbin/modprobe -r --first-time --ignore-remove snd-mixer-oss
remove snd-pcm { /sbin/modprobe -r snd-mixer-oss; } ; /sbin/modprobe
-r --first-time --ignore-remove snd-pcm
remove snd-seq-oss { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe
-r --first-time --ignore-remove snd-seq-oss


$ cat /etc/modprobe.d/oss.rpmconv
# This configuration file was automatically converted from the old syntax
# used by the modutils package.
#
# Auto-converted-from: /etc/modutils.d/oss
# If you want to edit this file manually, remove the line above to prevent
# the conversion script from overwriting the file if you redo the conversion.

install snd-mixer-oss /sbin/modprobe --first-time --ignore-install
snd-mixer-oss && { /sbin/modprobe snd-seq-oss; /bin/true; }
install snd-pcm /sbin/modprobe --first-time --ignore-install snd-pcm
&& { /sbin/modprobe snd-mixer-oss; /bin/true; }
install snd-seq-oss /sbin/modprobe --first-time --ignore-install
snd-seq-oss && { /sbin/modprobe snd-pcm-oss; /bin/true; }
remove snd-mixer-oss { /sbin/modprobe -r snd-seq-oss; } ;
/sbin/modprobe -r --first-time --ignore-remove snd-mixer-oss
remove snd-pcm { /sbin/modprobe -r snd-mixer-oss; } ; /sbin/modprobe
-r --first-time --ignore-remove snd-pcm
remove snd-seq-oss { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe
-r --first-time --ignore-remove snd-seq-oss


-- 
Всего доброго,

Денис.


Подробная информация о списке рассылки community