alessandro893 / MacOS-WLAN-Driver

Modified MacOS WLAN Drivers with hardcoded country code value.
72 stars 13 forks source link

How work ? #3

Closed corint1 closed 6 years ago

corint1 commented 7 years ago

I apologize but I don't know how to use your files. where should these files be copied? I tried in AirPortBrcm4360.kext / MacOS but it did not give me any results. the country code is DE and does see if ports less than 48 and just 40Mhz &20 Mhz .what should I do? can you help me ? I have installed sierra 12.6. thanks in advance. sorry for english

alessandro893 commented 7 years ago
  1. Disable rootless https://www.igeeksblog.com/how-to-disable-system-integrity-protection-on-mac/

  2. Set kext-dev-mode=1 sudo nvram boot-args=kext-dev-mode=1

  3. Put driver here: /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/MacOS/

  4. Download and Run Kext Utility.app https://www.osx86.net/files/file/4279-kext-utility-latest-version/

  5. Reboot

corint1 commented 7 years ago

Sorry I found a way to boot in recovery mode ... I make all step describe up but nothing change. 5GHz is not visibile up to 48 chanel and 80MHz not working.

alessandro893 commented 7 years ago

What bootloader do you use? Clover?

corint1 commented 7 years ago

yes. clover 4184.

alessandro893 commented 7 years ago

Set 'kext-dev-mode=1' and 'rootless=0' in Clover Configurator and save your config.

corint1 commented 7 years ago

I will try your version, but I found something more easy. change part of country code. on a russian site ai found one patch who change third party card in airport. don't work but with little work I hope to make working. in yours patch is intreasting part with maximise tx power. how change must made ? must be like found ....and ... replace some hexa code, I thinking.
thank you for help.