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
user@host:/lib/systemd/system$ sudo systemctl start SoapySDRServer.service
user@host:/lib/systemd/system$ sudo systemctl enable SoapySDRServer.service
Failed to enable unit: Refusing to operate on alias name or linked unit file: SoapySDRServer.service
uname -a
Linux OptiPlex-7010 5.19.0-45-generic #46~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 7 15:06:04 UTC 20 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
$ uname -a
Linux sdr-HPG3 6.5.0-17-generic #17~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 16 14:32:32 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
$ sudo systemctl enable SoapySDRServer # Fails
Failed to enable unit: Refusing to operate on alias name or linked unit file: SoapySDRServer.service
$ sudo systemctl enable soapyremote-server.service # works for me.
https://github.com/pothosware/PothosCore/wiki/Ubuntu#sdr-runtime-packages
the installation packages are referenced as SoapySDR-Server when the package is named soapyremote-server in the ubuntu repository
apt info soapysdr-server
N: Unable to locate package soapysdr-server
N: Unable to locate package soapysdr-server
E: No packages found
apt info soapyremote-server
Package: soapyremote-server
Version: 0.5.2-3
https://github.com/pothosware/SoapyRemote/wiki#using-the-systemd-service-linux
I think the alias isn't working properly somehow in ubuntu 22.04 for the service. I had to use soapyremote-server.service instead.
user@host:/lib/systemd/system$ sudo systemctl start SoapySDRServer.service
user@host:/lib/systemd/system$ sudo systemctl enable SoapySDRServer.service
Failed to enable unit: Refusing to operate on alias name or linked unit file: SoapySDRServer.service
uname -a
Linux OptiPlex-7010 5.19.0-45-generic #46~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 7 15:06:04 UTC 20 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: