ysph / gHub-GUI

Manage your logitech device on Linux using GUI. Lightweight and user-friendly. (not yet)
MIT License
75 stars 9 forks source link

Error: Can not find the G203 mouse #3

Open aylasabina opened 3 years ago

aylasabina commented 3 years ago

I compiled the software and I am still not able to find my G203 mouse lsusb | egrep "G203|Logitech" returns the following Bus 001 Device 014: ID 046d:c092 Logitech, Inc. G203 LIGHTSYNC Gaming Mouse

Operating System: Linux Mint Kernel: Linux 5.4.0-65-generic Architecture: x86-64

Vigrind commented 3 years ago

I have the same issue with Logitech G502 Hero The output of lsusb | egrep "G502|Logitech" is : Bus 001 Device 009: ID 046d:082d Logitech, Inc. HD Pro Webcam C920 Bus 001 Device 008: ID 046d:c08b Logitech, Inc. G502 SE HERO Gaming Mouse Operating System: Pop_Os Kernel: 5.11.0-7612-generic

ghost commented 3 years ago

I get the same issue with Logitech G502 Hero and G633 Artemis Spectrum headset. The output of lsusb | grep "Logitech" is : Bus 005 Device 003: ID 046d:c08b Logitech, Inc. G502 HERO Gaming Mouse Bus 001 Device 004: ID 046d:0a5c Logitech, Inc. Operating System: Pop_Os 20.04 LTS x86_x64 Kernel: 5.11.0-7620-generic

AndyStreams commented 3 years ago

Oops Didn't see this thread already about the same issue and mouse I'm having issues with I have the G-203 910-004842 and for some reason its not able to find the device. Ive tried Uninstalling & Reinstalling the drivers to the mouse and that still didn't work is this still a problem or is there a solution for this. Screenshot from 2021-11-01 17-54-44

Bleyom commented 2 years ago
Kernel: 5.19.12-arch1-1
OS: Arch Linux x86_64 
Display Server: X11
Shell: fish

Hi, I have solved this problem by modifying line 205, simply uncomment the line and replace the content of the line with this:

pushItem(&head, 0xc092, "G102/G203 LIGHTSYNC", WIRED_OR_CABLE, 0x0e);

Then run make clean followed by make all to recompile the binary with the new code.

Now works fine 🎉

Have a good day 😃

techguy16 commented 2 years ago

Open main.c and make the G102-G203 line not a comment. Then after WIRED_OR_CABLE, add , 0x0e. Try recompiling again.