On Fri, 2006-01-06 at 12:10 +0000, Markus Herhoffer wrote: > Thanks! I've got the missing files by eMail - and it works! For > documentation a short summary: > > 1) blacklist snd-usb-audio for hotplug > 2) get the firmware of the device from the usbmidi project (or from > somewhere else) > 3) get fxload > 4) use the following shell script to load the firmware > > #! /bin/bash > modprobe snd-usb-audio #if not already loaded at startup > cd /usr/share/usb/midisport > fxload -D /proc/bus/usb/*BUS*/*DEVICE* MidiSportLoader.ihx -I > MidiSport2x2.ihx > exit > > Substitute *BUS* and *DEVICE* with the numbers you get by running lsusb. > > Thanks to everyone who helped me! Um, hold on, you should not have to blacklist snd-usb-audio to make this work. Hotplug should load the firmware automatically. Lee