and how to run usrpaudio.py from systemd ?
I created the service "usrpaudio.service" in
which I noted:
ExecStart =
/opt/Analog_Bridge/./USRPAudio.py -s> / dev / null 2>
& 1
User = root
And I get the following errors:
Dec 2 23:47:43 localhost USRPAudio.py
[598]: File "/opt/Analog_Bridge/./USRPAudio.py", line 164, in
<module>
Dec 2 23:47:43 localhost USRPAudio.py
[598]: ch = getch ()
Dec 2 23:47:43 localhost USRPAudio.py
[598]: File "/opt/Analog_Bridge/./USRPAudio.py", line 145, in
_getch
Dec 2 23:47:43 localhost USRPAudio.py
[598]: old_settings = termios.tcgetattr (fd)
Dec 2 23:47:43 localhost USRPAudio.py
[598]: termios.error: (25, 'Inappropriate ioctl for device')
Thank you so much.
Philippe
Le 04/12/2019 à 20:33, Steve N4IRS a
écrit :
toggle quoted messageShow quoted text
Glad to hear it. That's what usrpaudio.py is for.
You might want to post your command line so others can learn from
it.
73, Steve N4IRS
On 12/4/2019 2:31 PM, JF via
Groups.Io wrote:
Works perfect with usrpaudio.py thanks!