On Thu, 11 Nov 2004, Johan Walles wrote:

> I get the message "USB device 2 (vend/prod 0x403/0xfc82) is not claimed 
> by any active driver" in my syslog.
> 
> I'm running a 2.4 kernel.  The device in question is a cradle for a 
> mobile phone (SonyEricsson p910i) and the phone itself.
> 
> I'm able to talk to the phone from my computer (and NFS mount the 
> phone's file system :-)), so whatever it is that is "not claimed by any 
> active driver" it doesn't seem to be anything essential.  So what I 
> really want to know is (and I'd have loved to find this in the FAQ):
> 
> What does that message mean?  How do I find out what a "vend/prod 
> 0x403/0xfc82" is?  And how do I find out whether it is supported in a 
> newer kernel?

In answer to these questions...

"vend/prod 0x403/0xfc82" refers to the USB identification numbers built in 
to the device.  0x0403 is the Vendor ID and 0xfc82 is the Product ID.  
There are tables of vendor/product numbers available on the web, if you 
want to look something up.  Of course there's no need to do that here; you 
know that the numbers refer to your phone/cradle.  You can also see the ID 
numbers in /proc/bus/usb/devices while the device is connected to your 
computer.

The "not claimed by any active driver" part means that none of the drivers
that happened to be loaded in the kernel at the time you connected the
device were able to control it.  ("active" simply means "currently
loaded".)  This is normal; generally the hotplug system will be invoked to
find the appropriate driver and load it automatically.  If your device is
working then you don't have to worry about this message.  And you don't
have to worry about it being supported -- since clearly it is already
supported in the kernel you're using.

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to