-
Notifications
You must be signed in to change notification settings - Fork 2
1.09 Setup internal Wifi
For the internal Wifi to work.
Download: https://github.com/OpenIntelWireless/HeliPort/releases/ and https://github.com/OpenIntelWireless/itlwm/releases
install heliport
extraxt the kex file.
open the EFI Partition with Clover Config
Add the itlwm.kext into the kext folder
Edit config.plist
Look for:
`<dict>`
`<key>Arch</key>`
`<string>x86_64</string>`
`<key>BundlePath</key>`
`<string>itlwm.kext</string>`
`<key>Comment</key>`
`<string>Intel Wi-Fi driver</string>`
`<key>Enabled</key>`
`<false/>`
`<key>ExecutablePath</key>`
`<string>Contents/MacOS/itlwm</string>`
`<key>MaxKernel</key>`
`<string></string>`
`<key>MinKernel</key>`
`<string>16.0.0</string>`
`<key>PlistPath</key>`
`<string>Contents/Info.plist</string>`
`</dict>`
Change to:
<dict>
`<key>Arch</key>`
`<string>x86_64</string>`
`<key>BundlePath</key>`
`<string>itlwm.kext</string>`
`<key>Comment</key>`
`<string>Intel Wi-Fi driver</string>`
`<key>Enabled</key>`
`<true/>`
`<key>ExecutablePath</key>`
`<string>Contents/MacOS/itlwm</string>`
`<key>MaxKernel</key>`
`<string></string>`
`<key>MinKernel</key>`
`<string>16.0.0</string>`
`<key>PlistPath</key>`
`<string>Contents/Info.plist</string>`
`</dict>`
Safe the file unmount partition Reboot
Use beta airportiwlm
First place your kext in kexts folder Download proper tree from github run .command file now click on file on menu bar now click on OC clean snapshot point to your OC folder which means select EFI now select OC After that entries are added automatically save the file to your OC folder it will save as untitled.plist now open that plist goto kernel and goto add now copy the airportitlwm.kext entry and paste it to your config.plist and save it