Aun-Ali Zaidi
Aun-Ali Zaidi
@mikeeq What kernel patch are you using for WiFi support?
@jhohisel @mikeeq Works perfectly fine for me: ``` [ 8.196831] usbcore: registered new interface driver brcmfmac [ 8.212808] brcmfmac 0000:03:00.0: enabling device (0000 -> 0002) [ 8.319800] brcmfmac: brcmf_fw_alloc_request: using...
@macphotoed Just copy the *.trx file to `/lib/firmware/brcm/brcmfmac4364-pcie.trx`, the *.clmb file to `/lib/firmware/brcm/brcmfmac4364-pcie.clm_blob` and the *.txt file to `/lib/firmware/brcm/brcmfmac4364-pcie.Apple Inc.-MacBookPro15,1.txt`
It seems that with 5.2.11, 5 Ghz works without any problems, and in some cases faster than macOS!
@yurnam The patch that you are basing your changes on is incomplete as it does not include the rambase address [diff](https://github.com/aunali1/linux-mbp-arch/blob/master/wifi.patch#L4). Since this a new chip variant, we can potentially...
@yurnam Hmm, it seems that the rambase address needs to be found through trial and error. Can you please test through the rambase addresses in [this](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/net/wireless/broadcom/brcm80211/brcmfmac/chip.c?h=v5.4.7#n666) switch case (0x160000 is...
@ktb92677 Can you try using my kernel patches to see if that makes a difference? I also have lingering suspicions that certain revised models have entirely different FW (Ex. 15,1...
@yurnam Others have had success using the firmware archive from macOS Mojave I have hosted here: [https://packages.aunali1.com/apple/wifi-fw/18G2022](https://packages.aunali1.com/apple/wifi-fw/18G2022)
@MoonPadUSer Which kernel/distro are you testing?
@MoonPadUSer Can you pastebin/gist the full dmesg output?