Skip to content

Frequent wifi disconnection #562

Answered by mcguirepr89
blogdemoi asked this question in Q&A
Discussion options

You must be logged in to vote

wlan0 on a Raspberry Pi has power management automatically turned on. I would recommend disabling this on boot to address your issue.

Just above exit 0 in /etc/rc.local, add this line:

iwconfig wlan0 power off

and that will disable power management (the thing that cuts the power to your wireless network card after it loses the connection to your WiFi, preventing it from reconnecting in the future).

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
7 replies
@lloydbayley
Comment options

@blogdemoi
Comment options

@lloydbayley
Comment options

@lloydbayley
Comment options

@blogdemoi
Comment options

Comment options

You must be logged in to vote
1 reply
@blogdemoi
Comment options

Answer selected by mcguirepr89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants