wb2osz / direwolf-doc

Additional documentation for direwolf project.
15 stars 1 forks source link

attach to direwolf does not work #4

Open sysadminpower2019 opened 1 month ago

sysadminpower2019 commented 1 month ago

Hello, I am trying to run the commands found in the pdf but i am getting numerous errors.

Dire Wolf DEVELOPMENT version 1.8 A (Jul 18 2024) Includes optional support for: gpsd hamlib cm108-ptt libgpiod dns-sd

Reading config file direwolf.conf SSID out of range. SSID of "DMS21-20" not in range of 0 to 15. Config file: Invalid value for MYCALL command on line 4. Config file: Unrecognized command 'NCHANNEL' on line 5. Config file, line 6: Invalid option keyword, sento. Config file: Unrecognized command 'objname' on line 7. Audio device for both receive and transmit: /dev/ttyACM0 (channel 0) ALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM /dev/ttyACM0 Could not open audio device /dev/ttyACM0 for input No such file or directory Pointless to continue without audio device.

i also tried /dev/S0 but since i really don't know what that device is supposed to be i have no idea

wb2osz commented 1 month ago

(1) you need "Dire Wolf DEVELOPMENT version 1.8 D" or later. You have "A".

(2) The maximum SSID allowed for mycall is 15.

(3) 3 lines starting with OBEACON, objname, and comment should be a single line. It had to be split up to fit on the page.

(4) "sento" should be "sendto".

(5) The ADEVICE example was for Windows. I need to add another example for Linux.

If you have a USB audio adapter, you probably want: ADEVICE plughw:1,0

If you have no audio device, use this for testing" ADEVICE udp:9999 null

"/dev/ttyACM0" is a serial port, not an audio device.

73, John WB2OSZ