solokeys / solo1

Solo 1 firmware in C
https://solokeys.com/
Other
2.3k stars 273 forks source link

Documentation Udev rules Linux is wrong #611

Open churchthecat opened 2 years ago

churchthecat commented 2 years ago

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/

https://github.com/solokeys/solo1/issues/45

peppermint 10 tried different udev rules but no dice