Giter Club home page Giter Club logo

Comments (17)

crimv42 avatar crimv42 commented on June 18, 2024

I am also on Ubuntu 18.04 and having the same results.

from logigsk.

MohamadSaada avatar MohamadSaada commented on June 18, 2024

@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.

from logigsk.

darksaboteur avatar darksaboteur commented on June 18, 2024

I am on Fedora 29 Beta and am encountering the same issue. My keys are stuck on the default blue colour.

from logigsk.

zkarj avatar zkarj commented on June 18, 2024

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

Picked up _JAVA_OPTIONS: -Djava.io.tmpdir=/var/tmp
Oct 20, 2018 6:51:49 PM Logi.GSeries.Service.LogiGSKService$Manager <init>
INFO: New connection with client# 0 at Socket[addr=/127.0.0.1,port=35864,localpo
rt=9898]
Oct 20, 2018 6:51:49 PM Logi.GSeries.Service.LogiGSKService$Manager run
INFO: Response: yj7UYIbTdy1JhIH9f1lK/fGXItxcwXuxEnsWFcLuLfE=
Oct 20, 2018 6:51:49 PM Logi.GSeries.Service.LogiGSKService$Manager run
INFO: Connection with client# 0 closed
Oct 20, 2018 6:51:49 PM Logi.GSeries.Keyboard.CommunicationClient sendCommand
INFO: Connection with Logi G Keyboard service closed.

from logigsk.

zkarj avatar zkarj commented on June 18, 2024

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.

from logigsk.

darksaboteur avatar darksaboteur commented on June 18, 2024

@zkarj That is great news. Could you please provide the rpm file you built? I can not get mine to work following your instructions

from logigsk.

Flare183 avatar Flare183 commented on June 18, 2024

Still happening here. When I fire up LogiGSK, it just spits out
`└─[130] <> logigsk
Connected: 046d:c32b
Apr 15, 2019 2:51:11 AM Logi.GSeries.Keyboard.LogiGSK pauseServiceOperations
SEVERE: null
java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.(Socket.java:434)
at java.net.Socket.(Socket.java:244)
at Logi.GSeries.Keyboard.CommunicationClient.sendCommand(CommunicationClient.java:56)
at Logi.GSeries.Keyboard.LogiGSK.pauseServiceOperations(LogiGSK.java:1187)
at Logi.GSeries.Keyboard.LogiGSK.access$000(LogiGSK.java:44)
at Logi.GSeries.Keyboard.LogiGSK$Callback.processEvent(LogiGSK.java:173)
at org.usb4java.LibUsb.hotplugCallback(LibUsb.java:2778)
at org.usb4java.LibUsb.hotplugRegisterCallbackNative(Native Method)
at org.usb4java.LibUsb.hotplugRegisterCallback(LibUsb.java:2841)
at Logi.GSeries.Keyboard.LogiGSK.main(LogiGSK.java:1083)

Speed not: 12
Slider position: 5
Speed: 50`

Pressing set does nothing :( It used to work idk what's wrong with it now

from logigsk.

wraith3690 avatar wraith3690 commented on June 18, 2024

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

from logigsk.

 avatar commented on June 18, 2024

I'm on fedora 33. I installed logisk with the install script. When I try to run logisk start, it crashes my desktop session and forces me to log out. Setting does nothing either, and I suspect this is because the service isn't actually running.

from logigsk.

 avatar commented on June 18, 2024

Though it says it is already setup to startup automatically 🤷

from logigsk.

 avatar commented on June 18, 2024

Still happening here. When I fire up LogiGSK, it just spits out
`└─[130] <> logigsk
Connected: 046d:c32b
Apr 15, 2019 2:51:11 AM Logi.GSeries.Keyboard.LogiGSK pauseServiceOperations
SEVERE: null
java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.(Socket.java:434)
at java.net.Socket.(Socket.java:244)
at Logi.GSeries.Keyboard.CommunicationClient.sendCommand(CommunicationClient.java:56)
at Logi.GSeries.Keyboard.LogiGSK.pauseServiceOperations(LogiGSK.java:1187)
at Logi.GSeries.Keyboard.LogiGSK.access$000(LogiGSK.java:44)
at Logi.GSeries.Keyboard.LogiGSK$Callback.processEvent(LogiGSK.java:173)
at org.usb4java.LibUsb.hotplugCallback(LibUsb.java:2778)
at org.usb4java.LibUsb.hotplugRegisterCallbackNative(Native Method)
at org.usb4java.LibUsb.hotplugRegisterCallback(LibUsb.java:2841)
at Logi.GSeries.Keyboard.LogiGSK.main(LogiGSK.java:1083)

Speed not: 12
Slider position: 5
Speed: 50`

Pressing set does nothing :( It used to work idk what's wrong with it now

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.

from logigsk.

 avatar commented on June 18, 2024

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

from logigsk.

pebkacs avatar pebkacs commented on June 18, 2024

I am on Ubuntu 22.04, installed from the prepackaged deb file. I was not getting any changes when I clicked set, but I had g910-gkeys installed and running as well. After stopping g910-gkeys and restarting logigsk-service, everything is happy. I figure there might be a number of us that have installed both.

from logigsk.

wraith3690 avatar wraith3690 commented on June 18, 2024

@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
https://openrgb.org/

from logigsk.

pebkacs avatar pebkacs commented on June 18, 2024

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.

from logigsk.

wraith3690 avatar wraith3690 commented on June 18, 2024

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

from logigsk.

pebkacs avatar pebkacs commented on June 18, 2024

Thanks a bunch. I'll give it a look.

from logigsk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.