shiruken / hackintosh

Hackintosh v3 (i7-9700K + Radeon RX 5700 XT) - OpenCore 1.0.1 + Kexts + BIOS - macOS 15.1 (Sequoia)
346 stars 55 forks source link

Wifi is not working #4

Closed wxy524 closed 4 years ago

wxy524 commented 4 years ago

I have not tried directly from windows yet. I use exactly same mobo as yours but no WIFI at all. I have same build as yours. I don't see you installed any wifi driver. Any suggestion here?

wxy524 commented 4 years ago

Based my research, looks like this onboard intel wifi won't work with MacOS. Do you buy any extra wifi/BT card? Research source: https://github.com/cmer/gigabyte-z390-aorus-master-hackintosh/blob/master/README.md

shiruken commented 4 years ago

Correct, the onboard Wi-Fi is not compatible with macOS. I have a wired connection to my system so I haven't bothered looking at the options. These two guides have recommendations for PCIe Wi-Fi/Bluetooth modules that will work natively with macOS and AirDrop:

wxy524 commented 4 years ago

BCM94360CD is working perfectly oob. Another issue I faced was OsxAptioFix3Drv did not work after I migrated system from my macbook pro (only migrated Applicaiton, User and Wifi configuration). To resolve this issue, I replaced OsxAptioFix3Drv to OsxAptioFix2Drv-free2000.efi. The interesting thing is OsxAptioFix3Drv only works fine with iGPU after system migration. My GPU is Nitro+ 5700XT.

BTW, I have to say your instruction is insane. This is the best guild I have ever seen. Thank you very much.

shiruken commented 4 years ago

Thanks!

Also, I'd be cautious about using OsxAptioFix2Drv-free2000.efi since it wasn't designed for long-term use (just bug testing) and could potentially damage your motherboard:

wxy524 commented 4 years ago

hmm. however, other memory fix drivers do not work for me. I tried to calculate slide value but never have lucky. The below error comes constantly (even value). My build is 32gb memory, nitro+ 5700xt and 4k display. Do you have any suggestion that I can murder OsxAptioFix2Drv-free2000.efi ? I tried slide value from 0, 1, 222, 197, 195 and etc. The value in the error message 0x02346000 actually is available based on memmap...(page 0x015FDE).

Any suggestion will be very appreciated.

Screen Shot 2020-02-13 at 12 09 19 AM Screen Shot 2020-02-13 at 12 09 26 AM
shiruken commented 4 years ago

Unfortunately I'm not super familiar with the process for calculating the slide value. I have seen some posts about using OcQuirks to get around the Aptio issues.

wxy524 commented 4 years ago

OcQuirks does not work neither. The only way I find that I can rid of OsxAptioFix2Drv-free2000.efi is to clean kext cache every time before restart kextcache -i /Volumes/Macintosh\ HD.

Anyway, thanks for your suggestion. : )