[Hamlib-developer] Need help, rigctl utility is working but rigctld daemon is not working
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephen G. <ste...@gm...> - 2025-03-05 19:52:08
|
I’m having trouble getting rigctld to work I’m running DragonOS and I currently have hamlib version 4.7 installed and my rig is a TX-500 rigctl -m 2050 -r /dev/ttyUSB0 <all commands> work rigctld -m 2050 -r /dev/ttyUSB0 nothing works; it hangs, i.e., does not return to the command prompt sudo systemctl restart rigctld gave me this error (: Unit rigctld.service not found) I created the following a file (someone else’s idea), which didn’t help /etc/systemd/system/rigctld.service [Unit] Description=rigctld Hamradio rig controler After=syslog.target network.target [Service] Type=simple ExecStart=/usr/bin/rigctld -m 2050 -r /dev/ttyUSB0 User=rigctld Group=rigctld [Install] WantedBy=multi-user.target I’m not a Linux expert and I’m out of ideas Thanx Steve AJ6TL |