daniele.testa
Posts: 5
Joined: Mon Mar 02, 2020 9:03 am

WiFi not working on 3A+

Mon Mar 02, 2020 9:11 am

I am unable to connect to any access point with my brand new 3A+.
I have tried with 2 different distributions with the same result. Rasbian and Ubuntu Server.

wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf

returns error:
wlan0: CTRL-EVENT-ASSOC-REJECT ....... status_code=16

I have tried with several different access points. The password is correct in wpa_supplicant.conf and the channel on my main router is 5.

I even tried with a USB WiFi dongle that I KNOW works and I get the same issue.

wpa_passphrase mySSID myPASSWORD >> /etc/wpa_supplicant/wpa_supplicant.conf

Running wpa_supplicant with "-dd" does not give me any valuable information.

Does anyone have any clue on further things I should try?

User avatar
DougieLawson
Posts: 39126
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: WiFi not working on 3A+

Mon Mar 02, 2020 10:05 am

What happens with a fresh copy of plain Raspbian Buster 2020-02-13?
https://downloads.raspberrypi.org/raspbian_latest

If that doesn't work then your hardware is, most likely, broken.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

drgeoff
Posts: 10765
Joined: Wed Jan 25, 2012 6:39 pm

Re: WiFi not working on 3A+

Mon Mar 02, 2020 10:40 am

daniele.testa wrote:
Mon Mar 02, 2020 9:11 am
I am unable to connect to any access point with my brand new 3A+.
I have tried with 2 different distributions with the same result. Rasbian and Ubuntu Server.

wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf

returns error:
wlan0: CTRL-EVENT-ASSOC-REJECT ....... status_code=16

I have tried with several different access points. The password is correct in wpa_supplicant.conf and the channel on my main router is 5.

I even tried with a USB WiFi dongle that I KNOW works and I get the same issue.

wpa_passphrase mySSID myPASSWORD >> /etc/wpa_supplicant/wpa_supplicant.conf

Running wpa_supplicant with "-dd" does not give me any valuable information.

Does anyone have any clue on further things I should try?
Have you set the country?

daniele.testa
Posts: 5
Joined: Mon Mar 02, 2020 9:03 am

Re: WiFi not working on 3A+

Mon Mar 02, 2020 12:28 pm

DougieLawson wrote:
Mon Mar 02, 2020 10:05 am
What happens with a fresh copy of plain Raspbian Buster 2020-02-13?
https://downloads.raspberrypi.org/raspbian_latest

If that doesn't work then your hardware is, most likely, broken.
That's the version I am using. I have also tried older versions as well as the "desktop" version. The desktop version is also unable to connect to the wifi from the xserver gui.

Not only that, even using an official Raspberry Pi USB WiFi dongle does not work. I get the exact same error, so I still don't think the hardware is broken. I can scan for WiFi networks and it lists them correctly. It's only the connection that does not work. I have also tried to connect to a open network, which also does not work. I feel that something is wrong with the kernel/drivers.

daniele.testa
Posts: 5
Joined: Mon Mar 02, 2020 9:03 am

Re: WiFi not working on 3A+

Mon Mar 02, 2020 12:29 pm

drgeoff wrote:
Mon Mar 02, 2020 10:40 am
daniele.testa wrote:
Mon Mar 02, 2020 9:11 am
I am unable to connect to any access point with my brand new 3A+.
I have tried with 2 different distributions with the same result. Rasbian and Ubuntu Server.

wpa_supplicant -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf

returns error:
wlan0: CTRL-EVENT-ASSOC-REJECT ....... status_code=16

I have tried with several different access points. The password is correct in wpa_supplicant.conf and the channel on my main router is 5.

I even tried with a USB WiFi dongle that I KNOW works and I get the same issue.

wpa_passphrase mySSID myPASSWORD >> /etc/wpa_supplicant/wpa_supplicant.conf

Running wpa_supplicant with "-dd" does not give me any valuable information.

Does anyone have any clue on further things I should try?
Have you set the country?
Yes, I have. I have tried with several different counties, US, UK, DE and TW. When I run wpa_supplicant with the "-d" flag, I can see that it switches to the country chosen.

User avatar
DougieLawson
Posts: 39126
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: WiFi not working on 3A+

Mon Mar 02, 2020 12:58 pm

Reboot your access point and check it doesn't have MAC address filtering enabled.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

daniele.testa
Posts: 5
Joined: Mon Mar 02, 2020 9:03 am

Re: WiFi not working on 3A+

Mon Mar 02, 2020 1:16 pm

DougieLawson wrote:
Mon Mar 02, 2020 12:58 pm
Reboot your access point and check it doesn't have MAC address filtering enabled.
As I already pointed out, I tried with several different access points, including setting my phone as a hotspot for testing. None of them have MAC address filtering.

User avatar
DougieLawson
Posts: 39126
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: WiFi not working on 3A+

Tue Mar 03, 2020 12:29 am

The last thing to check is your power supply, does it provide enough amps at a constant 5.1V? If it does then the time to buy a new RPi3A+ is now as your hardware is broken.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Return to “Troubleshooting”