On Fri, 30 Dec 2005, Brian T. Brunner wrote:

> When I plugged and un-plugged the device, with USB verbose debug enabled, 
> /var/log/messages showed almost nothing.  Is this all that should have showed?
> 
> /proc/bus/usb/devices shows the 041e/401c IDs, but nothing else there or 
> anywhere (particularly /var/log/messages) indicates that
> 1: an unrecognized device was connected (as if usb verbose debug was not 
> enabled)
> 2: the device was recognized, but no driver matched (as in the modules needed 
> was not found)
> 3: matching driver loaded but could not handshake with the device (as in the 
> device is broken)
> nor anything else I can (as a USB neophyte) decipher.
> 
> Please point me in the direction of the next clue.

You probably don't have the syslog daemon configured to store debugging 
messages from the kernel in /var/log/messages.  Maybe they're getting 
stored in /var/log/kernel, or maybe they're not getting stored at all.

Take a look in /etc/syslog.conf to find out.  If necessary, you can always 
add a line like this:

kern.*          /var/log/kernel

Alternatively, you can use the dmesg program to read all of the kernel's 
log messages.

Alan Stern



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to