wb2osz / direwolf

Dire Wolf is a software "soundcard" AX.25 packet modem/TNC and APRS encoder/decoder. It can be used stand-alone to observe APRS traffic, as a tracker, digipeater, APRStt gateway, or Internet Gateway (IGate). For more information, look at the bottom 1/4 of this page and in https://github.com/wb2osz/direwolf/blob/dev/doc/README.md
GNU General Public License v2.0
1.51k stars 299 forks source link

Document missing requirement for CM108 on Linux #498

Open mfncooper opened 8 months ago

mfncooper commented 8 months ago

The User Guide clearly documents (in section 9.4.1.5.1, Getting permission to access /dev/hidraw) the addition of the hidraw device to the 'audio' group. However, what is missing is any mention that the user under which direwolf is run must also be a member of the 'audio' group. Without that, direwolf will still throw permissions errors, since it will still not have access to the hidraw device.