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

raspberrypi

3192 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 4 years ago
MODERATORS
 

Is this possible at all?

top 4 comments
sorted by: hot top controversial new old
[–] Brewchin 6 points 4 months 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... :)

[–] [email protected] 4 points 4 months ago

Ooh, perfect. Thank you!

[–] [email protected] 3 points 4 months 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.

[–] [email protected] 1 points 4 months ago

That sounds way more involved than I would like