vulgo / ga-h97n-wifi-hackintosh

macOS 12 Monterey on H97N-WIFI + OpenCore
24 stars 5 forks source link

how to disable wifi? #18

Closed YahuiWong closed 2 years ago

YahuiWong commented 2 years ago

how to disable wifi? just use wlan

vulgo commented 2 years ago

Try attached kext. If it's not working upload a copy of your IORegistryExplorer 2.1 document.

NoWifi.kext.zip

Bluetooth HS11 may be disabled in USBPorts.kext

vulgo commented 2 years ago

or in config.plist

...
<key>DeviceProperties</key>
<dict>
        ...
        <key>Add</key>
        ...
        <dict>
                <key>use wifi device path https://github.com/acidanthera/gfxutil/releases</key>
                <dict>
                         <key>device-id</key>
                         <data>AAAAAA==</data>
                         <key>compatible</key>
                         <data>AAAAAA==</data>
                </dict>
        </dict>
        ...
</dict>
...
vulgo commented 2 years ago

@YahuiWong were you able to disable wifi?

YahuiWong commented 2 years ago

that is ok