usb 2-2: new high speed USB device using ehci_hcd and address 3
> usb 2-2: configuration #1 chosen from 1 choice
> libusual: modprobe for usb-storage succeeded, but module is not present
> usb 2-4: new high speed USB device using ehci_hcd and address 5
> usb 2-4: configuration #1 chosen from 1 choice
> libusual: modprobe for usb-storage succeeded, but module is not present
> usb 2-5: new high speed USB device using ehci_hcd and address 6
> usb 2-5: configuration #1 chosen from 1 choice
> libusual: modprobe for usb-storage succeeded, but module is not present
I don't know what you've done to accomplish it, but either your
modules got separated (e.g. libusual built statically while usb-storage
is dynamic), or your modprobe is toast, or 100 other reasons.
Just deconfigure CONFIG_BLK_DEV_UB and CONFIG_USB_LIBUSUAL
and forget about it all.
I know, I have to think of a workaround for this, but nothing is
readily apparent.
-- Pete