From a Guide how to:
....
7. Go to Terminal, and type: (exactly as below)
ioreg -l | grep "board-id" | awk -F\" '{print $4}'
8. Your result should look like : Mac-94245A3940C91C80, (yours might be different.) Don't close terminal yet
9. Go To your Desktop Right Click on IO80211Family.kext, Choose SHOW PACKAGE CONTENTS
10. Open CONTENTS: PLUGINS:, then Right Click on AirPortBrcm4360.kext, and choose SHOW PACKAGE CONTENTS
11. OPEN CONTENTS: MAC OS:, then Right Click on AirPortBrcm4360, and choose OPEN WITH: OTHER: 0XED
12. Press CMD F, search for "Mac-" (without the quotes).
13. Look at the first result, for example, it might be "Mac-C3EC7CD22292981F"
14. Go back to the FIND box, in the FIND box enter that first "Mac-" number that you found.
15. In the REPLACE box, enter the number you got in Terminal, (remember you left it open.)
16. Click REPLACE
17. Click SAVE (the red circle button)
so when i do
ioreg -l | grep "board-id" | awk -F\" '{print $4}'
i have only Mac-F22586C8
and if i replace only Mac-F22586C8 than i have an error to load AirPortBrcm4360.kext
what i have to write inside this kext:
Mac-F22586C8
or other value?
Am i on wrong way?
If i put (for esemple) Mac-00000000F22586C8
than i can load the 4360.kext without error, but just for 1 minutes
and i have not preferences/general/handhoff switch
I have tried to edit AirPortBrcm4224.kext to
i can load this kext but with same result: 0
Thanks for your time