buczek-j / usrp-utils

1 stars 0 forks source link

Dronekit requiring USB Permissions #10

Closed buczek-j closed 3 years ago

buczek-j commented 3 years ago

When trying to run any dronekit connections to the connection string '/dev/ttyACM0', it would error out and require higher permissions. This could be fixed for every login using 'sudo chmod 666 /dev/ttyACM0' but it needed to be input after every login. The permanent fix run the command:

sudo usermod -a -G dialout $USER

buczek-j commented 3 years ago

Once run, logout and log back in for it to take affect