You are not logged in.
Logitech wireless reciever not working and not detecting via lsusb on arch (laptop Acer Aspire 3 A315-R0WY)
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 04f2:b5e0 Chicony Electronics Co., Ltd VGA WebCam
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 04ca:3015 Lite-On Technology Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
On other system and distros its working fine
Offline
Is it plugged directly into a port on the laptop or through a hub? Mine works perfectly on my desktop machine (plugged directly), which connects both keyboard and trackball.
Bus 008 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
You could 'tail -f /var/log/messages.log' while you unplug and re-plug the receiver to get more information.
Offline
Yes, its plugged directly to laptop
in journalctl i have this
kernel: usb 3-2: new full-speed USB device number 4 using xhci_hcd
kernel: usb 3-2: device descriptor read/all, error -71
kernel: usb 3-2: new full-speed USB device number 5 using xhci_hcd
kernel: usb 3-2: unable to read config index 0 descriptor/start: -71
kernel: usb 3-2: can't read configurations, error -71
kernel: usb usb3-port2: attempt power cycleLast edited by sceptic (2019-11-20 08:18:23)
Offline
Well, mine is detected without issues. Don't know what to tell you. Maybe some hardware/kernel guru will come to the rescue.
kernel: logitech-djreceiver 0003:046D:C52B.0005: hiddev1,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-2/input2
kernel: input: Logitech Unifying Device. Wireless PID:1028 Mouse as /devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.2/0003:046D:C52B.0005/0003:046D:1028.0006/input/input17
kernel: hid-generic 0003:046D:1028.0006: input,hidraw2: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:1028] on usb-0000:00:12.0-2/input2:1
kernel: input: Logitech Unifying Device. Wireless PID:200a Keyboard as /devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.2/0003:046D:C52B.0005/0003:046D:200A.0007/input/input21
kernel: input: Logitech Unifying Device. Wireless PID:200a Consumer Control as /devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.2/0003:046D:C52B.0005/0003:046D:200A.0007/input/input22
kernel: input: Logitech Unifying Device. Wireless PID:200a System Control as /devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.2/0003:046D:C52B.0005/0003:046D:200A.0007/input/input23
kernel: hid-generic 0003:046D:200A.0007: input,hidraw3: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:200a] on usb-0000:00:12.0-2/input2:2
kernel: input: Logitech M570 as /devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.2/0003:046D:C52B.0005/0003:046D:1028.0006/input/input27
kernel: logitech-hidpp-device 0003:046D:1028.0006: input,hidraw2: USB HID v1.11 Mouse [Logitech M570] on usb-0000:00:12.0-2/input2:1
kernel: input: Logitech K350 as /devices/pci0000:00/0000:00:12.0/usb8/8-2/8-2:1.2/0003:046D:C52B.0005/0003:046D:200A.0007/input/input32
kernel: logitech-hidpp-device 0003:046D:200A.0007: input,hidraw3: USB HID v1.11 Keyboard [Logitech K350] on usb-0000:00:12.0-2/input2:2Offline