Skip to content
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

wifi on MacBook Pro 15.4 (13" 2019) #2

Closed
yurnam opened this issue Dec 22, 2019 · 2 comments
Closed

wifi on MacBook Pro 15.4 (13" 2019) #2

yurnam opened this issue Dec 22, 2019 · 2 comments

Comments

@yurnam
Copy link

yurnam commented Dec 22, 2019

Great Project thanks!
works pretty well except wifi on my 13 inch 2019 mbp
Maybe because it uses the BCM4377 and i can't find any information about linux support.
brcmfmac doesn't even attempt to load.

@yurnam
Copy link
Author

yurnam commented Dec 24, 2019

output when i run:
ioreg | grep RequestedFiles

"RequestedFiles" = ({"Firmware"="C-4377__s-B3/formosa.trx","TxCap"="C-4377__s-B3/formosa-X3.txcb","Regulatory"="C-4377__s-B3/formosa-X3.clmb","NVRAM"="C-4377__s-B3/P-formosa-X3_M-SPPR_V-u__m-3.1.txt"})

so i copied these files, renamed them according to the guide and put them into /lib/firmware/brcm.
then i tried adding into brcmfmac source files (just replaced the chip_id and hw_id in wifi.patch).
After compiling brcmfmac sees the chip and loads the firmware, but no interface is created.
output of dmesg | grep brcmfmac:

[ 4.721152] brcmf_fweh_detach+0x15/0x60 [brcmfmac]
[ 4.721160] brcmf_detach+0x80/0xd0 [brcmfmac]
[ 4.721167] brcmf_pcie_remove+0x70/0x110 [brcmfmac]
[ 4.721179] brcmf_pcie_setup+0x38/0xd70 [brcmfmac]
[ 4.721188] brcmf_fw_request_done+0x65/0xe0 [brcmfmac]
[ 4.721233] WARNING: CPU: 2 PID: 292 at drivers/net/wireless/broadcom/brcm80211/brcmfmac/fweh.c:309 brcmf_fweh_detach+0x5b/0x60 [brcmfmac]

@mikeeq mikeeq closed this as completed Jan 8, 2020
@mikeeq mikeeq mentioned this issue Jan 8, 2020
@AdityaGarg8
Copy link

Great Project thanks!
works pretty well except wifi on my 13 inch 2019 mbp
Maybe because it uses the BCM4377 and i can't find any information about linux support.
brcmfmac doesn't even attempt to load.

Finally the support has arrived

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

No branches or pull requests

3 participants