On Thu, 30 Mar 2006, Gabor K. Horvath wrote:

> I tried a few more different kernels.
> FC5's 2.6.15 variant, 2.6.16, 2.6.16-mm2, 2.6.15 from Ubuntu.
> 
> They all do the same dance. After a long off period the mouse won't
> generate events until reconnected.
> 
> Is there anything I can do to track this down?

This is a very tricky sort of problem to solve.  There's a good chance 
it's closely tied to your particular hardware.  Have you tried using the 
same mouse on a different Linux computer?

Another way of testing different hardware would be to buy or borrow a PCI 
add-on USB controller card and plug the mouse into that.

> Is it worth reporting to bugzilla.kernel.org?

Up to you.  One advantage of a bugzilla entry is that all the information
relating to the bug report is right there, in one place.  People don't
have to go searching through old email archives to fit all the pieces
together.

> I could allow access to the box for developers if that takes us any
> closer to solving this...

At the moment I don't think it would help.

> Is there a way to completely reset the USB buses/devices from withing
> the OS (So I could script it, and run it from init)?

You can come close.  Assuming you have built the USB host controller
drivers uhci-hcd, ohci-hcd, and ehci-hcd as modules, you can rmmod all of
them and then modprobe them back.  (Hint: This works best if you rmmod
ehci-hcd last and modprobe it first.  In fact, you might want to check the
system logs to make sure that ehci-hcd gets installed before the other two
even at boot time.)  This will reset all aspects of the bus except for the
power; there's no way to turn off the power without unplugging the mouse.

Alan Stern



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
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