如何安装 Solo2 udev 规则
问题
使用 Solo2 硬件加密密钥时,你可能需要安装 udev 规则以确保设备被系统正确识别。
solo2_udev_instructions.txt
Either run `sudo solo2 update`, or install <https://github.com/solokeys/solo2-cli/blob/main/70-solo2.rules>
Specifically, you need this line:
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="b000", TAG+="uaccess"解决方案
要安装 Solo2 udev 规则,请按照以下步骤操作:
你可以从 Solo2 CLI 仓库下载 70-solo2.rules 文件。使用以下命令将其直接下载到 udev
install_solo2_udev.sh
sudo wget https://raw.githubusercontent.com/solokeys/solo2-cli/main/70-solo2.rules -O /etc/udev/rules.d/70-solo2.rules
sudo udevadm control --reload-rules
sudo udevadm triggerCheck out similar posts by category:
Cryptography
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow