Contribute
Register

[Success] - Asus ROG Strix Z490-E Gaming + i9 10900K + OpenCore

A few hours later, still no crash.
But I'm starting to wonder about WIFI and Bluetooth, can we make them work on this motherboard?
 
A few hours later, still no crash.
But I'm starting to wonder about WIFI and Bluetooth, can we make them work on this motherboard?
You have a few options, you can do what @scope666 did as listed on the first page
Wi-Fi/BT: Broadcom BCM94360CD 802.11ac 1750Mbps Desktop PCi-E WiFi Adapter. You can also use the onboard intel wireless Bluetooth card but it’s not as full featured a solution.
 
You have a few options, you can do what @scope666 did as listed on the first page
Wi-Fi/BT: Broadcom BCM94360CD 802.11ac 1750Mbps Desktop PCi-E WiFi Adapter. You can also use the onboard intel wireless Bluetooth card but it’s not as full featured a solution.

Yeah, I broke down and bought that card back in 2018 because it was natively supported. EVERYTHING works, never have to mess with kexts, etc.
 
For me, the preferred connection is by ethernet, but I may have to use WiFi to share the connection with the phone, in case of network failure, which happens from time to time in my small French village! So I will just try to do with the onboard intel card. A big thank you to both of you for your help, I would never have done it alone.
I'll try to give an accurate account of my installation when I'm done.
 
You've done well, this next part can get challenging in that you probably will have to remap your USB ports to get the intel card fully functioning. Wireless may work without doing that but bluetooth probably won't and it will typically break sleep. That's the last step though, the first step is identify which kexts you need, get them downloaded and then add them to the Kernel/Kexts/section of your config.plist. Best to do it on a USB Flash drive first and then once done transfer the new EFI folder to your SSD.


 
Thank you for the link which seems very provided. I'm going to leave home for a long weekend, I'll resume my tests on Monday.
 
Here's a build of 0.9.1, only kext updated this month so far is AppleALC.

boot.png

ocv.png

kexts.png


Bonus: AppleVTD appears to be working, even though I'm not loading a DMAR ACPI table. My Ethernet has been rock solid under Ventura, this is probably why. (source: https://www.tonymacx86.com/threads/gigabyte-z690-aero-g-i5-12600k-amd-rx-6800-xt.317179/post-2331185)

1680619754438.png

ether.png


1680620283952.png
 

Attachments

  • EFI 0.9.1.zip
    11 MB · Views: 72
Last edited:
I resumed my tests this morning. I installed itlwm, but I cannot launch HeliPort: I have the error "OSStatus 99999". I did a test with AirportItlwm, the networks are detected, but it crashes on connection.
I wonder where the error 99999 comes from with Heliport, I disabled SIP and Gatekeeper (for Gatekeeper, I'm not quite sure, the third checkbox "anywhere" is not appeared in "System Settings", but I can still launch HeliPort, it then crashes).
 
Hello, I admit that I'm a bit floundering here. Since I couldn't get itlwm to work, I tried using an EZCast USB adapter I had. Unable to install driver. I think I have a problem with Gatekeeper, I tried disabling it with "sudo spctl –master-disable" command, but it doesn't seem to work. Is there another command that works under Ventura? I cannot install or use third-party software.
 
Hello, I admit that I'm a bit floundering here. Since I couldn't get itlwm to work, I tried using an EZCast USB adapter I had. Unable to install driver. I think I have a problem with Gatekeeper, I tried disabling it with "sudo spctl –master-disable" command, but it doesn't seem to work. Is there another command that works under Ventura? I cannot install or use third-party software.
in recovery terminal:
Code:
sudo spctl --master-disable
 
Back
Top