Great to neet you in Cairns and looking forward to any feedback!
Login to reply
Replies (1)
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.