-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Knob stops working, possible layout issue and some Ubuntu build info #2
Comments
@fpennica I suggest you update your keyboard to the correct firmware. Please contact support@drevo.net |
My bad, the keyboard is indeed a "BladeMaster PRO 88K" with italian layout, I was confused by the manual erroneously reporting it as an "87K". The firmware was updated to the latest version using DPC for Windows: DPC for linux is detecting an english layout: Windows is showing wrong layout too: I'll double check the firmware is the correct one... |
Can't the windows driver and the Linux driver software redefine the function of the knob? |
Ok, I have reapplied the latest firmware just to be sure, and DPC for windows is still showing the UK layout instead of ita, but it seems only a visual glitch. E.g. if I assign a different function to the DPC on linux instead is showing an 87K image ( As for the knob, it seems the reassignment functions are a bit buggy even on windows and overall on linux is the same, the main difference is that on linux, immediately after opening DPC, the multimedia functions of the knob ( Minor problems anyway, I'm willing to help if I can do something to debug the layout detection. |
If you encounter problems, please continue to contact me. |
Add the rules to a new file. This should be reviewed by someone more familiar with udev rules.
Add the rules to a new file. This should be reviewed by someone more familiar with udev rules.
From Issue #2 Take them Debain (Ubunut) as a starting udev rules
I have the same issue as fpennica above. I use 88nd keyboard. I have set:
As you suggested but it does not really solve all the problems, the software does show the correct image now on the first page though not when you go to radi-rgb or settings. And worse the layout data is still wrong: it is still set to the ansi keyboard data (87key). |
It's a year later on now and not even a reply? |
Hello, thanks for the Linux software, I managed to get it working on Ubuntu to customize my BladeMaster PRO 87K with italian layout, but I'm not sure the keyboard is correctly recognized, because the window title is set to "BladeMaster PRO 88K" and in the image is shown an english layout.
The customization functions for keys and leds seem to work well, but I'm not able to assign different functions to the "Genius-Knob", and every time I run the program the knob seems to stop working at all.
To build the software on Ubuntu (maybe some info could be included in the readme) I had to install some dev package first:
sudo apt install build-essential qt5-default libusb-1.0-0-dev cd dpc_linux qmake -makefile DrevoPowerConsole.pro make sudo cp udev/77-drevo-usb-allow-wheel.rules /usr/lib/udev/rules.d/
But I had to modify the included udev rules, because Debian based distributions do not implement a
wheel
group by default:I think the tag
TAG+="uaccess"
is more "generic", but I'm absolutely not an udev expert so I may be wrong.The text was updated successfully, but these errors were encountered: