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
First off, I have a RPi 3B running on Buster. I have installed Hamlib 4.4, Direwolf 1.7 and Linpac 0.29.
Hamlib: rigctl -l | grep IC-7100 - says IC-7100 is model# 3070. In direwolf.conf PTT configuration as; PTT RIG 3070 /dev/ttyUSB0 (I also tried ttyUSB1). Buster assigned ttyUSB0 and ttyUSB1 for the IC-7100 that is connected via the USB port on the Pi. Rig is set to FM-D using 2m packet frequency.
First I run direwolf -t 0 -p;
pi@linpac:~ $ direwolf -t 0 -p
Dire Wolf DEVELOPMENT version 1.7 E (Jun 14 2022)
Includes optional support for: hamlib cm108-ptt
Reading config file direwolf.conf
Audio input device for receive: stdin (channel 0)
Audio out device for transmit: plughw:2,0 (channel 0)
Channel 0: 1200 baud, AFSK 1200 & 2200 Hz, A+, 44100 sample rate / 3.
Hamlib error: Unknown rig model 3070. Run "rigctl --list" for a list of model numbers.
Ready to accept AGW client application 0 on port 8000 ...
Ready to accept KISS TCP client application 0 on port 8001 ...
Virtual KISS TNC is available on /dev/pts/1
Created symlink /tmp/kisstnc -> /dev/pts/1
QRT - I pressed Ctrl C here.
Hamlib: Can't use rig_set_ptt for channel 0 PTT because rig_open failed.
pi@linpac:~ $
Listing my serial by id:
pi@linpac:/dev/serial/by-id $ ls -la
total 0
drwxr-xr-x 2 root root 80 Jun 15 07:48 .
drwxr-xr-x 4 root root 80 Jun 15 07:48 ..
lrwxrwxrwx 1 root root 13 Jun 15 07:48 usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_IC-7100_03003450_A-if00-port0 -> ../../ttyUSB0
lrwxrwxrwx 1 root root 13 Jun 15 07:48 usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_IC-7100_03003450_B-if00-port0 -> ../../ttyUSB1
pi@linpac:/dev/serial/by-id $
I am using the Linpac packet radio interface to key the radio when I connect to a BBS but rig is not keying.
Any help is appreciated.
Max - DU2UXH
The text was updated successfully, but these errors were encountered:
Hello Max,
Direwolf's Github issues are for bug reports only.. not for support. Please join the direwolf email list at https://groups.io/g/direwolf and post your support question there. In that post, please include the detail if using rigctl by itself works for say querying your radio's frequency, etc. Btw.. as mentioned in the other Linpac post on Sourceforge, Linpac does not do anything packet directly, it uses Linux's AX.25 stack so you need to configure that as well.
Please close this Github issue as this is not a bug report.
First off, I have a RPi 3B running on Buster. I have installed Hamlib 4.4, Direwolf 1.7 and Linpac 0.29.
Hamlib: rigctl -l | grep IC-7100 - says IC-7100 is model# 3070. In direwolf.conf PTT configuration as; PTT RIG 3070 /dev/ttyUSB0 (I also tried ttyUSB1). Buster assigned ttyUSB0 and ttyUSB1 for the IC-7100 that is connected via the USB port on the Pi. Rig is set to FM-D using 2m packet frequency.
First I run direwolf -t 0 -p;
pi@linpac:~ $ direwolf -t 0 -p
Dire Wolf DEVELOPMENT version 1.7 E (Jun 14 2022)
Includes optional support for: hamlib cm108-ptt
Reading config file direwolf.conf
Audio input device for receive: stdin (channel 0)
Audio out device for transmit: plughw:2,0 (channel 0)
Channel 0: 1200 baud, AFSK 1200 & 2200 Hz, A+, 44100 sample rate / 3.
Hamlib error: Unknown rig model 3070. Run "rigctl --list" for a list of model numbers.
Ready to accept AGW client application 0 on port 8000 ...
Ready to accept KISS TCP client application 0 on port 8001 ...
Virtual KISS TNC is available on /dev/pts/1
Created symlink /tmp/kisstnc -> /dev/pts/1
QRT - I pressed Ctrl C here.
Hamlib: Can't use rig_set_ptt for channel 0 PTT because rig_open failed.
pi@linpac:~ $
Listing my serial by id:
pi@linpac:/dev/serial/by-id $ ls -la
total 0
drwxr-xr-x 2 root root 80 Jun 15 07:48 .
drwxr-xr-x 4 root root 80 Jun 15 07:48 ..
lrwxrwxrwx 1 root root 13 Jun 15 07:48 usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_IC-7100_03003450_A-if00-port0 -> ../../ttyUSB0
lrwxrwxrwx 1 root root 13 Jun 15 07:48 usb-Silicon_Labs_CP2102_USB_to_UART_Bridge_Controller_IC-7100_03003450_B-if00-port0 -> ../../ttyUSB1
pi@linpac:/dev/serial/by-id $
I am using the Linpac packet radio interface to key the radio when I connect to a BBS but rig is not keying.
Any help is appreciated.
Max - DU2UXH
The text was updated successfully, but these errors were encountered: