Asus ROG Chakram Core mouse driver

kernel: usb 1-7.1: device descriptor read/all, error -71
says Manjaro at time.
This is a missing driver issue; manjaro does fallback to HID-driver.
There is a driver on GITHUB:

But I am to stupid to install the driver…
HELP!!!
Error:
systemd-udevd[403]: /etc/udev/rules.d/50-rogdrv.rules:2 Unknown group ‘plugdev’, ignoring

Error has gone after:
sudo groupadd plugdev
sudo usermod -a -G plugdev (username)
EDIT:
error kernel: usb 1-7.1: device descriptor read/all, error -71
persists, as the mousedriver is not compatible with this mouse…
Have contacted Asus - but they are corrupted - laughing about “want a linux driver”…

Works because:
.
sudo dmesg | grep CHAKRAM

[    5.865932] usb 1-7.4: Product: ROG CHAKRAM CORE
[    5.907099] hid-generic 0003:0B05:1958.0004: hiddev97,hidraw3: USB HID v1.11 Device [ASUSTeK ROG CHAKRAM CORE] on usb-0000:02:00.0-7.4/input0
[    5.919077] input: ASUSTeK ROG CHAKRAM CORE as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7.4/1-7.4:1.1/0003:0B05:1958.0005/input/input20
[    5.919133] hid-generic 0003:0B05:1958.0005: input,hidraw4: USB HID v1.11 Mouse [ASUSTeK ROG CHAKRAM CORE] on usb-0000:02:00.0-7.4/input1
[    5.933116] input: ASUSTeK ROG CHAKRAM CORE Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:0B05:1958.0006/input/input21
[    5.988983] input: ASUSTeK ROG CHAKRAM CORE System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:0B05:1958.0006/input/input22
[    5.989017] input: ASUSTeK ROG CHAKRAM CORE Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7.4/1-7.4:1.2/0003:0B05:1958.0006/input/input24
[    5.989066] hid-generic 0003:0B05:1958.0006: input,hiddev98,hidraw5: USB HID v1.11 Keyboard [ASUSTeK ROG CHAKRAM CORE] on usb-0000:02:00.0-7.4/input2
[    6.001081] input: ASUSTeK ROG CHAKRAM CORE as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-7/1-7.4/1-7.4:1.3/0003:0B05:1958.0007/input/input25
[    6.001132] hid-generic 0003:0B05:1958.0007: input,hidraw6: USB HID v1.11 Gamepad [ASUSTeK ROG CHAKRAM CORE] on usb-0000:02:00.0-7.4/input3

randomly, this error does not occur on restart. Timing-problem???
EDIT after some investigations:
added to /etc/modprobe.d a file “options” with contents:

options usbcore old_scheme_first=N    
options usbcore use_both_schemes=Y
options usbcore autosuspend=-1

Commands need to be given as root - sudo is not enough!
Simpler solution is to add boot-parameter:
usbcore.autosuspend=-1
No errror anymore… Sollft! :innocent:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.