Raspberry pi 3 a+ model a plus pi Wi-Fi issues

Moderators: adafruit_support_bill, adafruit

Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/
Locked
User avatar
Yankstixman
 
Posts: 1
Joined: Wed May 31, 2023 12:10 pm

Raspberry pi 3 a+ model a plus pi Wi-Fi issues

Post by Yankstixman »

Wi-Fi doesn’t work properly. I’ve tried everything, from stronger power supply to different OS installations. The Wi-Fi keeps losing the carrier every minute or two. It seems the hardware is defected Image
Attachments
31F4A89F-9D95-4150-A798-7084F8DE8348.jpeg
31F4A89F-9D95-4150-A798-7084F8DE8348.jpeg (538.69 KiB) Viewed 100 times

User avatar
mikeysklar
 
Posts: 13824
Joined: Mon Aug 01, 2016 8:10 pm

Re: Raspberry pi 3 a+ model a plus pi Wi-Fi issues

Post by mikeysklar »

Did you disable power saving?

check:

Code: Select all

sudo iw wlan0 get power_save
temporary between boots:

Code: Select all

sudo iw wlan0 set power_save off
permanent:

Code: Select all

 sudo /sbin/iw dev wlan0 set power_save off

Locked
Forum rules
Talk about Adafruit Raspberry Pi® accessories! Please do not ask for Linux support, this is for Adafruit products only! For Raspberry Pi help please visit: http://www.raspberrypi.org/phpBB3/

Return to “Adafruit Raspberry Pi® accessories”