Устранение неполадок¶
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¶
Чтобы проверить, правильно ли распознан Nitrokey Passkey, откройте диспетчер устройств и проверьте, отображается ли Nitrokey Passkey как USB-устройство.
macOS¶
Чтобы проверить, правильно ли распознан Nitrokey Passkey, откройте Системный отчет и проверьте, отображается ли Nitrokey Passkey как USB-устройство. В противном случае вы можете использовать командную строку со следующей командой, чтобы проверить, распознает ли ваша система Nitrokey Passkey.
system_profiler SPUSBDataType | grep Nitrokey
Linux¶
To check whether the Nitrokey Passkey is correctly recognized, check if it is shown with lsusb
.
Если Nitrokey не обнаружен, выполните следующие действия:
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.Перезапустите udev через
sudo service udev restart
илиudevadm control --reload-rules && udevadm trigger
, если вы используете Fedora.