ALT Linux hardware support
 help / color / mirror / Atom feed
* [Hardware] 2 звуковые карты.
@ 2010-08-09  4:45 Шенцев Алексей Владимирович
  2010-08-09  7:16 ` mutabor
  2010-08-09  8:28 ` Michael Shigorin
  0 siblings, 2 replies; 4+ messages in thread
From: Шенцев Алексей Владимирович @ 2010-08-09  4:45 UTC (permalink / raw)
  To: hardware

Всем привет!
Имеется:

00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) 
AC'97 Audio Controller (rev 02)

01:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 34xx 
Series]

При перезагрузке звуковуха по умолчанию не предсказуемо меняется. Т.е. то 
AC'97, то HDA-Intel (на RV620) становятся звуковой по умолчанию.

Т.к. HDA в ближайшее время вряд ли буду пользоваться, то поступил просто:

cat /etc/modprobe.d/blacklist-snd-hda-intel
blacklist snd-hda-intel

А есть ли другой способ заставить эти звуковухи работать вместе, при этом 
сделав AC'97 звуковой по умолчанию?

Пробывал так:

cat /etc/modprobe.d/alsa-base.conf
options snd-intel8x0 model=auto position_fix=0
options snd-hda-intel model=auto position_fix=1

Не помогло.

Что я делаю не так?
-- 
С уважением, Шенцев Алексей Владимирович.

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

* Re: [Hardware] 2 звуковые карты.
  2010-08-09  4:45 [Hardware] 2 звуковые карты Шенцев Алексей Владимирович
@ 2010-08-09  7:16 ` mutabor
  2010-08-12  4:19   ` Шенцев Алексей Владимирович
  2010-08-09  8:28 ` Michael Shigorin
  1 sibling, 1 reply; 4+ messages in thread
From: mutabor @ 2010-08-09  7:16 UTC (permalink / raw)
  To: hardware

Шенцев Алексей Владимирович wrote:

> 
> А есть ли другой способ заставить эти звуковухи работать вместе, при этом 
> сделав AC'97 звуковой по умолчанию?
> 
> Пробывал так:
> 
> cat /etc/modprobe.d/alsa-base.conf
> options snd-intel8x0 model=auto position_fix=0
> options snd-hda-intel model=auto position_fix=1
> 

Должно быть так:

options snd-intel8x0 index=0
options snd-hda-intel index=1

Сам неоднократно проверял, у меня работает аж с 5-ю звуковыми 
устройствами одновременно. Более изощрённые случаи (в т.ч. когда имеется 
несколько snd-usb-audio) разобраны тут: 
http://alsa.opensrc.org/index.php/MultipleCards


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

* Re: [Hardware] 2 звуковые карты.
  2010-08-09  4:45 [Hardware] 2 звуковые карты Шенцев Алексей Владимирович
  2010-08-09  7:16 ` mutabor
@ 2010-08-09  8:28 ` Michael Shigorin
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Shigorin @ 2010-08-09  8:28 UTC (permalink / raw)
  To: hardware

On Mon, Aug 09, 2010 at 08:45:28AM +0400, Шенцев Алексей Владимирович wrote:
> При перезагрузке звуковуха по умолчанию не предсказуемо
> меняется. Т.е. то AC'97, то HDA-Intel (на RV620) становятся
> звуковой по умолчанию.

--- /etc/modprobe.d/alsa-modindex
#### AC97 software sound chips
## spare index=0 for a real soundcard (if any)
options snd_ice1724 index=0
#options snd_intel8x0 index=2
options snd_hda_intel 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

options snd_pcsp index=10

## 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
---

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [Hardware] 2 звуковые карты.
  2010-08-09  7:16 ` mutabor
@ 2010-08-12  4:19   ` Шенцев Алексей Владимирович
  0 siblings, 0 replies; 4+ messages in thread
From: Шенцев Алексей Владимирович @ 2010-08-12  4:19 UTC (permalink / raw)
  To: hardware

On Monday 09 August 2010 11:16:44 mutabor wrote:
> Шенцев Алексей Владимирович wrote:
> > А есть ли другой способ заставить эти звуковухи работать вместе, при этом
> > сделав AC'97 звуковой по умолчанию?
> >
> > Пробывал так:
> >
> > cat /etc/modprobe.d/alsa-base.conf
> > options snd-intel8x0 model=auto position_fix=0
> > options snd-hda-intel model=auto position_fix=1
>
> Должно быть так:
>
> options snd-intel8x0 index=0
> options snd-hda-intel index=1

cat /etc/modprobe.d/alsa-base.conf
options snd-intel8x0 model=auto ixndex=0
options snd-hda-intel model=auto index=2

Вот так всё работает как надо.

Спасибо всем за помощь.
-- 
С уважением, Шенцев Алексей Владимирович.

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

end of thread, other threads:[~2010-08-12  4:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-09  4:45 [Hardware] 2 звуковые карты Шенцев Алексей Владимирович
2010-08-09  7:16 ` mutabor
2010-08-12  4:19   ` Шенцев Алексей Владимирович
2010-08-09  8:28 ` Michael Shigorin

ALT Linux hardware support

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/hardware/0 hardware/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 hardware hardware/ http://lore.altlinux.org/hardware \
		hardware@altlinux.ru hardware@lists.altlinux.org hardware@lists.altlinux.ru hardware@lists.altlinux.com hardware@altlinux.org
	public-inbox-index hardware

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


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