Open ghost opened 4 years ago
Hi, thanks for the effort so far. I guess the 80 model needs different HID setup sequences. I have lifted those from the windows driver by listening to its HID comms with the keyboard by dumping USB traffic with Wireshark. I was using windows 10 running in a VM, with Wireshark running on the Linux host. You will need to dump the keyboard effect initialization sequence (happens when you launch the Roccat Software). If you can do that, go ahead and we can patch in support. However the required effect code may be complete different since the 80 has only one colour channel.
Interesting. I did not think to dump the USB traffic with wireshark. I must do that. Also, I contacted Roccat with a request to get some information, and it has been forwarded to the Roccat devs, so here's hoping to get a reply on that. Specifically, if the 80 is more similar to one of the other non-AIMO Roccat keyboards.
I will get back to this when I have dumped the initialization and hopefully got a response form a Roccat dev. Customer support seem very open to helping.
I have just acquired the vulcan 100 - i see the same behaviour when trying to init the "impact" format. Note that wave works fine. I'll be trying to sniff the USB from the windows app in a bit.
Roccat Vulcan 80 support experiment:
So, I have the Vulcan 80, which is more or less just a Vulcan 120, but only with blue LEDs and regular keys as volume and brightness controls.
I am very tired of the "Breathe" default effect, so I tried to find a linux driver that would work. But all of them are for the 100/120 or other models.
This project was promising, and the build files seemed easy to hack.
Results:
Let me start by listing my modifications: The device id is: 305c
99-roccat-vulcan.rules I added following line at the end:
roccat-vucan.c I changed line 11 and 12 to include the Vulcan 80 device ID:
And then changed line 56 and 57 in roccat-vulcan.h to have matching number of array entries:
Originally I used the fork @ < https://github.com/X3n0m0rph59/roccat-vulcan > since it is mirrored in AUR repository, but the issue is exactly the same when building from this git.
Here is the output from the console:
Nothing happens at the keyboard, and if I understand the console output correctly, it isn't getting a response from the keyboard.
Now, I am not expecting this to be patched if it is something that requires a lot of modification. However, I thought it fitting to detail my experiment, in case it is a quick patch to include the Vulcan 80 into this very nice driver. If you aren't interested in patching it in, I would appreciate advice on what I could do, to further hack Vulcan 80 support in, or at least get a solid backlight going on this thing.
At the very least: I hope this is of any use to you all.
Thank you.
And if you want to know: Keyboard firmware updated 28 Nov 2019. Driver tested on Manjaro Openbox distro; Linux kernel 5.4-RC7.