Re: modprobe.conf question
- From: Florin Andrei <florin@xxxxxxxxxxxxxxx>
- Date: Sat, 07 Jan 2006 15:16:50 -0800
On Sat, 2006-01-07 at 17:31 -0500, Gene Heskett wrote:
> Now my question is that how do I go about making sure that when I
> reboot, the sound-card-0 and sound-card-1 aliases in modprobe.conf are
> configured such that sound-card-0 is always the nforce ac97 stuff,
> called apparently intel-8x0 or some such, and that the sound-card-1
> assignment is always the emu10k1 and its ilk?
Especially if the cards use different drivers (modules), it's easy. Just
alias them in modprobe.conf
(not sure about the syntax, please sanitize if needed)
alias snd-card-0 intel-8x0
alias snd-card-1 emu10k1
>>From then on, refer to them in this file by the alias, not by the
module's name proper.
> %%%%%%this one obviously needs to become snd-card-1 for instance
> alias snd-card-0 snd-emu10k1
> %%%%%%but which 0 do I make a 1 to reassign this stuff?
> alias sound-service-0-0 snd-mixer-oss
The first 0. The format is:
sound-service-${cardnumber}-${service}
> # alias snd-card-1 snd-card-1
alias snd-card-1 intel-8x0
You stand a much better chance to get an answer to this kind of
questions if you ask them on LAU:
http://www.linuxdj.com/audio/lad/subscribelau.php
--
Florin Andrei
http://florin.myip.org/
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: modprobe.conf question
- From: Gene Heskett
- Re: modprobe.conf question
- References:
- modprobe.conf question
- From: Gene Heskett
- modprobe.conf question
- Prev by Date: (no subject)
- Next by Date: Re: (no subject)
- Previous by thread: modprobe.conf question
- Next by thread: Re: modprobe.conf question
- Index(es):