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
On my Raspberry Pi 4 running Ubuntu I'm having trouble with my RTL-SDR driver: every time the device is opened it cannot be closed otherwise at the next attempt of opening the connection will report a -7 error and the only way to fix this is to unplug and plug the device again.
I know this is an issue with this system as I tried on another Raspberry running Debian and had no issues. Also the same device with an older version of Ubuntu was running fine. I tried everything, don't know how to fix it. I'm getting over it :)
Now to the piaware issue.
In case no A/Cs are detected in about an hour the system tries to restart everything
Dec 16 01:15:11 ubuntu piaware[696232]: no new messages received in 3712 seconds, it might just be that there haven't been any aircraft nearby but I'm going to try to restart everything, just in case...
This usually is not an issue on a "normal" setup but in my case, as the device is closed an re-opened, causes a failure which I can only fix by physically plugging and unplugging the dongle again...which is a pain in the ____ if I'm not on site.
I read the documentation but I haven't found any way to disable this automatic restart or at least to increase the interval to few hours instead than just one.
Is this something that can be changed in the configuration?
The text was updated successfully, but these errors were encountered:
Not currently configurable, but I'd take a PR to add an option for this
Can you point me to the relevant part in the code where this interval is set? I'm not familiar with the repo.
I think the easiest way to fix this would be to put this interval in the configuration instead than hard-coding it.
Disabling the automatic restart is maybe not needed as you can always specify an interval large enough.
On my Raspberry Pi 4 running Ubuntu I'm having trouble with my RTL-SDR driver: every time the device is opened it cannot be closed otherwise at the next attempt of opening the connection will report a -7 error and the only way to fix this is to unplug and plug the device again.
I know this is an issue with this system as I tried on another Raspberry running Debian and had no issues. Also the same device with an older version of Ubuntu was running fine. I tried everything, don't know how to fix it. I'm getting over it :)
Now to the piaware issue.
In case no A/Cs are detected in about an hour the system tries to restart everything
This usually is not an issue on a "normal" setup but in my case, as the device is closed an re-opened, causes a failure which I can only fix by physically plugging and unplugging the dongle again...which is a pain in the ____ if I'm not on site.
I read the documentation but I haven't found any way to disable this automatic restart or at least to increase the interval to few hours instead than just one.
Is this something that can be changed in the configuration?
The text was updated successfully, but these errors were encountered: