sudo nano /etc/udev/rules.d/99-frostsnap.rules
ACTION==“add”, ATTRS{idVendor}==“303a”, ATTR{idProduct}==“1001”, MODE==“0666”, SYMLINK+=“frostsnap”
sudo udevadm control —reload-rules && sudo udevadm trigger
Necessary for connecting hardware wallet on Ubuntu 24
Had to figure out the above on my own…the start page and GitHub readme didn’t mention it.
Login to reply
Replies (1)
Yeah I saw in the bushbash chat, we'll be adding it to the website and probably doing something similar to Sparrow wallet with a button in the coordinator app with the command so you can copy paste it to terminal