Pls help me connect my device on linux

Luffy0807

New Member
Joined
May 11, 2019
Messages
3
Reaction score
1
Credits
0
I have logitech G13 keyboard and linux mint 19.1
To work correctly, you need to install the software, but it works only under Windows. It does not work to configure it on Linux. I tried wine and POL . But I am a newbie and did not work out; installation errors.
Thx for help.
 


There is this:
Linux Support?
G13 does not work with Linux out of the box. Not a single key works.

Normally, a Logitech gaming mouse with on-board memory such as Logitech G600 Gaming Mouse or Logitech G700s Mouse , you can setup in Microsoft Windows, then just plug in in Linux, your customized buttons will work. I was expecting the same for the G13. But no, it doesn't work.

But there's this linux driver you can try.

https://github.com/ecraven/g13
Source - http://xahlee.info/kbd/Logitech_G13_Gameboard.html

And this: https://wiki.archlinux.org/index.php/Logitech_G13

...it looks complicated...
 
And that i tried early.
Download https://github.com/ecraven/g13
Try make...

oem@Luffy:~/Desktop/3$ make
g++ -c c-source/G13.cpp -o c-source/G13.o
g++ -c c-source/G13Action.cpp -o c-source/G13Action.o
g++ -c c-source/Macro.cpp -o c-source/Macro.o
g++ -c c-source/MacroAction.cpp -o c-source/MacroAction.o
g++ -c c-source/Main.cpp -o c-source/Main.o
g++ -c c-source/Output.cpp -o c-source/Output.o
g++ -c c-source/PassThroughAction.cpp -o c-source/PassThroughAction.o
g++ c-source/G13.o c-source/G13Action.o c-source/Macro.o c-source/MacroAction.o c-source/Main.o c-source/Output.o c-source/PassThroughAction.o -o Linux-G13-Driver -lusb-1.0
/usr/bin/ld: c-source/Main.o: undefined reference to symbol 'pthread_kill@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:14: recipe for target 'Linux-G13-Driver' failed
make: *** [Linux-G13-Driver] Error 1

Whats wrong?
 
thumbs-up-sign.png
 

Members online

No members online now.

Top