Skip to content
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

Error: Can not find the G203 mouse #3

Open
aylasabina opened this issue Mar 12, 2021 · 5 comments
Open

Error: Can not find the G203 mouse #3

aylasabina opened this issue Mar 12, 2021 · 5 comments

Comments

@aylasabina
Copy link

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
Copy link

Vigrind commented Apr 12, 2021

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
Copy link

ghost commented Jul 19, 2021

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
Copy link

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
Copy link

Bleyom commented Oct 2, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants