Pi5 network disconnects #46
Replies: 8 comments 11 replies
-
|
It's a week now with no network disconnects of the Pi5. I will now reinstall Batty Birdnet from the script and advise the results. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, I'll give that a try. I had been initiating a reboot every 4 hours to keep the system interface from becoming unavailable. I'd also replaced the regular SD Card with an industrial level card, from the perspective that maybe the number of writes was causing early card failure. Hopefully the latest version of the Raspberry Pi firmware does the trick. |
Beta Was this translation helpful? Give feedback.
-
|
I found something in an IT journal that I am trying now to stabilize WIFI connection. It does appear to be a RaspberryOS issue: https://www.heise.de/ratgeber/Raspi-mit-Debian-verliert-Internet-Verbindung-9998575.html It appears that a daemon is killing the wlan connection. It can be disabled by sudo systemctl disable avahi-daemon.socket I am checking the long term effects still. Has been ok for a few hours now. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. I will try that. You also turn off Wifi power management (which is on by default) using instructions here: |
Beta Was this translation helpful? Give feedback.
-
|
I have a new router and tried a machine (Pi 4) with a fresh OS install. Working fine for two days now on WIFI. Perhaps the issue has been resolved on OS level. |
Beta Was this translation helpful? Give feedback.
-
|
I tried all your tricks from above and it got a bit better, but still sometimes WIFI went down. Now I have cronjob to reboot the Pi every morning and no problems since. |
Beta Was this translation helpful? Give feedback.
-
|
Same here. No matter what I do, the device still drops from wifi, and requires a reboot. It is the only always-on Pi5 of the 3 I have that does that. Yes, I have spared it with 2 other Pi5’s with the same outcome.
Otherwise, enjoying seeing bats return from Torpor here. I spared out the Pi PS with an Astron linear supply, and a huge difference in Power Supply noise and false detections.
Rabede, how does your Cron job read? Just a basic reboot?
Thanks,
Bob
On Apr 2, 2025, at 4:38 AM, rabede ***@***.***> wrote:
I tried all your tricks from above and it got a bit better, but still sometimes WIFI went down. Now I have cronjob to reboot the Pi every morning and no problems since.
—
Reply to this email directly, view it on GitHub<#46 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK5VYIH4IZHN5ZPBZPFIGQT2XOOWHAVCNFSM6AAAAABM5CIPNKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRZG44DMNY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks. You are right, simple, but unless I catch it during a reboot, the main page is always available now. 14 species since they came out of torpor.
Diff question: is it just me, or is anyone else unable to listen to non-shifted audio? Sometimes I want to identify a non-bat noise, but cannot listen unshifted.
Thanks
Bob
Sent from my iPad
On Apr 2, 2025, at 1:52 PM, rabede ***@***.***> wrote:
@noiselevelzero<https://github.com/noiselevelzero>
yes, just a simple:
0 7 * * * /sbin/reboot
—
Reply to this email directly, view it on GitHub<#46 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AK5VYIAKMZYBSDG7OCIRE532XQPW7AVCNFSM6AAAAABM5CIPNKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZQGQ3DCNI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been running Batty Birdnet off of a Pi5 for a few weeks now, and it certainly runs better than it did on a Pi4, except for one thing. For a reason I cannot diagnose, BBN will eventually drop off the network, and will not again be visible until I reboot the PI5. This almost always happen overnight, after the system becomes active collecting, and not during the day when it is not processing. As far as I know, this never happened on the Pi4, but this consistently happens on a PI5.
So far, I have tried multiple SD cards and even an NVME SSD, and have swapped Pi5's as well, none of which helped. I have also tried a number of "keep alive" Network Manager strings set up in various ways to autoexec and keep the WIFI connected, none of which worked.
To make a final check, I wiped the SD card and rebuilt it with just the OS, but did not then install Batty Birdnet from the script. I placed the card back in the pi, and reconnected my audiomoth so I could duplicate the same audio interface in case that was also an issue.
So far, the Pi5 has been stable for several days, leading me to believe this issue is with the Batty Birdnet build in some way. I could try to stress test the Pi (for instance with something like cpburn) but before I bother with that, does anyone else have an issue with their Pi5 using Batty Birdnet? I really would like to have this working on the Pi5 reliably.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions