On Thu, 2 Oct 2003, Andreas Schwarz wrote: > Sometimes when I try to reload the uhci-hcd module (because my USB mouse > cursor is stuck (might be a related problem)) I get the following error: > > # rmmod uhci-hcd > # modprobe uhci-hcd > Speicherzugriffsfehler [memory access error] > # rmmod uhci-hcd > device is in use [or something like that] > # rmmod uhci-hcd -f > [rmmod hangs, I have to reset]
A patch to fix problems like this was recently accepted into Linus's 2.6 tree. Maybe it hasn't made its way into 2.6.0-test6-mm1? Try running with plain 2.6.0-test6 and see if the same thing still happens. Alternatively, try applying the patch that's available in http://linux.bkbits.net:8080/linux-2.5/[EMAIL PROTECTED]|src/|src/drivers|src/drivers/usb|src/drivers/usb/host|related/drivers/usb/host/uhci-hcd.c|[EMAIL PROTECTED] if it hasn't already been applied. Alan Stern ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
