-
Notifications
You must be signed in to change notification settings - Fork 82
Add way to get wifi on the live iso in case of T2 Macs #97
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
Conversation
Tested on MacBook Pro 16 inch 2019 with the latest CachyOS ISO. |
You may remove the iwd step in case CachyOS makes iwd as the default. wpa_supplicant no longer works with broadcom chips as described here: https://lists.infradead.org/pipermail/hostap/2024-August/042893.html |
It's not, I think we would need to add a chwd profile for broadcom chips to use iwd instead. |
chwd profile I guess applies only after the installation is done, so step 3 remains then I guess. |
In case you compile your own wpa_supplicant, then just revert this patch: https://w1.fi/cgit/hostap/commit/?id=41638606054a09867fe3f9a2b5523aa4678cbfa5 Fedora has already done this. |
brcmfmac driver is part of the kernel. I don't think we really want to make a profile that doesn't install anything. It's easier to just set iwd as default in NM. |
Hi Another workaround to use wifi with wpa_supplicant is adding |
Btw, I also am inclined to remove the firmware package link and just link the wiki page in this guide. Tbh, the link to the package is more illegal that putting an open source APFS driver to the kernel. |
I myself avoid adding any illegal links on the wiki page of t2linux. |
You also could modify your installer to see if any files by the name of *apple* exist in |
No description provided.