[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: USB device not claimedby any active driver?



On Tue, 2003-09-16 at 15:14, Joan Tur wrote:
[...]
> When I plug an USB to RS232 converter I get the following output from dmesg:
> - -----
> hub.c: new USB device 00:1d.1-1, assigned address 2
> usb.c: USB device 2 (vend/prod 0x403/0x6001) is not claimed by any active 
> driver.
> - -----
> 
> I've got hotplug installed... shouldn't it load automatically the required 
> modules (none is loaded)?  8-?

not if it doesn't recognize the device. IIRC usb devices are cataloged
in /etc/usbmgr/vendor/<vendor_id>/<prod_id>/module if you don't have a
path /etc/usbmgr/vendor/0403/6001/ then your device is likely not
supported. If it is supported, and you find out which module supports
it, do 
mkdir -p /etc/usbmgr/vendor/0403/6001/

and then 
echo <modulename> > /etc/usbmgr/vendor/0403/6001/module

-Mark



Reply to: