Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] USB devices behaving randomly
- Date: Tue, 17 Jan 2006 10:04:15 +0900
- From: Josh Glover <jmglov@example.com>
- Subject: Re: [tlug] USB devices behaving randomly
- References: <1137213424.9849.19.camel@example.com> <20060114000749.77638ae1.jep200404@example.com> <1137426218.11889.3.camel@example.com>
On 17/01/06, Dave Gutteridge <dave@example.com> wrote: > What can I do to diagnose the drivers in Linux? Jim is probably right when he says that there is not much you can do to fix this, other than trying a new kernel, but if you want to see what is going wrong, this might help: cd /usr/src/linux # You may need to be root for the next step make menuconfig # Find the USB section (it is in different places for the 2.4 and 2.6 kernels). # Hopefully, it is configured as a module. # Turn on "USB verbose debug messages" and maybe "USB Mass Storage verbose debug". # Save and exit. # You may have to be root for the next step make modules # You *will* have to be root for the next step make modules_install Now, you have USB debugging turned on. (Note that if your USB support is compiled into the kernel statically, you will have to rebuild the whole mess. See your distribution's documentation for that, if you need help.) In a terminal, run (as root, almost certainly): tail -f /var/log/messages Now play with your USB devices. Plug them in, unplug them, etc., and watch what is reported in the logfile. Look for errors. Google said errors. Good luck. :) -Josh
- References:
- [tlug] USB devices behaving randomly
- From: Dave Gutteridge
- Re: [tlug] USB devices behaving randomly
- From: Jim
- Re: [tlug] USB devices behaving randomly
- From: Dave Gutteridge
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Linspire as a senior citizen's first computer... whatdoyou think?
- Next by Date: Re: [tlug] USB devices behaving randomly
- Previous by thread: Re: [tlug] Coarse Debugging of USB devices that misbehave underLinux, but behave OK under Windows
- Next by thread: Re: [tlug] USB devices behaving randomly
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links