故障排除¶
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
.
窗户¶
要检查 Nitrokey Passkey 是否被正确识别,请打开 "设备管理器",检查 Nitrokey Passkey 是否作为 USB 设备出现。
macOS¶
要检查 Nitrokey Passkey 是否被正确识别,请打开系统报告并检查 Nitrokey Passkey 是否作为 USB 设备出现。否则,您可以使用命令行,用以下命令检查系统是否能识别 Nitrokey Passkey。
system_profiler SPUSBDataType | grep Nitrokey
基础设施¶
To check whether the Nitrokey Passkey is correctly recognized, check if it is shown with lsusb
.
如果没有检测到硝基钥匙,请进行以下操作。
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.通过``sudo service udev restart`` 或``udevadm control --reload-rules && udevadm trigger``(如果使用的是 Fedora)重启 udev。