Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems connecting to wifi #68

Open
MrOneTwo opened this issue Aug 10, 2022 · 2 comments
Open

Problems connecting to wifi #68

MrOneTwo opened this issue Aug 10, 2022 · 2 comments

Comments

@MrOneTwo
Copy link

MrOneTwo commented Aug 10, 2022

I'm having troubles connecting the WiFi.
When I run sudo wpa_cli -i wlan0 I see:

<3>CTRL-EVENT-SCAN-STARTED 
> 
<3>CTRL-EVENT-SCAN-RESULTS 
> 
<4>Failed to initiate sched scan

I have used flash_sdcard_m2z_v2.sh to flash my SD card. I initially just edited the interfaces file but now I'm using wpa_cli through UART to fix the fact that it fails to connect.

My interfaces file (only the wlan0 part):

allow-hotplug wlan0
iface wlan0 inet dhcp
	wpa-ssid Tele2_fca84e
	#psk=“00012345678901234567890”
	wpa-psk kdm5ygzx
	dns-nameservers 8.8.8.8 8.8.4.4
	wireless-power off
@MrOneTwo
Copy link
Author

MrOneTwo commented Aug 10, 2022

Oh and very rarely I see:

<3>WPS-AP-AVAILABLE 
> 
<3>CTRL-EVENT-SSID-REENABLED id=0 ssid=“Tele2_fca84e”
> 
<3>Trying to associate with SSID ‘Tele2_fca84e’
> 
<3>CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
> 
<3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid=“Tele2_fca84e” auth_failures=4 duration=77 reason=CONN_FAILED
> 
<3>CTRL-EVENT-SCAN-STARTED 
> 
<3>CTRL-EVENT-SCAN-RESULTS 
> 
<3>WPS-AP-AVAILABLE 
> 
<4>Failed to initiate sched scan
> 

@avafinger
Copy link
Owner

avafinger commented Aug 10, 2022

Maybe the new board has a different wifi chip or similar chip. Try to update the wifi firmware if that is the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants