Hi there
First thank you for a fantastic application
I am a noob a rpi/linux. But I managed to get the WFview ver 1.60 from repository on a rpi 4b running Bookworm. It is now running it as server on an IC-7300 and I have have a Win 10 PC running the Wfview ver.1.60 as client. Running like a charm with scope and audio transfer.
Now I want to have the fldigi running on the rpi linked to the Wfview server and I have followed the guide “loopback audio devices” from the user manal very thoroughly (having edited and /etc/systemd/system/rc-local.service).
But when running:
sudo systemctl enable rc-local.service
I get the following :
The unit files have no installation config (WantedBy=, RequiredBy=, Also=,
Alias= settings in the [Install] section, and DefaultInstance= for template
units). This means they are not meant to be enabled using systemctl.
Possible reasons for having this kind of units are:
• A unit may be statically enabled by being symlinked from another unit’s
.wants/ or .requires/ directory.
• A unit’s purpose may be to act as a helper for some other unit which has
a requirement dependency on it.
• A unit may be started when needed via activation (socket, path, timer,
D-Bus, udev, scripted systemctl call, …).
• In case of template units, the unit is meant to be enabled with some
instance name specified.
I can’t see what I am doing wrong. Any ideas out there ?
/Michael oz1mic