Resolução de problemas¶
General¶
On WebAuthn.io you can check various high-level functionalities, while webautn.bin.coffee provides good developer level details (technical) details.
Check if the LED is working as expected.
You can test the Nitrokey Passkey using nitropy with
nitropy nkpk test
.
Windows¶
Para verificar se o Nitrokey Passkey é reconhecido corretamente, abrir o Gestor de Dispositivos e verificar se o Nitrokey Passkey aparece como um dispositivo USB.
macOS¶
Para verificar se a Nitrokey Passkey é reconhecida corretamente, abrir o System Report e verificar se a Nitrokey Passkey aparece como um dispositivo USB. Caso contrário, pode utilizar a linha de comandos com o seguinte comando para verificar se o sistema reconhece a Nitrokey Passkey.
system_profiler SPUSBDataType | grep Nitrokey
Linux¶
To check whether the Nitrokey Passkey is correctly recognized, check if it is shown with lsusb
.
Se a Nitrokey não for detectada, proceda da seguinte forma:
Copy this file 41-nitrokey.rules to
/etc/udev/rules.d/
. In very rare cases, the system will need the older version of this file.Reinicie o udev via
sudo service udev restart
ouudevadm control --reload-rules && udevadm trigger
se estiver a utilizar o Fedora.