Ross Vandegrift wrote:
On Sun, Feb 05, 2006 at 07:38:33PM -0700, Bob van der Poel wrote:
I added the following lines to /etc/hotplug/blacklist:

usb_midi
audio

But, it appears that this file is being auto-generated on boot???

Heh, be a little more heavy-handed.  Find the modules like this:

# locate usb_midi.ko

And delete them like this:

# rm /lib/modules/whatever_path_shows_up

They're just modules you don't want, so no sense in keeping them
around if they're causing woe.

BINGO!! I renamed the usb-midi.ko.gz module to usb-midi.ko.gz-DONOTUSE
and everything is working 100%. Ah, but if everything in life could be
so easy.

Just to recap ... all that is needed is the following lines in your
/etc/modprobe.conf file:

options snd  device_mode=0666
alias sound-slot-0 snd-via82xx
alias sound-slot-1 snd-usb-audio
alias snd-0 snd-via82xx
alias snd-1 snd-usb-audio

Period.

I appears that hotplug is not enabled on Mandriva. It uses udev instead.
There may be a possible rule for udev to handle this ... but we've not
found that bit of magic.

One thing I don't understand is the order of loading modules, etc. If
usb-midi is not supposed to be loaded, then why is it there. And what is
deciding to load this anyway? Is this a bug in alsa or in the kernel?

Again, thanks so much to everyone for their help on this. Shows again
what a great community this is.

--
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: [EMAIL PROTECTED]
WWW:   http://mypage.uniserve.com/~bvdp






-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to