g4klx / MMDVMHost

The host program for the MMDVM
GNU General Public License v2.0
378 stars 274 forks source link

permission denied to access /dev/ttyACM0 #600

Open iddq opened 4 years ago

iddq commented 4 years ago

MMDVMHost cannot open ttyACM0 device in daemon mode if mmdvm user's primary group is not dialout

workaround: usermod -g dialout mmdvm

iddq commented 4 years ago

https://unix.stackexchange.com/a/118790/401986