Re: [linux-audio-user] Un-blacklist-able USB MIDI devices

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: A list for linux audio users <linux-audio-user@...>
Cc: Mr.Freeze <theremin@...>
Date: Thursday, April 8, 2004 - 9:27 am

Mr.Freeze wrote:

The ALSA driver is "snd-usb-audio"; add that one to the blacklist,
too.

> Here's a snippet of my /etc/modules.conf:

> options snd-card-ice1712 snd_enable

This should be

options snd-ice1712 enable=1

but you don't need this line because the driver is enabled by default
anyway.

> options snd-intel8x0 snd_enable

Same here.

> alias snd-card-0 snd-ice1712

You should tell the drivers at which index to load, too. I recommend
the following options lines:

options snd-ice1712 index=0
options snd-intel8x0 index=1
options snd-usb-audio index=2,3 vid=0x0763,0x0582
options snd-virmidi index=4

(The "vid" parameters force the keyboard and the MIDI interface to be
loaded at index 2 and 3, respectively.)

HTH
Clemens

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [linux-audio-user] Un-blacklist-able USB MIDI devices, Clemens Ladisch, (Thu Apr 8, 9:27 am)
Re: [linux-audio-user] Un-blacklist-able USB MIDI devices, Frank Barknecht, (Thu Apr 8, 6:04 pm)
[linux-audio-user] Re: [PlanetCCRMA] Un-blacklist-able USB M..., Fernando Pablo Lopez-Lezcano..., (Wed Apr 7, 7:06 pm)