Andy Holst
Andy Holst
> > According to the latest posts from the original discussion, just a few days a go someone managed to set the correct parameters for the driver in order to...
@Dunedan you should update the README.md section for WIFI both 2.4/5 GHz wifi is working for me on MacBookPro13,3.
@christophgysin I believe I lost wifi connection after a suspension session. Never tried it thoroughly. I am ready to open up a PR if the wifi driver patch for MBP...
For 2 Ghz band to work I have to set the tx power to 10 dBm `iwconfig wlp3s0 txpower 10dBm` with default brcmfmac43602-pcie.bin firmware. For it to work with 5...
What is most interesting for me is that if you set the region code (ccode) to the global value 00 (with bvi editor) in the binary /lib/firmware/brcm/brcmfmac43602-pcie.bin file without the...
Ok, so I have been fiddling with 2 configuration brcmfmac43602-pcie files; one from the https://bugzilla.kernel.org/show_bug.cgi?id=193121#c52 and one from the https://bugzilla.kernel.org/show_bug.cgi?id=193121#c64 generated through captured NVRAM VFIO trace from a Windows broadcom...
I did a few more modifications to the brcmfmac43602-pcie.txt configuration file to be more similar to the original NVRAM VFIO trace file for the brcmfmac 43602 windows based firmware generated...
It might help to interpreter the board flags for the broadcom device at https://android.googlesource.com/kernel/common.git/+/bcmdhd-3.10/drivers/net/wireless/bcmdhd/include/bcmdevs.h while testing the brcmfmac43602-pcie.txt configuration.
Ok, I am going at the right direction, I did compare the brcmfmac43602-pcie.txt configuration file generated by the NVRAM VFIO trace and compared the hex values for the boardflags2 and...
@marc-git can you confirm that brcmfmac43602-pcie.txt I added did it for you? Or did you test another configuration? I have not tested the combinations for a while, but the last...