YAESU FT5DR ON LINUX
YAESU FT5-DR MANUALLY PROGRAMMING A REPEATER
- Enter VFO mode
- Dial in freq
- Set Tone- Long F menu press -> Signalling
- 11 SQL TYPE (Squelch Type)- TN
 
- 12 TONE SQL FREQ- Set to appropriate tone for repeater
 
 
- Save and name
- Long press V/M to enter name screen
- Press V/M to save
YAESU FT5-DR LINUX CONNECTION FOR CHIRP
- You will need the RTSystems data cable. The included cable in the radio's box is not for data.
- Install Chirp-Next
- 
Creat a udev rule to fix the driver's detection. Check the path as this is not going to work aon Debian based distributions due to the pathing. This is tested on RHEL 9 and Fedora 39. use whichto determine the binary path formodprobeandsh. Now, as root (sudo will not work as normally invoked). Paste the following onto one line into a file /etc/udev/rules.d/99-yaesu-ftdi.rulesACTION==”add”, ATTRS{idVendor}==”2100″, ATTRS{idProduct}==”9068″, RUN+=”/usr/sbin/modprobe ftdi_sio” RUN+=”/usr/bin/sh -c ‘echo 2100 9068 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id'”
- 
Restart udev udevadm control --reload-rules && udevadm trigger
- 
Unplug, and replug in RTSystems data cable. 
- Use dmesg or "ls /dev/ttyUSB*" to verify device is added to the system and which one it is.