If you don't do the boot args devmode bit it will never work
not sure to understand what you mean, but i'm pretty sure that I have keyed the correct commands
===========
sudo nvram boot-args="kext-dev-mode=1"
Unzip the kext, copy it into /System/Library/Extensions and make sure it replaces the original.
Then set permissions:
Code:
sudo chown -R root:wheel /System/Library/Extensions/IO80211Family.kext
Code:
sudo chmod -R 644 /System/Library/Extensions/IO80211Family.kext
Clear the kext cache:
Code:
sudo kextcache -system-prelinked-kernel
Code:
sudo kextcache -system-caches
===================
are these commands correct?
what I saw is that after typing:
sudo nvram boot-args="kext-dev-mode=1"
put the admin password
the wi-fi still working.....
should be disabled, isn't it?