alessandro893 / MacOS-WLAN-Driver

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

Update for macOS Catalina (10.15) #13

Closed 4ebyr4ek closed 4 years ago

4ebyr4ek commented 5 years ago

Hello! Will there be an update for macOS Catalina Beta?

alessandro893 commented 5 years ago

Hey, only for stable version. It's not ready yet.

floxflux commented 5 years ago

cant modify extensions folder in catalina ಥ_ಥ csrutil is disabled

alessandro893 commented 4 years ago

cant modify extensions folder in catalina ಥ_ಥ csrutil is disabled

It works in Catalina!

Due to new apple's restrictions you need to remount hdd as rw

  1. sudo mount -uw /

delete kext via terminal

  1. sudo rm -rf /System/Library/Extensions/IO80211Family.kext

copy kext from 10.14.3 via terminals 'cp' command (from desktop folder in example below)

  1. sudo cp -R ~/Desktop/IO80211Family.kext /System/Library/Extensions

  2. rebuild caches (or run kextutility.app)

floxflux commented 4 years ago

GREAT!! thanks a lot