Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intel WiFi Driver working #330

Closed
johnnynunez opened this issue Feb 4, 2020 · 382 comments
Closed

Intel WiFi Driver working #330

johnnynunez opened this issue Feb 4, 2020 · 382 comments
Labels
Wi-Fi Wi-Fi related issue

Comments

@johnnynunez
Copy link

I share with you. Put on in your EFI @stevezhengshiqi @daliansky
http://bbs.pcbeta.com/forum.php?mod=viewthread&tid=1838489&extra=page%3D1&page=1&mobile=yes

It’s amazing!
Other projects:
https://github.com/zxystd/AppleIntelWifiAdapter

https://github.com/Champ-Goblem/IntelWiFiDriver---Voodoo80211

@gplast
Copy link

gplast commented Feb 4, 2020

Hello @johnnync13,

I'm trying to access the website but it seems that i need and invitation code to register.
Can you please share the file with us here. I will really appreciate it, since this is great news!! :)

Thank you very much

@johnnynunez
Copy link
Author

johnnynunez commented Feb 4, 2020

@gplast i don’t have account, but I believe that they have

@shew4uck
Copy link

shew4uck commented Feb 4, 2020

@gplast
Copy link

gplast commented Feb 4, 2020

@shew4uck do you access to the attachment, can you share it with us?

Okay then, l hope that someone that has an account we share the attachment :)

@johnnynunez
Copy link
Author

johnnynunez commented Feb 4, 2020

@johnnynunez
Copy link
Author

johnnynunez commented Feb 4, 2020

Works on 10.15.2 in Xiaomi pro but you have to changes ucode. Better work in Mojave. You must delete SSDT-DRP08.aml

Method: enter kext and delete iwm-8265-34 en / Contents / Resource.
Go to https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi and
download iwlwifi-8265-ucode-22.361476.0.tgz
Unzip it to get iwlwifi-8265-22.ucode and rename it to iwm-8265-34 and place it in the first deleted location.
Use kextload to load the kext.

kext system 10.15:
Place IO80211Family.kext on the first floor / Library / Extensions, repair permissions, rebuild Cache
Do not open the system configuration, otherwise it will restart automatically.

@gplast
Copy link

gplast commented Feb 4, 2020

@johnnync13 Thank you very much for that !!

I will test it now and let you know :)

@Cr0wTom
Copy link

Cr0wTom commented Feb 4, 2020

Hey man, nice job. I am trying to follow your instructions I change the file in the kext, fix the permissions and try to use kextload, but when I hit enter the command is executed and the system immediately restarts. What is happening? :/

@gplast
Copy link

gplast commented Feb 5, 2020

@johnnync13 same here. At one point i manage to see the devices, but immediately the computer restarts. I will test it more a see whether there is a way to fix this issue.

Do you have any suggestions? Can you confirm that you can use the WIFI without restarts?

Thank you again.

@stevezhengshiqi
Copy link
Collaborator

It's a great project, but not stable enough for release so far. I will keep an eye on it.

@stevezhengshiqi stevezhengshiqi added the Wi-Fi Wi-Fi related issue label Feb 5, 2020
@johnnynunez
Copy link
Author

johnnynunez commented Feb 5, 2020

AppleIntelWiFi-8265.zip
IO80211Family-10.14.6.zip

@gplast
Copy link

gplast commented Feb 5, 2020

@johnnync13 I don't know if something is messing up with the driver but unfortunately i cannot avoid the restart.

I tried everything, different files, i followed your tutorials and then one here but i was able at some point to search for WIFIs and select one, but then i immediately got a restart.

There is a kernel trap every time the wifi drivers load. But i can confirm that this is really promising since i can see that the drivers are loaded.

If you have something in mind that i can try, please let me know.

@Cr0wTom
Copy link

Cr0wTom commented Feb 5, 2020

Hello again everyone,

I managed to get some progress and decipher some parts out of the Chinese forum

  1. First of all fix permissions with sudo chown -Rf 0:0 /L*/E* AppleIntelWiFi.0131-1.kext/
  2. Rebuild kext cache with sudo kextcache -i /
  3. Reboot
  4. Load kext with sudo kextload -v AppleIntelWiFi.0131-1.kext/

This helped me see the WiFi in the settings menu and even scan for networks, but after 1 minute I get a restart which is common and affects everybody in the Chinese forum. So, it is progress but as @stevezhengshiqi said it is far from stable from now. I will keep following the topic and give any updates here.

p.s. @johnnync13 please when you use the work of others, use quotes or give a mention. The process you wrote is a translation from the Chinese forum, which is not bad but let's be kind with the community :)

Screenshot 2020-02-05 at 1 12 58 PM

@kvn1351
Copy link

kvn1351 commented Feb 6, 2020

Wow, this is amazing. Maybe we'll have stable wifi and bluetooth within 6 months :)

@gplast
Copy link

gplast commented Feb 7, 2020

Hello again,

So i've been following the forum for the past few days just to see whether there is something new. At the same time i tried everything in order to load the kext and avoid the restart.

As i was reading the comments i notice someone saying that you need to specify inside the kext the Wifi name and password. After trying several attempts, indeed i was able to connect but after a few seconds the laptop restarts.

Following that i saw a link posted by xinyang686: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ . Inside this link there are several version of intel wifi ucodes. After trying again several of those i found a version(iwlwifi-8265-31.ucode) that it seems that is not causing restarts :)

I've been using the wifi for 30 minutes now and i'm able to access the internet. It seems that is not 100% responsive, the internet is slow most of the times, but this is really promising!!

Use the attached kext and follow the steps in order to test also on your system and let me know.

  • Download AppleIntelWiFi.kext.zip
  • Unzip it
  • Open AppleIntelWiFi.kext/Contents/Info.plist with your favorite editor
  • Find and Change the following lines based on your wifi (line 58, 60)
    BSSID
    NAMEOFWIFI
    PWD
    PASSWORD
  • sudo chown -R root:wheel AppleIntelWiFi.kext
  • sudo kextload -v AppleIntelWiFi.kext/
  • Check if the message is : AppleIntelWiFi.kext loaded successfully (or already loaded).
  • Enjoy your buggy internet :)

Please let me know if you are able to make it work like me.
AppleIntelWiFi.kext.zip

@gplast
Copy link

gplast commented Feb 7, 2020

Drivers_loaded

@wonhee0410
Copy link

Hello again,

So i've been following the forum for the past few days just to see whether there is something new. At the same time i tried everything in order to load the kext and avoid the restart.

As i was reading the comments i notice someone saying that you need to specify inside the kext the Wifi name and password. After trying several attempts, indeed i was able to connect but after a few seconds the laptop restarts.

Following that i saw a link posted by xinyang686: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ . Inside this link there are several version of intel wifi ucodes. After trying again several of those i found a version(iwlwifi-8265-31.ucode) that it seems that is not causing restarts :)

I've been using the wifi for 30 minutes now and i'm able to access the internet. It seems that is not 100% responsive, the internet is slow most of the times, but this is really promising!!

Use the attached kext and follow the steps in order to test also on your system and let me know.

  • Download AppleIntelWiFi.kext.zip
  • Unzip it
  • Open AppleIntelWiFi.kext/Contents/Info.plist with your favorite editor
  • Find and Change the following lines based on your wifi (line 58, 60)
    BSSID
    NAMEOFWIFI
    PWD
    PASSWORD
  • sudo chown -R root:wheel AppleIntelWiFi.kext
  • sudo kextload -v AppleIntelWiFi.kext/
  • Check if the message is : AppleIntelWiFi.kext loaded successfully (or already loaded).
  • Enjoy your buggy internet :)

Please let me know if you are able to make it work like me.
AppleIntelWiFi.kext.zip

I've followed your instruction but on the command kextload, it shows an error "Requesting load of AppleIntelWifi.kext failed to load - (libkern/kext) dependency load failed; check the system/kernel log for errors or try kextutil(8)."
Do you know how to fix it ?
Sorry for not capturing the screenshot, thanks.

@shew4uck
Copy link

shew4uck commented Feb 7, 2020

I tried your method and it really works, but it worked only with 3 attempts the first two times I got an instant reboot, but for the third time everything started up successfully but the method is still not very stable since even after a successful download there are reboots
But this already suggests that soon we will get a full-fledged MacOS
Снимок экрана 2020-02-07 в 9 45 36
Снимок экрана 2020-02-07 в 9 48 00

@shew4uck
Copy link

shew4uck commented Feb 7, 2020

Снимок экрана 2020-02-07 в 10 14 24
I would like to add that although the wifi can be launched, it works extremely unstably

@Cr0wTom
Copy link

Cr0wTom commented Feb 7, 2020

Did anyone try with the new update? There is an update with stability fixes for 7265ac which may help with our card too, but I do not have access to the forum as there is a mandatory invite to make an account. Anyone willing to invite us? :)

@kostaskas
Copy link

Hello again,

So i've been following the forum for the past few days just to see whether there is something new. At the same time i tried everything in order to load the kext and avoid the restart.

As i was reading the comments i notice someone saying that you need to specify inside the kext the Wifi name and password. After trying several attempts, indeed i was able to connect but after a few seconds the laptop restarts.

Following that i saw a link posted by xinyang686: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ . Inside this link there are several version of intel wifi ucodes. After trying again several of those i found a version(iwlwifi-8265-31.ucode) that it seems that is not causing restarts :)

I've been using the wifi for 30 minutes now and i'm able to access the internet. It seems that is not 100% responsive, the internet is slow most of the times, but this is really promising!!

Use the attached kext and follow the steps in order to test also on your system and let me know.

  • Download AppleIntelWiFi.kext.zip
  • Unzip it
  • Open AppleIntelWiFi.kext/Contents/Info.plist with your favorite editor
  • Find and Change the following lines based on your wifi (line 58, 60)
    BSSID
    NAMEOFWIFI
    PWD
    PASSWORD
  • sudo chown -R root:wheel AppleIntelWiFi.kext
  • sudo kextload -v AppleIntelWiFi.kext/
  • Check if the message is : AppleIntelWiFi.kext loaded successfully (or already loaded).
  • Enjoy your buggy internet :)

Please let me know if you are able to make it work like me.
AppleIntelWiFi.kext.zip

You are working on Mojave or Catalina? Which IO80211 you used? (

@gplast
Copy link

gplast commented Feb 7, 2020

I'm working on Catalina and i used the IO80211 which is attached from @johnnync13.

@kostaskas
Copy link

I'm working on Catalina and i used the IO80211 which is attached from @johnnync13.

Good, i'm on Catalina also, but I have another WiFi card, Intel 3165, think it will work
Will report

@Goshin
Copy link

Goshin commented Feb 7, 2020

@gplast
AppleIntelWiFi.kext catalina.zip

I think it is more appropriate for us to discuss this work here.

Note that this kext is only for Catalina, and If you've installed an old IO80211Family, you need to remove it first.

@gplast
Copy link

gplast commented Feb 7, 2020

@Goshin
Yeah its better here :)

Thank you very much, i will test it now :)

@gplast
Copy link

gplast commented Feb 7, 2020

@Goshin Is there a new IO80211Family attached?

@Goshin
Copy link

Goshin commented Feb 7, 2020

@Goshin Is there a new IO80211Family attached?

If you are on Catalina, it is no longer needed. The old kext was built with the Mojave's IO80211 stack, so they installed the Mojave's IO80211Family.kext to make it work on Catalina.

@gplast
Copy link

gplast commented Feb 7, 2020

Okay @Goshin , thank you, it was my bad, i also removed the IO80211 from /System/Library/Extensions and it was cause an error, i put it back and now is okay. With the original kext that you send me the laptop restarted immediately. After replacing the ucode with version 31, not restart is happening as i suggested on my previous message.

The problem is that i'm always connected to a network called UPC5424297 which is strange. Also there is an exclamation mark on the wifi icon.

I will test it further and see if can find something, but if you have a clue about this problem please let me know.

@Cr0wTom
Copy link

Cr0wTom commented Jun 25, 2020

Thanks a lot to devs of this Intel wifi project. Very appreciate it, currently I'm using AC 9560, but the problem is, the kext I use compiled from https://github.com/zxystd/itlwm detects my Intel wifi card is Ethernet, not Wireless device, so I don't even have MAC address (and this may the main issue for me as I'm in need of using location services of apps such as Siri or Maps for instance). So anyone here have ways to resolve this ? (eg: spoofing MAC address ? or something?). Beside I think the download and upload speed need to be improved more in the future as now it stays ~ 25 - 40 mpbs download and download 10 - 20 mpbs)
https://i.imgur.com/6FFO43B.png

This is the way this kext works, by spoofing Ethernet (more like how WiFI dongles work). There is another WIP kext that works via the IO80211Controller (https://github.com/AppleIntelWifi/adapter) but for now the only thing that works is network scanning, and I don't see too much activity like the other one. I guess that the main issue (that was connecting to the internet through wifi) is fixed and now there is a long road for all the issues to get fixed (if the will get fixed), so just wait and enjoy the ride...

The other project you linked its actually from the same original developer of this one: itlwm , he then stopped releasing anything there and moved on to this project.

The one that you are referring to is this one https://github.com/zxystd/AppleIntelWifiAdapter and as you see it mentions "Intel Wifi team is continuing develope this project" with the link I mentioned before.

@stevezhengshiqi
Copy link
Collaborator

@Cr0wTom AppleIntelWifi team has three members currently, and zxystd is one of them. Also in the contributor graph of https://github.com/AppleIntelWifi/adapter, we can see zxystd provided enormous code. BTW, I truly appreciate all their efforts.👍

@Cr0wTom
Copy link

Cr0wTom commented Jun 25, 2020

@Cr0wTom AppleIntelWifi team has three members currently, and zxystd is one of them. Also in the contributor graph of https://github.com/AppleIntelWifi/adapter, we can see zxystd provided enormous code. BTW, I truly appreciate all their efforts.👍

I really appreciate all their efforts and didn't say anything about who help where, I just said that there is still an active project for the AppleIntelWiFi :)) let's wait and see... By my side I feel blessed that we even have WiFi working so I don't care for anything more, but it's fun to see what they will achieve :D

@johnnynunez
Copy link
Author

Itwlm improve speed on last commit

@HKMV
Copy link

HKMV commented Jun 28, 2020

@DjangoOverloard I started it directly in clover.

@gvbsxmoon
Copy link

i followed #413 instructions. nothing happened. i putted .kext file in OC/Kexts and then restarted. When on, clicked on HeliPort but no one wifi appears. Do i need something more?

@kugn
Copy link

kugn commented Jul 1, 2020

i followed #413 instructions. nothing happened. i putted .kext file in OC/Kexts and then restarted. When on, clicked on HeliPort but no one wifi appears. Do i need something more?

I made entries in OC config.plist similar to the other kexts in the OC folder. It's working for me

@caiobenatti
Copy link

caiobenatti commented Jul 1, 2020

i followed #413 instructions. nothing happened. i putted .kext file in OC/Kexts and then restarted. When on, clicked on HeliPort but no one wifi appears. Do i need something more?

I loaded it with hackintool, go to utilities, disable gatekeeper, install kext, rebuilt kext, reboot. Load heliport to put your wifi/ssid. You will need to run heliport at every reboot and put your wi-fi/ssid again but thats a minor thing :)
hope it helps.

@iSonik
Copy link

iSonik commented Jul 2, 2020

I made entries in OC config.plist similar to the other kexts in the OC folder. It's working for me

You need to add and activate it in the config.plist for OPEN CORE.

@gvbsxmoon
Copy link

i followed #413 instructions. nothing happened. i putted .kext file in OC/Kexts and then restarted. When on, clicked on HeliPort but no one wifi appears. Do i need something more?

I made entries in OC config.plist similar to the other kexts in the OC folder. It's working for me

You need to add and activate it in the config.plist for OPEN CORE.

Can you help me? Do you have the entries to write in in plist?

@iSonik
Copy link

iSonik commented Jul 3, 2020

Can you help me? Do you have the entries to write in in plist?

Sure

BundlePath; itlwm.kext
Comment: itlwm
ExecutablePath: Contents/MacOS/itlwm
PlistPath: Contents/Info.plist
Dont forget to enable it!

config

Btw newest Heliport can remember passwords now

@gvbsxmoon
Copy link

i followed #413 instructions. nothing happened. i putted .kext file in OC/Kexts and then restarted. When on, clicked on HeliPort but no one wifi appears. Do i need something more?

I made entries in OC config.plist similar to the other kexts in the OC folder. It's working for me

You need to add and activate it in the config.plist for OPEN CORE.

Can you help me? Do you have the entries to write in in plist?

Sure

BundlePath; itlwm.kext
Comment: itlwm
ExecutablePath: Contents/MacOS/itlwm
PlistPath: Contents/Info.plist
Dont forget to enable it!

config

Btw newest Heliport can remember passwords now

sorry if i bore you all, really. it's a complete new world for me and i REALLY appreciate your help.
what i have to do to enable it?

@iSonik
Copy link

iSonik commented Jul 3, 2020

sorry if i bore you all, really. it's a complete new world for me and i REALLY appreciate your help.
what i have to do to enable it?

I used open core configurator. Just tick the box where it days "enabled"

@gvbsxmoon
Copy link

i followed #413 instructions. nothing happened. i putted .kext file in OC/Kexts and then restarted. When on, clicked on HeliPort but no one wifi appears. Do i need something more?

I made entries in OC config.plist similar to the other kexts in the OC folder. It's working for me

You need to add and activate it in the config.plist for OPEN CORE.

Can you help me? Do you have the entries to write in in plist?

Sure

BundlePath; itlwm.kext

Comment: itlwm

ExecutablePath: Contents/MacOS/itlwm

PlistPath: Contents/Info.plist

Dont forget to enable it!

config

Btw newest Heliport can remember passwords now

sorry if i bore you all, really. it's a complete new world for me and i REALLY appreciate your help.

what i have to do to enable it?

I used open core configurator. Just tick the box where it days "enabled"

there s a way to contact you?

@iSonik
Copy link

iSonik commented Jul 3, 2020

there s a way to contact you?

just download open core configurator (if you use oc), open the config.plist inside your efi folder, go to kexts and press the plus button on the bottom side. Then fill in the stuff i wrote in my comment before

@gvbsxmoon
Copy link

i followed #413 instructions. nothing happened. i putted .kext file in OC/Kexts and then restarted. When on, clicked on HeliPort but no one wifi appears. Do i need something more?

I made entries in OC config.plist similar to the other kexts in the OC folder. It's working for me

You need to add and activate it in the config.plist for OPEN CORE.

Can you help me? Do you have the entries to write in in plist?

Sure

BundlePath; itlwm.kext

Comment: itlwm

ExecutablePath: Contents/MacOS/itlwm

PlistPath: Contents/Info.plist

Dont forget to enable it!

config

Btw newest Heliport can remember passwords now

sorry if i bore you all, really. it's a complete new world for me and i REALLY appreciate your help.

what i have to do to enable it?

I used open core configurator. Just tick the box where it days "enabled"

there s a way to contact you?

just download open core configurator (if you use oc), open the config.plist inside your efi folder, go to kexts and press the plus button on the bottom side. Then fill in the stuff i wrote in my comment before

done! thank you so much

@iSonik
Copy link

iSonik commented Jul 3, 2020

@gvbsxmoon
No problem mate!

@retsel89
Copy link

retsel89 commented Jul 3, 2020

Hi im only a simple client of this post, i have xiaomi notebook pro with intel 8265 and hack Catalina 10.15.3, AppleIntelWiFi.kext is working but disconnect and reconnect randomly any improve or suggest? Im available for get any log, only need the instructions.

@stevezhengshiqi
Copy link
Collaborator

@retsel89 AppleIntelWiFi.kext is a close source kext and no one can give more details.

I suggest people who have concerns with itlwm and Heliport can chat on https://gitter.im/OpenIntelWireless/itlwm for more professional help. Close this issue since itlwm + Heliport are ready to release for daily use.

@hashaaan
Copy link

hashaaan commented Jul 27, 2020

AppleIntelWiFi-8265.zip
IO80211Family-10.14.6.zip

This works for me pretty well. Thanks for your effort @johnnync13

Catalina 10.15.5 working on Thinkpad T450

@Space-Cadet0
Copy link

guys but 5ghz networks are supported?

Does 5Ghz work, I can't seem to connect to 5Ghz networks?

@larryare
Copy link

@Mikes0 Yes.

@Space-Cadet0
Copy link

@Mikes0 Yes.

Hmm, I can't seem to connect to my main router on 5ghz, but 5ghz does work elsewhere - I can connect to a 5ghz hotspot on my phone.

Are there any limitations to 5ghz compatibility that might make it not work with my router?
It can't see the SSID even when unhidden and when hidden trying to connect gives the error "network could not be found"

@larryare
Copy link

@Mikes0 Yes. Read this.

@agasecond
Copy link

5Ghz network interference with bt, so if you want to use 5Ghz, turn off bt or stick with 2.4Ghz

@kavinguan
Copy link

kavinguan commented May 16, 2021

Hello again,

So i've been following the forum for the past few days just to see whether there is something new. At the same time i tried everything in order to load the kext and avoid the restart.

As i was reading the comments i notice someone saying that you need to specify inside the kext the Wifi name and password. After trying several attempts, indeed i was able to connect but after a few seconds the laptop restarts.

Following that i saw a link posted by xinyang686: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ . Inside this link there are several version of intel wifi ucodes. After trying again several of those i found a version(iwlwifi-8265-31.ucode) that it seems that is not causing restarts :)

I've been using the wifi for 30 minutes now and i'm able to access the internet. It seems that is not 100% responsive, the internet is slow most of the times, but this is really promising!!

Use the attached kext and follow the steps in order to test also on your system and let me know.

  • Download AppleIntelWiFi.kext.zip
  • Unzip it
  • Open AppleIntelWiFi.kext/Contents/Info.plist with your favorite editor
  • Find and Change the following lines based on your wifi (line 58, 60)
    BSSID
    NAMEOFWIFI
    PWD
    PASSWORD
  • sudo chown -R root:wheel AppleIntelWiFi.kext
  • sudo kextload -v AppleIntelWiFi.kext/
  • Check if the message is : AppleIntelWiFi.kext loaded successfully (or already loaded).
  • Enjoy your buggy internet :)

Please let me know if you are able to make it work like me.
AppleIntelWiFi.kext.zip

@gplast Hi,i sucess to install。but when i connect the wifi,say it's password is wep model,i can't connect it,but my wifi is wpa2 model。
also if i edit the info.plist,i will never enter the macos,just reload the macos Mojave。
do you know why and how to fix this?thanks!

@kugn
Copy link

kugn commented May 16, 2021

Hello again,
So i've been following the forum for the past few days just to see whether there is something new. At the same time i tried everything in order to load the kext and avoid the restart.
As i was reading the comments i notice someone saying that you need to specify inside the kext the Wifi name and password. After trying several attempts, indeed i was able to connect but after a few seconds the laptop restarts.
Following that i saw a link posted by xinyang686: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ . Inside this link there are several version of intel wifi ucodes. After trying again several of those i found a version(iwlwifi-8265-31.ucode) that it seems that is not causing restarts :)
I've been using the wifi for 30 minutes now and i'm able to access the internet. It seems that is not 100% responsive, the internet is slow most of the times, but this is really promising!!
Use the attached kext and follow the steps in order to test also on your system and let me know.

  • Download AppleIntelWiFi.kext.zip
  • Unzip it
  • Open AppleIntelWiFi.kext/Contents/Info.plist with your favorite editor
  • Find and Change the following lines based on your wifi (line 58, 60)
    BSSID
    NAMEOFWIFI
    PWD
    PASSWORD
  • sudo chown -R root:wheel AppleIntelWiFi.kext
  • sudo kextload -v AppleIntelWiFi.kext/
  • Check if the message is : AppleIntelWiFi.kext loaded successfully (or already loaded).
  • Enjoy your buggy internet :)

Please let me know if you are able to make it work like me.
AppleIntelWiFi.kext.zip

@gplast Hi,i sucess to install。but when i connect the wifi,say it's password is wep model,i can't connect it,but my wifi is wpa2 model。
also if i edit the info.plist,i will never enter the macos,just reload the macos Mojave。
do you know why and how to fix this?thanks!

@kavinguan a lot has changed since the message you quoted. The standard EFI you download here from daliansky already contains the Airportitlwm kext, which allows you to use wifi like a normal Mac. just enable the kext corresponding to your os version in config.plist.
https://github.com/daliansky/XiaoMi-Pro-Hackintosh/wiki/Drive-Native-Intel-Wireless-Card
https://github.com/OpenIntelWireless/itlwm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Wi-Fi Wi-Fi related issue
Projects
None yet
Development

No branches or pull requests