-
Notifications
You must be signed in to change notification settings - Fork 18
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
no effect when pressing "set" #29
Comments
I am also on Ubuntu 18.04 and having the same results. |
@BenFradella @crimv42, I will test it today on Ubuntu 18.04 and confirm if there is a problem. I will let you know once tested. |
I am on Fedora 29 Beta and am encountering the same issue. My keys are stuck on the default blue colour. |
I can confirm on Fedora 27 x86_64 too with Logitech G910 Orion Spectrum. I downloaded the binary rpm. I installed rpmrebuild and apache-commons-daemon-jsvc and run rpmrebuild -ep to modify the rpm file and remove /, /usr, /usr/bin, then comment out all debconf script run entries since they don't exist. I ran LogiGSK.sh fine and even chmod 666 /dev/usb/hiddev* (I didn't setup udev rules yet), but no go. Do we require the daemon even for Set? The error message is
|
Ok, I finally made it work. It was the LogiGSK.rules that had to be inside /etc/udev/rules.d/ so that the permission is correctly set for access by normal users. I also compiled the latest git version, then use rpmrebuild -ep to replace the jar file in the rpm package (on top of the spec file that had be edited as mentioned above), and that may have helped. I think logigsk-buildpackage needs to be fixed to make it correctly setup the install scripts and generate rpm without relying on deb or alien. |
@zkarj That is great news. Could you please provide the rpm file you built? I can not get mine to work following your instructions |
Still happening here. When I fire up LogiGSK, it just spits out Speed not: 12 Pressing set does nothing :( It used to work idk what's wrong with it now |
mint 19.3 hitting set does nothing for me it was working before but not now @zkarj can you share more clearly what it is that you did to fix it |
I'm on fedora 33. I installed logisk with the install script. When I try to run |
Though it says it is already setup to startup automatically 🤷 |
I get the same thing when I try to launch it from the terminal, I just launch in from the desktop entry anyways, but I guess I can't really do much debugging with it like this. |
Though when I used the jar provided in releases, I got this instead: ❯ java -jar LogiGSK.jar
Error: Unable to initialize main class Logi.GSeries.Keyboard.LogiGSK
Caused by: java.lang.NoClassDefFoundError: org/usb4java/LibUsbException |
I am on Ubuntu 22.04, installed from the prepackaged deb file. I was not getting any changes when I clicked |
@pebkacs thats great that you got it working but it seems this project is dead (I could be wrong) and it does not give you gkey support I have sense moved to openrgb it works with many different devices including the g910 and for setting the G and M keys I use keyboard center (which works with openrgb) with those 2 programs I get 100% functionality of the g910 here are the links to the projects https://github.com/zocker-160/keyboard-center |
Hi @wraith3690, Yeah, I know the project is dead, but I figured there might still be someone out there trying to use it too. I just installed OpenRGB last night. I always thought that was just for motherboard controllers, so I never thought about trying it until just after I posted last night. The only problem is that right now I can't seem to get i2c working with it, so it can't see my RGB devices. |
this page may help you https://gitlab.com/CalcProgrammer1/OpenRGB it has some info on that and if you installed by Flatpak or are using an Appimage you will need to install the udev rules yourself |
Thanks a bunch. I'll give it a look. |
I have a logitech g910 keyboard. I'm running ubuntu 18.04 with kde-plasma and I got the software to install without issue. The keyboard shows up in the GUI but when I press the 'set' button nothing happens. Still stuck on the default rainbow wave effect.
The text was updated successfully, but these errors were encountered: