Setup Information
Use sudo asl-show-version to obtain this information from the console or SSH
Asterisk Version: 22..x.y+asl3-3.n.m
ASL3 Version: 3.x.y
Allstar node issue
Setup
-
Raspberry Pi 4 running ASL3
-
Node: 68967
-
Radio: Yaesu FT-2900R
-
Interface: DigiRig Mobile
-
Connection:
- RX audio: rear speaker jack → DigiRig
- TX audio: DigiRig → front mic jack
- USB: Pi ↔ DigiRig
What works
- Node starts and exists
- Can connect to nodes (e.g., 2000)
- USB audio device detected (
aplay -l) - RX audio confirmed (RxAudioStats changes)
- Serial port present:
/dev/ttyUSB0 - PTT confirmed working via Python using DTR (keys radio reliably)
What does NOT work
- No COS change in SimpleUSB (
carrierfrom=usborusbinvert) - No TX using SimpleUSB (Flash does not key radio)
- Attempting to hook external PTT scripts into
rpt.confcaused Asterisk to exit
Key observation
-
DigiRig presents:
- audio via USB

- serial control via
/dev/ttyUSB0
- audio via USB
-
It does not expose CM108 GPIO (no usable COR/PTT via hidraw)
Problem
app_rpt/ SimpleUSB expects GPIO-based PTT/COR- DigiRig provides serial PTT (DTR/RTS)
These control methods do not align
Question
What is the supported method in ASL3 to:
- Use USB audio for RX/TX
- Use
/dev/ttyUSB0(DTR) for PTT - Use audio-based RX detection (since no COR line)
WITHOUT modifying hardware?
Goal
Use DigiRig Mobile with ASL3 + FT-2900:
- no VOX
- no hardware mods
- no GPIO wiring