From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00, RCVD_IN_BL_SPAMCOP_NET, RCVD_IN_DNSWL_LOW, RCVD_IN_SORBS_WEB, SPF_HELO_PASS, SPF_PASS autolearn=no version=3.2.5 X-Injected-Via-Gmane: http://gmane.org/ To: community@lists.altlinux.org From: Andrei Lomov Date: Sat, 25 Jul 2009 22:41:19 +0700 Message-ID: References: <4A65BD32.8050305@gmail.com> <4A65BFB2.3040309@rambler.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: host89-251-107-22.hnet.ru User-Agent: KNode/0.10.9 Sender: news Subject: Re: [Comm] =?koi8-r?b?083FzsEg2tfVy8/Xz8ogy8HS1Nkg1yA0LjA=?= X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2009 15:40:25 -0000 Archived-At: List-Archive: List-Post: Alexei V. Mezin wrote: > Andrei Lomov пишет: >> $ cat /etc/modprobe.d/alsa-modindex >> ... >> alias sound-slot-0 emu10k1 >> >> > > Куда-то вы не туда смотрите: > > [alexei@threebears ~]$ 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_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 > .... > .... > > index и есть номер карты. Спасибо, у меня вот что: ======== #### 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/sfxlo ## -- or -- install awesfx and uncomment this: #install snd-seq-oss /sbin/modprobe --ignore-install snd-seq-oss && { /bin/sfxlo alias sound-slot-0 emu10k1 alias sound-slot-1 via82xx ======== Как тогда правильно прописать index для карточки emu10k1 ? Вставил строчку #options snd_emu10k1 index=1 После перезагрузки по-прежнему $ alsamixer VIA 82C686A/B rev50 -- Всего доброго, А.Л.