View previous topic :: View next topic |
Author |
Message |
TGL Bodhisattva
Joined: 02 Jun 2002 Posts: 1978 Location: Rennes, France
|
Posted: Sun Jun 02, 2002 12:54 pm Post subject: Question about Alsa drivers |
|
|
Hi,
I've emerged alsa drivers, and it seems that cards from 0 to 7 are modprobed at boot. But I have only one card, so I would like only 0 to be modprobed. I've seen in the "Desktop Guide" that I should add 8 cards to my /etc/modules.d/aliases... I've got two questions about that :
- why 8 aliases for only one card ?
- why should I change modules.d/aliases when there is a modules.d/alsa file, and how do this two files interact ?
Thanks, |
|
Back to top |
|
|
mksoft l33t
Joined: 28 May 2002 Posts: 844
|
Posted: Sun Jun 02, 2002 1:16 pm Post subject: |
|
|
You don't have to this this way. In /etc/modules.d/alsa add to the line saying
Code: | options snd snd_major=116 |
near the beginning of the file snd_cards_limit=1.
The line on my machine looks like this:
Code: | options snd snd_major=116 snd_cards_limit=1 |
and run update-modules as root.
HTH _________________ There's someone in my head but it's not me - Pink Floyd |
|
Back to top |
|
|
TGL Bodhisattva
Joined: 02 Jun 2002 Posts: 1978 Location: Rennes, France
|
Posted: Sun Jun 02, 2002 2:06 pm Post subject: |
|
|
Ok, it works. Thanks a lot.
|
|
Back to top |
|
|
DArtagnan l33t
Joined: 30 Apr 2002 Posts: 942 Location: Israel, Jerusalem
|
Posted: Sun Jun 02, 2002 2:12 pm Post subject: |
|
|
Of course it works
When MKSoft says some, believe it _________________ All for one and one for All
--
MACPRO machine... |
|
Back to top |
|
|
mksoft l33t
Joined: 28 May 2002 Posts: 844
|
Posted: Sun Jun 02, 2002 2:25 pm Post subject: |
|
|
Don't look at me I'm blushing _________________ There's someone in my head but it's not me - Pink Floyd |
|
Back to top |
|
|
|