You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructions doesn't seem to work.
"
How do you know if your system is configured correctly?
Try reading and writing to the device node you identified in the previous step. Assuming the node is called /dev/hidraw0:
read: try cat /dev/solokey, if you don't get "permission denied", you can access.
write: try echo "hello, Solo" > /dev/solokey. Again, if you don't get denied permission, you're OK.
"
echo "hello, Solo" > /dev/hidraw5 in my case to test. and get permission denied.
https://docs.solokeys.io/udev/
Instructions doesn't seem to work.
"
How do you know if your system is configured correctly?
Try reading and writing to the device node you identified in the previous step. Assuming the node is called /dev/hidraw0:
read: try cat /dev/solokey, if you don't get "permission denied", you can access.
write: try echo "hello, Solo" > /dev/solokey. Again, if you don't get denied permission, you're OK.
"
echo "hello, Solo" > /dev/hidraw5 in my case to test. and get permission denied.
Symlinks doesnt seem to get created either
https://www.reddit.com/r/Solokeys/comments/u6bbmz/how_to_set_up_udev_rules_solokey_linux/
#45
peppermint 10 tried different udev rules but no dice
The text was updated successfully, but these errors were encountered: