|
Bugzilla – Full Text Bug Listing |
| Summary: | after usb mouse/keybouard disconnect cannot use them | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | László Attila Tóth <panther> |
| Component: | Kernel | Assignee: | Vojtech Pavlik <vojtech> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | 70phr3 |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
László Attila Tóth
2005-08-20 10:58:10 UTC
Vojtech, any clue? It seems like the connect events are not being detected, which is surprising. Are there any messages in the kernel log when the devices are plugged in? dmesg output: usb 1-1: USB disconnect, address 2 input.c: calling hotplug without a hotplug agent defined (no more messages after plugging in) After a suspend to disk /resume it works, but on the running system it doesn't. The messages above show that not just the USB devices were removed, but also USB modules for the host controller were removed from the kernel. Can you verify that is what happens? In that case some hotplug script is the culprit - if an USB host controller module isn't present, it can't detect a new USB device being plugged in, obviously. To check if USB HCD modules are loaded, use lsmod | grep hcd ~ # lsmod | grep hcd
uhci_hcd 32016 0
usbcore 112640 4 uhci_hcd,usbserial,usbhid
The same before and after unplugging my mouse. But when the mouse is not plugged
in, I still can use my usb keyboard.
Other: Now both of them is unplugged, lsusb has a problem
~ # lsusb
Duplicate product spec at line 2453 product 0846:4240 WG111 WiFi
Bus 003 Device 001: ID 0000:0000
part of /var/share/usb.ids with that line (the last but one):
0846 NetGear, Inc.
1001 EA101 Ethernet [klsi]
4110 MA111 WiFi (v1)
4200 WG121 WiFi (v1)
4210 WG121 WiFi (v2)
4220 WG111 WiFi (v1)
4240 WG111 WiFi (v2)
4230 MA111 WiFi
4240 WG111 WiFi
6a00 WG111 WiFi (v2)
Yes, I know about the usb.ids bug. It's not relevant to your problem. You can just remove the offending line(s) in the usb.ids file. Do I understand you correctly that the issue doesn't manifest itself until you remove both the keyboard and mouse, or is unplugging & re-plugging the mouse while keeping the keyboard plugged enough to make the mouse stop working? If either mouse or keyboard is unplugged, I cannot use them again. It doesn't depend on the state of the other device. It can be plugged or unplugged, the issue is the same. In beta3 it works. I'm using 10.0 GM and I can boot with my mouse plugged in, but once removed it no longer works. Dmesg gives this output: hub 2-0:1.0: Cannot enable port 1. Maybe the USB cable is bad? This is repeated over and over until the device is removed. Like I stated though, the mouse works perfectly if entered at boot-time. Ok, if it works in beta3, I think we can close this. Christopher, your problem seems different, please open a new bug for this if needed. |