-
Notifications
You must be signed in to change notification settings - Fork 221
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
USB hang on Ubnutu 19.04 with pkcs11 branch #147
Comments
@bryan-hunt or @schielimicrochip or @BenUdall-Microchip could you kindly take a look please? I can facilitate on the back end if you like. |
@rpcme & @dspearl-amazon If this is happening 100% of the time after a fresh boot it is a kernel configuration problem. Based on the above it appears it is stuck in the mutex used to ensure process safety - this is an OS component. That being said if this is not the problem - what is the udev situation? Has the udev rules been updated with something like https://github.com/MicrochipTech/cryptoauthlib/blob/master/lib/hal/90-cryptohid.rules ? |
Bryan - thank you for the assist.
On Apr 16, 2020, at 10:26, Bryan Hunt <[email protected]> wrote:
@rpcme & @dspearl-amazon If this is happening 100% of the time after a fresh boot it is a kernel configuration problem. Based on the above it appears it is stuck in the mutex used to ensure process safety - this is an OS component.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Bryan, |
This issue has been marked as stale - please confirm the issue still exists with the latest version of the library and update the issue if it remains |
When trying to access a USB HID device, output hangs after C_Initialize:144 debug output
Here's GDB stack traces of each thread. The same build appears to work on an Ubuntu 18.04 laptop
The text was updated successfully, but these errors were encountered: