USB 斷開連接並使用 xhci_hcd 的新 USB 設備

USB 斷開連接並使用 xhci_hcd 的新 USB 設備

/var/日誌/訊息

kernel: usb 3-7.3:USB disconnect, device number 69
kernel: usb 3-7.3:new low-speed USB device number 70 using xhci_hcd
kernel: usb 3-7.3:new USB device found, idVendor=0461, idProduct=4e22
kernel: usb 3-7.3:new USB device strings: Mfr=1, Product=2, SerialNumber=0
kernel: usb 3-7.3:Product: USB Optical Mouse

kernel: usb 3-7.3:USB disconnect, device number 67
kernel: usb 3-7.3:new low-speed USB device number 68 using xhci_hcd
kernel: usb 3-7.3:new USB device found, idVendor=0461, idProduct=4e22
kernel: usb 3-7.3:new USB device strings: Mfr=1, Product=2, SerialNumber=0
kernel: usb 3-7.3:Product: USB Optical Mouse

kernel: usb 3-7.3: Manufacturer: PixArt
kernel: input: PixArt USB Optical Mouse as /devices/pci0000:00/0000:00:14/usb3/3-7/3-7.3/3.7-3:1.0/input/input69
kernel: hid-generic 0003:0461:4E22:0043: input,hidraw0: USB HID v1.11 Mouse [PixArt USB Optical Mouse] on usb-0000:00:14.0.7.3/input0
mtp-probe: checking bus 3, device 68: /sys/devices...{don't want to type out}
mtp-probe: bus: 3, device: 68 was not an MTP device

.... repeats ~ every 1..2 minutes

不包括文件中條目的時間戳,它們沒有按順序排列。這是使用連接到運行 RHEL 7.6 的伺服器的戴爾光學 USB 滑鼠進行的。

是什麼原因導致這種情況?如果在運行等級3連接到伺服器的監視器會在登入提示後以及是否有人在終端登入時重複顯示此資訊。

我相信在另一台也運行 rhel 7.6 的伺服器上,我在 BIOS 中禁用了 xchi handoff,並且我認為我沒有收到這些重複的訊息。但是,在此伺服器上,無論 xhci 是停用還是啟用,我仍然在訊息日誌中取得這些條目

如果你用谷歌搜尋圖像,M-UVDEL1那就是那隻老鼠。

答案1

我已經修復了你的戴爾 MS111-PPrimax/PixArt 滑鼠位於上游 Linux 內核HID_QUIRK_ALWAYS_POLL已經。我甚至將它發送到 linux stable 郵件列表。如果您的發行版沒有安裝補丁,請透過核心啟動參數設定怪異或向您的發行版報告錯誤。 TIA。使用 RHEL,您應該得到 Red Hat 的支援。他們需要將補丁向後移植到舊的 < v4.16 hid_blacklist 或採用已經為 Ubuntu 完成的向後移植。

看:https://github.com/sriemer/fix-linux-mouse/issues/11

和:https://github.com/sriemer/fix-linux-mouse#usb-mouse-disconnectsreconnects-every-month-on-linux

相關內容