-
Notifications
You must be signed in to change notification settings - Fork 186
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
G413 TLK SE - 046d:c34a #304
Comments
I seem to be encountering a similar issue with my G413 TKL SE, which also has a product ID of I've built from the AUR (and incorporating #302), but upon running I'm not particularly familiar with device interfaces on Linux, but would be happy to provide further details or test results if desired! |
I wasted so much time on this, installing windows in a VM, installing various DLLs from old windows to make the horrible app run on win 11, and eventually had to conclude the particular model is a striped down version that does not support anything from the protocol - it can't even remember the last brightness level.
The Logitech hub app detects it and just says you don't need it to use the keyboard. You can't do anything else. So useful.
Had I known this, I wouldn't buy it.
So this issue is probably baseless and can be closed. You have to get used to the silly animation at boot, then it's generally fine on the default settings (max brightness)
…On Fri, Jun 2, 2023, at 00:59, LRitzdorf wrote:
I seem to be encountering a similar issue with my G413 TKL SE, which also has a product ID of `c34a`.
I've built from the AUR (and incorporating #302 <#302>), but upon running `g413-led -dv 046d -dp c34a -tuk 1 -a 000000`, I receive a series of `Can not write to hidraw` errors (both with and without sudo).
I'm not particularly familiar with device interfaces on Linux, but would be happy to provide further details or test results if desired!
—
Reply to this email directly, view it on GitHub <#304 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAPSKHVCKYBW7NF6WGDRBDLXJENDRANCNFSM6AAAAAAX5FDYRY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Yeah, I've determined the same. Thankfully, my keyboard is still within the return period. It might be worth noting in the README that the SE version is not supported, just to be explicit about its lack of hardware capability? |
Hello, I have a G413 TLK SE as well and cannot make the tool working with it. I tried running Can you please re-open the case? Anyone has a hint where to look at to fix this for this specific keyboard? Thanks for your help! |
Based on the OP's detailed investigation and my experience, it seems that the SE variant simply does not support being controlled from the attached computer. Blame Logitech, not this project. |
My keyboard isn't detected. The PID is c34a instead of c33a.
Running this on Arch linux, compiled with g++-11 (I edited the PKGBUILD like so:
make LIB=libusb CXX=g++-11 bin
).I found and edited the VID:PID list in the header file
Keyboard.h
, but that didn't help, now it segfaults when trying to list keyboards.gdb doesn't say much...
The hidraw version always showed error when trying to write hidraw, sudo or not.
It's probably something I'm doing wrong, I had similar problem with keyleds
The text was updated successfully, but these errors were encountered: