not-jan / apex-tux

Linux support for the OLED screen of the Apex Pro, Apex 5 and Apex 7 keyboards by SteelSeries
The Unlicense
73 stars 15 forks source link

Apex Pro TKL (2023) not working #52

Open AxaliaN opened 11 months ago

AxaliaN commented 11 months ago

Hiya,

I got a new Apex Pro TKL (2023), and apex-tux doesn't seem to work with it. I have added the correct id to the apex-hardware/src/usb.rs, and compiled it. I can see that it's being recognized since whenever I disconnect the keyboard the script exits with an error.

Here are some diagnostics to help debugging, I am on Ubuntu 23.10:

lsusb | grep "SteelSeries Apex"
Bus 005 Device 008: ID 1038:1628 SteelSeries ApS SteelSeries Apex Pro TKL 2023
cat /etc/udev/rules.d/97-steelseries.rules               

SUBSYSTEM=="input", GROUP="input", MODE="0666"

SUBSYSTEM=="usb", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="1628", MODE="0666", GROUP="plugdev"
KERNEL=="hidraw*", ATTRS{idVendor}=="1038", ATTRS{idProduct}=="1628", MODE="0666", GROUP="plugdev

Hopefully this helps. If you need more info please reach out to me.