this post was submitted on 03 May 2024
4 points (83.3% liked)

raspberrypi

3252 readers
1 users here now

Community about the single-board computers, micro-controllers and related projects.

https://www.raspberrypi.com/

Other RaspberryPi communities on Lemmy

founded 5 years ago
MODERATORS
 

Is this possible at all?

top 4 comments
sorted by: hot top controversial new old
[–] Brewchin@lemmy.world 6 points 1 year ago (1 children)

Using systemctl restart NetworkManager will likely do it for you.

Or the more traditional ifup/ifdown method, but if you're remotely connected that's likely to give you a Bad Time as you fall off the network... :)

[–] sabreW4K3@lazysoci.al 4 points 1 year ago

Ooh, perfect. Thank you!

[–] RacoonVegetable@reddthat.com 4 points 1 year ago (1 children)

Set a crontab command that turns on your wifi to run every minute or two, thoroughly test it, then disable your wifi and wait a minute or two before trying to reconnect.

[–] sabreW4K3@lazysoci.al 2 points 1 year ago

That sounds way more involved than I would like