Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB wireless mice&keyboard combo does not work #33

Open
lelezeik opened this issue Aug 9, 2023 · 1 comment
Open

USB wireless mice&keyboard combo does not work #33

lelezeik opened this issue Aug 9, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@lelezeik
Copy link

lelezeik commented Aug 9, 2023

I am using the logitech M170 mouse and keyboard and upon connecting the USB dongle I get:

[47109.814117] usb 1-2.2: new full-speed USB device number 17 using xhci_hcd
[47109.923664] usb 1-2.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[47109.923675] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[47109.923679] usb 1-2.2: Product: USB Receiver
[47109.923682] usb 1-2.2: Manufacturer: Logitech
[47110.002266] logitech-djreceiver 0003:046D:C534.001C: hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:03:00.3-2.2/input0
[47110.062460] logitech-djreceiver 0003:046D:C534.001D: hiddev98,hidraw4: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:03:00.3-2.2/input1
[47110.123008] logitech-djreceiver 0003:046D:C534.001D: device of type eQUAD nano Lite (0x0a) connected on slot 1
[47110.123873] logitech-djreceiver 0003:046D:C534.001D: device of type eQUAD nano Lite (0x0a) connected on slot 2
[47110.132189] input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.001D/0003:046D:4023.001E/input/input54
[47110.132470] logitech-hidpp-device 0003:046D:4023.001E: input,hidraw5: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:03:00.3-2.2/input1:1
[47110.141017] input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:03:00.3/usb1/1-2/1-2.2/1-2.2:1.1/0003:046D:C534.001D/0003:046D:4054.001F/input/input55
[47110.141191] logitech-hidpp-device 0003:046D:4054.001F: input,hidraw6: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:03:00.3-2.2/input1:2
[47110.716907] logitech-hidpp-device 0003:046D:4054.001F: HID++ 4.5 device connected.
[47136.356666] LEETMOUSE: parse_report_desc r_count > NUM_USAGES (16). Should only happen on first probe.
[47136.356677] leetmouse: probe of 1-2.2:1.1 failed with error -1
[49788.030650] LEETMOUSE: First float-trap triggered. Should very very rarely happen, if at all

while pressing any button on the keyboard:

[49788.081811] delayedwork_callback: delayedwork queued before hidpp interface was enumerated

Both devices are irresponsive.

Anyone facing similar issues?

@systemofapwne systemofapwne self-assigned this Aug 9, 2023
@systemofapwne systemofapwne added the bug Something isn't working label Aug 9, 2023
@systemofapwne systemofapwne changed the title USB Bluetooth mice and keyboards USB wireless mice&keyboard combo does not work Aug 9, 2023
@systemofapwne
Copy link
Owner

Note for other readers: The used product was a logitech MK235.
Increasing NUM_USAGES from 16 to 32 made udev bind the leetmouse driver to it. This made the mouse work, but unfortunately caused the keyboard to also get bound to it. Now the keyboard does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants