Iwan Timmer

Results 10 comments of Iwan Timmer

You propably need to set your computer to AZERTY instead of the Pi as Limelight Embedded does sends keycodes directly to the computer.

No, Moonlight Embedded is still QWERTY only

Run moonlight with the option `-verbose` and copy the output after moonlight crashes.

You can save the output to a file by appending `&> outputfile` to the Moonlight command and check the file after the Pi crashed. However since the whole Pi freezes...

Please configure a log file in config and set the log level to 5 (debug) and upload the log file after running ssh-keygen

Looking at the log it looks like tpm-pk11 is unable to connect to the TPM. However I don't know why. In the opening post tpm-pk11 is configured to directly connect...

Currently only the functions required by OpenSSH are implemented. Unless mod_nss uses the same subset of functions it probably won't work. Notice a TPM is designed for mass signing. It...

Please configure a log file in config and set the log level to 5 (debug) and upload the log file after running ssh-keygen. Could you also run tpm2_listpersistent so I...

According to the output of ssh-keygen, libtpm2-pk11 is configured to directly access /dev/tpm0, while the user is not allowed to access it or another process already has access to the...

I almost forgot, but as pkcs11 allows multiple sessions in different threads, for each session a new connection to the tpm is opened beside the global connection to receive some...