Coder Social home page Coder Social logo

Comments (12)

AdityaGarg8 avatar AdityaGarg8 commented on August 23, 2024 1

I downloaded the Big Sur firmware from https://github.com/AdityaGarg8/macOS-Big-Sur-WiFi-Firmware/tree/main/C-4355__s-C1 And tried again. I manually moved the files into /tmp/apple-wifi-efi (compressed into wifi.tar.gz and also copied a folder containing the fw named wifi)

Nope, this will rename the firmware wrongly. You basically attempted to use the script to dump Big Sur firmware into Linux, but that won't work because the renaming done by the script is different, and works in the upgraded kernel, not the one you have rn.

from mbp-fedora.

AdityaGarg8 avatar AdityaGarg8 commented on August 23, 2024

It would be better if you upgrade your kernel using a wired internet (ethernet, USB tethering etc)

https://github.com/mikeeq/mbp-fedora-kernel#how-to-update-kernel-mbp

Then follow this guide

https://wiki.t2linux.org/guides/wifi/

from mbp-fedora.

AdityaGarg8 avatar AdityaGarg8 commented on August 23, 2024

Basically, after upgrading the kernel only, the script would work.

from mbp-fedora.

AdityaGarg8 avatar AdityaGarg8 commented on August 23, 2024

If you cannot upgrade, then you have to manually retrieve the firmware, manually rename it and paste it in Linux.

https://github.com/t2linux/wiki/blob/a4b46a7cfbe7efcbb6a0b6111e22172b0f5c4a77/docs/guides/wifi.md#retrieving-firmware

from mbp-fedora.

BurrPro avatar BurrPro commented on August 23, 2024

Thanks for such a quick response!! Was not expecting that at all

I will give that a shot, here's hoping updating the kernel works 👍

Thanks again, I'll update this thread with the results

from mbp-fedora.

AdityaGarg8 avatar AdityaGarg8 commented on August 23, 2024

I forgot mention that it's recommended to upgrade macOS to the latest version before using the wifi script.

from mbp-fedora.

BurrPro avatar BurrPro commented on August 23, 2024

I forgot mention that it's recommended to upgrade macOS to the latest version before using the wifi script.

I've been trying to avoid that as I'm only on ADSL and it takes about 4 hours to download macos...

I've reinstalled fedora to have a fresh start, and updated kernel + copied over firmware files correctly renamed for my chipset, although it's still not working.

When I run sudo journalctl -k --grep=brcmfmac

I'm getting this output:


Apr 11 00:14:50 fedora kernel: usbcore: registered new interface driver brcmfmac
Apr 11 00:14:50 fedora kernel: brcmfmac 0000:02:00.0: enabling device (0000 -> 0002)
Apr 11 00:14:50 fedora kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4355c1-pcie for chip BCM4355/12
Apr 11 00:14:50 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-YSBC-m-2.5-X3.bin failed with error -2
Apr 11 00:14:50 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-YSBC-m-2.5.bin failed with error -2
Apr 11 00:14:50 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-YSBC-m.bin failed with error -2
Apr 11 00:14:50 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-YSBC.bin failed with error -2
Apr 11 00:14:50 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-X3.bin failed with error -2
Apr 11 00:14:50 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii.bin failed with error -2
Apr 11 00:14:50 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.bin failed with error -2
Apr 11 00:16:48 fedora kernel: usbcore: deregistering interface driver brcmfmac
Apr 11 00:16:48 fedora kernel: usbcore: registered new interface driver brcmfmac
Apr 11 00:16:48 fedora kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4355c1-pcie for chip BCM4355/12
Apr 11 00:16:48 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-YSBC-m-2.5-X3.bin failed with error -2
Apr 11 00:16:48 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-YSBC-m-2.5.bin failed with error -2
Apr 11 00:16:48 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-YSBC-m.bin failed with error -2
Apr 11 00:16:48 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-YSBC.bin failed with error -2
Apr 11 00:16:48 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii-X3.bin failed with error -2
Apr 11 00:16:48 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.apple,hawaii.bin failed with error -2
Apr 11 00:16:48 fedora kernel: brcmfmac 0000:02:00.0: Direct firmware load for brcm/brcmfmac4355c1-pcie.bin failed with error -2

I'm going to give up for the night, but any suggestions on what i could try for tomorrow by any chance? :)

from mbp-fedora.

AdityaGarg8 avatar AdityaGarg8 commented on August 23, 2024

Looks like you didn't use the script

from mbp-fedora.

AdityaGarg8 avatar AdityaGarg8 commented on August 23, 2024

Now you simply have to use the script as mentioned in the wiki. Probably use firmware from Monterey.

from mbp-fedora.

AdityaGarg8 avatar AdityaGarg8 commented on August 23, 2024

The renaming has to be done if you wanted to use the older kernel.

from mbp-fedora.

AdityaGarg8 avatar AdityaGarg8 commented on August 23, 2024

So simply run the script in macOS Monterey and then run it again in Fedora.

from mbp-fedora.

BurrPro avatar BurrPro commented on August 23, 2024

Solved it finally, wifi is working great!

Installed macOS Monterey, reinstalled fedora and updated the kernel - ran the script, after a reboot wifi worked perfectly.

Still having some quality of life issues such as sleep/ wake issues but I've seen some posts on how i can fix that around.

Thanks for the support and the great work team!

from mbp-fedora.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.