You are not logged in.

#1 2010-06-19 09:24:26

kernel_geek
Member
From: UK
Registered: 2010-06-19
Posts: 17
Website

[SOLVED] Can't blacklist module and can't set device index for alsa...

Hi!

Im having some alsa issues.

I have 3 sound cards in my computer;
An onboard hda intel,
A bt87x tv capture card,
M-audio delta 44 (ice1712).

I followed the wiki guide for alsa, but I am having issues with blacklisting modules and stuff.

I want ice1712 to be hw1, the onboard sound to be hw0, and the bt78x to be ignored for now.

I've loaded the module ice1712 module in rc.conf, blacklisted the bt87x, and set the index in modprobe.conf.

However, bt87x is still loading and its index is still 1, where the ice1712 card should be.

How can I fix this ?

Thanks in advance.

My rc.conf modules line:

MODULES=(snd_ice1712 !snd_bt78x)

My modprobe.conf :

option snd_hda_intel index=0
option snd_ice1712 index=1

Last edited by kernel_geek (2011-03-23 19:59:37)

Offline

#2 2010-06-19 11:23:12

kernel_geek
Member
From: UK
Registered: 2010-06-19
Posts: 17
Website

Re: [SOLVED] Can't blacklist module and can't set device index for alsa...

Fixed! Replaced snd_foo to snd-foo.

Offline

#3 2010-06-22 17:17:45

soloport
Member
Registered: 2005-03-01
Posts: 442

Re: [SOLVED] Can't blacklist module and can't set device index for alsa...

Please mark [Solved] ?

Offline

Board footer

Powered by FluxBB