ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] /etc/rc.d/init.d/sound
@ 2003-04-07  8:14 Alexander S. Belov
  2003-04-08  6:07 ` Алексей Мамонов
  2003-04-08 10:28 ` Dmitry V. Levin
  0 siblings, 2 replies; 16+ messages in thread
From: Alexander S. Belov @ 2003-04-07  8:14 UTC (permalink / raw)
  To: sisyphus

Здравствуйте всем,

Я уже как-то писал про проблему со звуком и про путь ее исправления, но
с тех пор не обновлялся. Тут обновился, оказалось, что все по прежнему.
Поэтому пишу еще раз:

Если не сложно, в файле /etc/rc.d/init.d/sound исправьте строчку 

for m in `modprobe -c |egrep "^alias $pattern " |cut -d\  -f3 |sort -u`;
do

на

for m in `modprobe -c |egrep "^alias $pattern " |cut -d\  -f3`; do

т.е. уберите плз. сортировку. Зачем она там нужна?

Проблема заключается в след. У меня 3 звуковые карты. Хочется, чтобы
/dev/dsp был завязан на SBLive, соотв. в /etc/modules.conf я ее
прописываю первой, вторая - SB16 (ISA'шная), 3-я - btaudio (TV-tuner).
После сортировки у меня получается, что TV-tuner становится /dev/dsp,
SBLive - вторая, а SB16 - третья т.к. btaudio < emu10k1 < sb.

Если сортировка написана для каких-то спец. целей, я согласен править
этот файл, но я не могу представить себе, для чего она там нужна?

Спасибо.



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2003-04-09  9:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-07  8:14 [sisyphus] /etc/rc.d/init.d/sound Alexander S. Belov
2003-04-08  6:07 ` Алексей Мамонов
2003-04-08 10:28 ` Dmitry V. Levin
2003-04-08 10:47   ` [sisyphus] /etc/rc.d/init.d/sound Michael Shigorin
2003-04-08 12:05   ` [sisyphus] /etc/rc.d/init.d/sound Alexander S. Belov
2003-04-08 12:10     ` Dmitry V. Levin
2003-04-08 12:23       ` Alexander S. Belov
2003-04-08 12:26         ` Dmitry V. Levin
2003-04-08 12:33           ` Alexander S. Belov
2003-04-08 12:12     ` Alexander S. Belov
2003-04-08 12:22     ` Slava Garelin
2003-04-08 12:38       ` [sisyphus] /etc/rc.d/init.d/sound Anton V. Boyarshinov
2003-04-08 12:44         ` Slava Garelin
2003-04-09  3:36           ` Alexander S. Belov
2003-04-08 21:42   ` [sisyphus] /etc/rc.d/init.d/sound Arcady V. Ivanov
2003-04-09  9:19     ` [sisyphus] Re: [JT] /etc/rc.d/init.d/sound Vitaly Ostanin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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