I can confirm that the same issue is in Interpid too. My device is 0763:1010 Midiman Midisport 1x1. I used the same patch as Max used expect two differences.
The first difference is, that there is nothing commented id /etc/init.d/mountdevsubfs.sh, you must insert missing part to the start procedure. The second thing is, that domount command does not work. So, you must modify patch like this: # Magic to make /proc/bus/usb work # mkdir -p /dev/bus/usb/.usbfs mount -t usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644 ln -s .usbfs/devices /dev/bus/usb/devices mount --rbind /dev/bus/usb /proc/bus/usb I can confirm the same issue after the fix: "the firmware load hotplugging works, but apparently not at boot time." -- udev cant catch midisport box on hardy, was working fine on gutsy https://bugs.launchpad.net/bugs/215081 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
