-
Notifications
You must be signed in to change notification settings - Fork 20
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
Take WiFi patches from Asahi Linux to read OTP #34
Conversation
oh i just messed up the git history |
62c6f4a
to
a24d4c6
Compare
there will be a third version of this wifi patchset soon so it might be better to wait for that |
Thanks, I've not actually got my mbb16 any more but I'm happy to keep taking pulls for this if it's still useful |
a24d4c6
to
6eaffeb
Compare
That's patches from the https://github.com/AsahiLinux/linux/tree/wifi/take3 branch, which should use the correct mac address. There might be a take4, but that would only affect M1 pro/max, so it wouldn't be important for us. |
This means firmware will be selected automatically like macOS does. These patches also fix a couple of bugs and make a few optimisations. For this firmware selection: # in macos (or linux if you have a copy of the wifi folder): git clone https://github.com/AsahiLinux/asahi-installer --depth=1 cd asahi-installer/src python3 -m firmware.wifi /usr/share/firmware/wifi firmware.tar # in linux cd /lib/firmware sudo tar xf /path/to/firmware.tar
6eaffeb
to
e9cd73c
Compare
that's take4, which it turns out might help bcm4377 |
Take WiFi patches from Asahi Linux to read OTP
This means firmware will be selected automatically. These patches also
fix a couple of bugs and make a few optimisations.
For this firmware selection:
or you can use this https://cdn.discordapp.com/attachments/595304521857630259/923542180608475166/firmware.tar.gz