UltimateHackingKeyboard / agent

Ultimate Hacking Keyboard configurator
https://ultimatehackingkeyboard.github.io/agent/
Other
701 stars 77 forks source link

Agent not finding keyboard attached to Ubuntu 18.04 #2141

Closed SilvioLevy closed 10 months ago

SilvioLevy commented 10 months ago

Hi

Agent (executable filename UHK.Agent-3.2.1-linux-x86_64.AppImage) doesn't recognize the UHK when attached to a computer running Ubuntu 18.04.6, and for various reasons I don't intend to update the OS. I've been able to customize the UHK to some extent by attaching it to a borrowed computer but I'd prefer to have the ability to do it on mine. I attach the output I get on the terminal where the executable is called; let me know what other information would be useful for debugging. (On the Agent window itself I see the message "Searching for UHK - hang tight".)

Thank you,

Silvio Levy on-zar.txt

mondalaci commented 10 months ago

@ert78gb Please look into this issue.

ert78gb commented 10 months ago

The reason is the GLIBCXX_3.4.26 not found.

More details: https://github.com/UltimateHackingKeyboard/agent/issues/1961

You can try to build agent on your machine as described in https://github.com/UltimateHackingKeyboard/agent/issues/1961#issuecomment-1400898136. The comment is old but still relevant. You can find the required node.js version in the .nvmrc file in the root directory of the git repo.

SilvioLevy commented 10 months ago

Thank you. As I'm ignorant of git (I'm not really a hacker, just a person who prefers the keyboard to the mouse) I probably won't get around to this soon, but it's good to know that it is possible in principle. I'll try to get some help around here.

Best wishes,

Silvio

The reason is the GLIBCXX_3.4.26 not found.

More details: https://github.com/UltimateHackingKeyboard/agent/issues/1961

You can try to build agent on your machine as described in https://github.com /UltimateHackingKeyboard/agent/issues/1961#issuecomment-1400898136. The comment is old but still relevant. You can find the required node.js version in the .nvmrc file in the root directory of the git repo.

-- Reply to this email directly or view it on GitHub: https://github.com/UltimateHackingKeyboard/agent/issues/2141#issuecomment-183 1662112 You are receiving this because you authored the thread.

Message ID: @.***>

mondalaci commented 10 months ago

I'm closing this issue because glibc on your system is too old.

Feel free to follow up regardless.

ert78gb commented 8 months ago

@SilvioLevy node-hid released a new version that maybe support older version of GLIBC. If you have time please test the https://github.com/UltimateHackingKeyboard/agent/actions/runs/7533700761?pr=2162 version?

SilvioLevy commented 8 months ago

Thank you so much for writing! This sounds like good news.

I went to the page indicated below. I'm guessing I should download the new version of UHK.Agent-linux-x86_64.AppImage , but I don't see how to do that from that page. Sorry for my ignorance of github.

Silvio

@SilvioLevy node-hid released a new version that maybe support older version of GLIBC. If you have time please test the https://github.com/UltimateHackingKeyboard/agent/actions/runs/7533700761?pr=2162 version?

-- Reply to this email directly or view it on GitHub: https://github.com/UltimateHackingKeyboard/agent/issues/2141#issuecomment-1892764481 You are receiving this because you were mentioned.

ert78gb commented 8 months ago

no worries. Yes, please download the UHK.Agent-linux-x86_64.AppImage file. The text is a link only when you are logged in to GitHub. I copied the direct link here: https://github.com/UltimateHackingKeyboard/agent/actions/runs/7533700761/artifacts/1170725355

It will a zip file. First you have to unzip and and after set the executable permission of the unzipped file.

SilvioLevy commented 8 months ago

BRILLIANT! Works perfectly. Thank you for providing this!

I have a hopefully quick question, which neither googling nor the Agent's very good online help could not answer. Let me know if I should open another ticket.

I use the left button of the trackball module for the middle mouse, and the frame keys (skinny bars) for left and right mouse. The frame keys have just the right amount of resistance for a mouse click, but the trackball button is depressed very easily, so it usually double-strikes, and I end up with the pasted text twice. (My primary use for middle-mouse is copy-pasting without control-C and control-V.)

Is it possible to control the sensistivity or the spacing between the mouse clicks, so that for instance a second click after less than 100ms won't count?

Thank you

Silvio Levy

mondalaci commented 8 months ago

@SilvioLevy Please ask your question in the forum.

ert78gb commented 8 months ago

@SilvioLevy Thanks for the quick feedback