You are not logged in.
I have a Thinkpad X1 Carbon Gen 9 Laptop and I sometimes connect my Moonlander Keyboard to it.
This used to work flawlessly but now the keyboard doesn't respond anymore.
The keyboard lights up when I connect it and it also shows up in the output of `lsusb`:
Bus 003 Device 019: ID 3297:1969 ZSA Technology Labs Moonlander Mark IIt also shows up in `dmesg`:
[122805.033056] usb 3-6: new full-speed USB device number 19 using xhci_hcd
[122805.241582] usb 3-6: New USB device found, idVendor=3297, idProduct=1969, bcdDevice= 0.01
[122805.241592] usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[122805.241596] usb 3-6: Product: Moonlander Mark I
[122805.241599] usb 3-6: Manufacturer: ZSA Technology LabsCould this issue be related to the following warning message? I've been also getting it before the keyboard stopped working though.
==> WARNING: Possibly missing firmware for module: 'xhci_pci'Help is greatly appreciated.
Offline
I just ran `journalctl -xe` and found something that might be useful:
Jun 11 16:12:08 x1 kernel: usb 3-6: new full-speed USB device number 20 using xhci_hcd
Jun 11 16:12:09 x1 kernel: usb 3-6: New USB device found, idVendor=3297, idProduct=1969, bcdDevice= 0.01
Jun 11 16:12:09 x1 kernel: usb 3-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 11 16:12:09 x1 kernel: usb 3-6: Product: Moonlander Mark I
Jun 11 16:12:09 x1 kernel: usb 3-6: Manufacturer: ZSA Technology Labs
Jun 11 16:12:09 x1 mtp-probe[538007]: checking bus 3, device 20: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6"
Jun 11 16:12:09 x1 mtp-probe[538007]: bus: 3, device: 20 was not an MTP device
Jun 11 16:12:09 x1 mtp-probe[538029]: checking bus 3, device 20: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6"
Jun 11 16:12:09 x1 mtp-probe[538029]: bus: 3, device: 20 was not an MTP deviceOffline
The firmware warning isn't relevant and the "failing" mtp-probe is fine, it's not an MTP device.
Does the keyboard produce output in
- sudo evtest
- sudo libinput debug-events
Generally, in what context did it "stopp working"? X11, wayland…
Does it still work™ on a linux console?
Offline
I just updated the `linux` package and rebooted. That seemed to fix it. I would still like to know why it failed though. I assume it had something to do with hibernation. Any ideas? As I said, it just stopped working. I tried downgrading and reproducing the issue, but that didn't work.
Offline
You may have updated the kernel before, did not reboot and where lacking the modules for the running kernel and device.
You'd have to post system journals from a working and non-working boot to make any kind of more informed guess.
Offline
Ah, well. Thanks anyway.
Offline