-
Notifications
You must be signed in to change notification settings - Fork 24
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
Handshake fails for MasterKeys MK750 US Layout #25
Comments
It is possible that the change to hidapi caused some trouble if you had it running with the previous libusb before. Maybe running |
|
I will note that the last time I built the library, and it worked, the source was using libusb. |
Update: cloned the git repo for when I confirmed that the MK750 was supported. |
This is weird, I made it use hidapi-hidraw especially to get around libusb, so the libusb version shouldn't be the issue anymore |
Update: Tested the latest libcmmk on Ubuntu 18.04 -- originally tested on Manjaro 20.0.3. The output of
|
I've only seen ff aa responses as part of error messages, and I distinctly recall a contributor getting such an error after updating the firmware on their device. Did you update the device sometime between it working and not working? |
I was referring to my repo that is still at my old commit (27 commits ago) for when libusb was still being used. |
I don't think I updated the firmware any time after it was confirmed to be working. I remember using the related That being said, I could still be wrong. I will probably be recording USB captures for investigation into this issue. |
I have taken captures of the It appears that keyboard is refusing to accept the handshake data, giving At this point, I am considering upgrading the firmware anyway, so that I can capture and map out the keyboard's new protocol. It doesn't seem likely that work on this issue will progress until we are able to see what CM's official control app is doing. |
The current version of
libcmmk
fails to communicate with the MK750 (US) for both thecmmk-test
andcmmk-debug
test utilities.The output of
cmmk-debug
is as follows:I will be personally looking into the cause in the meantime.
The text was updated successfully, but these errors were encountered: