Skip to content
This repository has been archived by the owner on Dec 6, 2020. It is now read-only.

Can't connect to WiFi on Big Sur Beta6 #42

Open
seungjunProgramming opened this issue Sep 12, 2020 · 1 comment
Open

Can't connect to WiFi on Big Sur Beta6 #42

seungjunProgramming opened this issue Sep 12, 2020 · 1 comment

Comments

@seungjunProgramming
Copy link

seungjunProgramming commented Sep 12, 2020

alpha3 worked fine, but alpha 4 doesn't work on Big Sur beta 6
Also Makes AppleIntelBluetooth unstable

@usr-sse2
Copy link
Owner

It works on beta 6, although it's not stable. I know an issue with WPA* networks and am working on a fix.
What authentication is the network using? How it 'can't connect'?
Please enable debug logs with

sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport debug +AllUserland +AllDriver +AllVendor

and then show the output of the following commands:

sudo dmesg | grep "itlwm\|Black80211"
log show --last boot --predicate 'sender="IO80211Family"'
sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport logger 

The third command should be running while you are trying to connect to a network (it shows the log in real time), and the first and the second should be run after trying to connect (they show the history).

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

No branches or pull requests

2 participants