You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error message whenever I transmit, but the PTT does trigger and my radio does transmit.
Could not open /dev/hidraw0 for write, errno=13Type "ls -l /dev/hidraw0" and verify that it has audio group rw similar to this: crw-rw---- 1 root audio 247, 0 Oct 6 19:24 /dev/hidraw0rather than root-only access like this: crw------- 1 root root 247, 0 Sep 24 09:40 /dev/hidraw0ERROR: PTT for channel 0 has failed. See User Guide for troubleshooting tips.
This is what I get when I run ls -l. Notice that . that indicates something SELinux that I don't completely understand.
❯ ls -l /dev/hidraw0crw-rw----. 1 root audio 241, 0 Jan 10 17:05 /dev/hidraw0
❯ ls -Z /dev/hidraw0system_u:object_r:usb_device_t:s0 /dev/hidraw0
Ultimately doesn't seem like an actual problem because the PTT works and I can TX, but I would want someone to report this kind of thing to me if it was my project.
The text was updated successfully, but these errors were encountered:
I get this error message whenever I transmit, but the PTT does trigger and my radio does transmit.
This is what I get when I run
ls -l
. Notice that.
that indicates something SELinux that I don't completely understand.Other system information:
My udev rules
cm108 output
My config file (stripped of comments)
#ADEVICE plughw:1,0 ADEVICE plughw:0,0 CHANNEL 0 MYCALL redacted MODEM 1200 PTT CM108 AGWPORT 8000 KISSPORT 8001 IGTXLIMIT 6 10
Dire Wolf version 1.7
OS: Fedora
Ultimately doesn't seem like an actual problem because the PTT works and I can TX, but I would want someone to report this kind of thing to me if it was my project.
The text was updated successfully, but these errors were encountered: