ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Artem <u2u@nm.ru>
To: community@altlinux.ru
Subject: [Comm] Sound Blaster Live! 5.1
Date: Wed, 24 Dec 2003 18:42:24 +0200
Message-ID: <3FE9C1F0.4010500@nm.ru> (raw)

> Доброго времени суток.
> Подскажите, как настроить звук 4.1 на emu10k1 ? При попытке выполнить /usr/bin/emu-config или /usr/bin/emu-script получаю сообщение:
> 	SOUND_MIXER_PRIVATE3: you're probably using an older incompatible driver: Input/output error.
> Да, в /etc/modules.conf записано следующее:
> 	...
> 	above snd-pcm-oss snd-mixer-oss
> 	alias sound-slot-0 snd-emu10k1
> 	above snd-emu10k1 snd-pcm-oss
> 
> Ядро kernel24-up#2.4.20-alt10 at athlon (пересобрал из srpm).
> Что не так?
> P.S. Или как натравить на нее alsa, что бы все заработало?
> ---
Проблема в том, что emu-config (emu-dsp-config и emu-dsp-mgr), насколько
я смог разобраться, не работает с ALSA

Выход - загрузка OSS:

alias sound-slot-0 emu-10k1

в modules.conf и закомментить строчки:

above snd-pcm-oss snd-mixer-oss
above snd-emu10k1 snd-pcm-oss

там же.

Затем:
depmod -a

Может понадобиться выгрузка старых модулей вручную (rmmod) - а можно
просто перезагрузиться.

Если не будет звука после перезагрузки - проверить уровни звука в aumix
- вполне возможно, что они "сбросились"

в man emu-config и man emu-dspmgr подробно описана работа с этими
утилитами (уточню, что именно они запускаются из скрипта emu-script).

В самом emu-script описано, как сделать выполнение emu-script при каждой
загрузке системы с сохранением и восстановлением параметров.

Дополнительно можно подправить этотже скрипт для загрузки программных
модулей в процессор emu10k1 - таких, как echo.bin, chorus.bin, fir.bin c
одновременным подключением gpr этих плагинов к свободным движкам
микшера, например:

#загружает патчи задержки "на выход" карты
echo "Adding ECHO routine to Front"
$DSPMGR -l"Front R" -f$DSPPATH/delay.bin
$DSPMGR -l"Front L" -f$DSPPATH/delay.bin

#подключает gpr загруженных патчей соответственно:
# gpr delay (оба канала) - на движок monitor aumix
# gpr level (оба канала) - на движок radio aumix
# gpr feedback (оба канала) - на движок video aumix

$DSPMGR -p"delay" -c"delay" -mmonitor
$DSPMGR -p"delay 1" -c"delay" -mmonitor
$DSPMGR -p"delay" -c"level" -mradio
$DSPMGR -p"delay 1" -c"level" -mradio
$DSPMGR -p"delay" -c"feedback" -mvideo
$DSPMGR -p"delay 1" -c"feedback" -mvideo

В итоге можно сделать звук объемным, с эхом и реверберацией
непосредственно на аппаратном уровне без участия CPU и ресурсов системы.

Best Regards...





             reply	other threads:[~2003-12-24 16:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-24 16:42 Artem [this message]
2003-12-25 12:16 ` Serhiy Nechiporenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FE9C1F0.4010500@nm.ru \
    --to=u2u@nm.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git