Roccat Ryos MK via uniclass kvm switch on Ubuntu
Roccat hardware support for Linux
Brought to you by:
erazor_de
My Ryos MK won't work on Ubuntu (14.04-16.04) when plugged into my KVM switch. However, the keyboard works fine when I boot Windows or go into BIOS, so the KVM switch itself works with the keyboard.
This is the output of dmesg:
[ 493.572040] usb 6-1: new full-speed USB device number 2 using uhci_hcd
[ 493.744067] usb 6-1: New USB device found, idVendor=1e7d, idProduct=3138
[ 493.744072] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 493.744074] usb 6-1: Product: ROCCAT Ryos MK
[ 493.744076] usb 6-1: Manufacturer: ROCCAT
[ 493.750423] input: ROCCAT ROCCAT Ryos MK as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/0003:1E7D:3138.000E/input/input30
[ 493.804564] ryos 0003:1E7D:3138.000E: input,hidraw2: USB HID v1.11 Keyboard [ROCCAT ROCCAT Ryos MK] on usb-0000:00:1d.0-1/input0
[ 493.836243] input: ROCCAT ROCCAT Ryos MK as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.1/0003:1E7D:3138.000F/input/input31
[ 493.892392] ryos 0003:1E7D:3138.000F: input,hiddev0,hidraw3: USB HID v1.11 Pointer [ROCCAT ROCCAT Ryos MK] on usb-0000:00:1d.0-1/input1
[ 540.044070] usb 6-1: USB disconnect, device number 2
[ 562.348075] usb 2-4.1.1: new full-speed USB device number 18 using ehci-pci
[ 562.449871] usb 2-4.1.1: New USB device found, idVendor=10d5, idProduct=1234
[ 562.449877] usb 2-4.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 562.450794] hub 2-4.1.1:1.0: USB hub found
[ 562.452862] hub 2-4.1.1:1.0: 4 ports detected
[ 562.460359] hub 2-4.1:1.0: hub_ext_port_status failed (err = -32)
[ 562.636069] usb 2-4.1.1.1: new full-speed USB device number 19 using ehci-pci
[ 562.737120] usb 2-4.1.1.1: New USB device found, idVendor=10d5, idProduct=1234
[ 562.737125] usb 2-4.1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 562.739541] hub 2-4.1.1.1:1.0: USB hub found
[ 562.741243] hub 2-4.1.1.1:1.0: 4 ports detected
[ 562.924032] usb 2-4.1.1.1.1: new full-speed USB device number 20 using ehci-pci
[ 563.025372] usb 2-4.1.1.1.1: New USB device found, idVendor=10d5, idProduct=1234
[ 563.025376] usb 2-4.1.1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 563.026299] hub 2-4.1.1.1.1:1.0: USB hub found
[ 563.028239] hub 2-4.1.1.1.1:1.0: 4 ports detected
[ 563.035859] hub 2-4.1.1.1:1.0: hub_ext_port_status failed (err = -32)
[ 563.212052] usb 2-4.1.1.1.1.1: new full-speed USB device number 21 using ehci-pci
[ 563.313372] usb 2-4.1.1.1.1.1: New USB device found, idVendor=10d5, idProduct=1234
[ 563.313377] usb 2-4.1.1.1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 563.314802] hub 2-4.1.1.1.1.1:1.0: Unsupported bus topology: hub nested too deep
[ 563.314810] hub: probe of 2-4.1.1.1.1.1:1.0 failed with error -7
[ 566.257138] usb 2-4.1.1: USB disconnect, device number 18
[ 566.257144] usb 2-4.1.1.1: USB disconnect, device number 19
[ 566.257147] usb 2-4.1.1.1.1: USB disconnect, device number 20
[ 566.257149] usb 2-4.1.1.1.1.1: USB disconnect, device number 21
[ 566.340048] usb 2-4.1: reset full-speed USB device number 8 using ehci-pci
What could be the problem here?
Anonymous
Is there anything I can do or test that would help finding the problem?