Looking at /proc/bus/usb/devices did the trick.
What's happening is:
1. Linux detects the cradle.
2. No *currently loaded module* supports the cradle, so a warning message is logged.
3. Hotplug (or whoever) dynamically loads the required kernel modules.
4. The cradle works fine, and I could have simply ignored the log message.
Thanks for pointing me to /p/b/u/devices :-)
Regards //Johan
-----Original Message-----
From: Stephen J. Gowdy <[EMAIL PROTECTED]>
To: Johan Walles <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Sent: Thu, 11 Nov 2004 08:34:46 -0800 (PST)
Subject: Re: [Linux-usb-users] USB device 2 (vend/prod 0x403/0xfc82) is not claimed by any active driver
Hi Johan,
I thought you said it worked?regards,
Stephen.
On Thu, 11 Nov 2004, Johan Walles wrote:
isSo how do I find out whether it's supported by any newer kernel? Is there a list of devices somewhere? Can I grep for 0x403 in the source code?
//Johan
-----Original Message-----
From: Stephen J. Gowdy <[EMAIL PROTECTED]>
To: Johan Walles <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Sent: Thu, 11 Nov 2004 05:44:27 -0800 (PST)
Subject: Re: [Linux-usb-users] USB device 2 (vend/prod 0x403/0xfc82)
isnot claimed by any active driver
cat /proc/bus/usb/devices
It is probably your phone. That message in generated when the device
connected. After it is connected hotplug will try to figure out ifthere
ais a driver for it and then load it.
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
> newer kernel? > > Regards //Johan (not subscribed to this list) > > > ---------------------------------------------- > Mailblocks - A Better Way to Do Email > http://about.mailblocks.com/info > > > > ------------------------------------------------------- > 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 >
-- /------------------------------------+-------------------------\ |Stephen J. Gowdy | SLAC, MailStop 34, | |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | \------------------------------------+-------------------------/
---------------------------------------------- Mailblocks - A Better Way to Do Email http://about.mailblocks.com/info
-- /------------------------------------+-------------------------\ |Stephen J. Gowdy | SLAC, MailStop 34, | |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | \------------------------------------+-------------------------/
---------------------------------------------- Mailblocks - A Better Way to Do Email http://about.mailblocks.com/info
------------------------------------------------------- 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
