Mattis-Schulte / hackintosh-asus-b450f

OpenCore 0.8.3 EFI for AMD Ryzen / Asus ROG Strix B450-F / AMD Radeon - macOS Monterey 12.5
48 stars 6 forks source link

Ethernet not working on monterey #12

Open S3R1X opened 2 years ago

S3R1X commented 2 years ago

Hello,

Thank you so much for sharing your efi.

I successfully installed big sur with your efi and now i run monterey.

But after i upgraded from big sur to monterey, i regcognized that the network is not working anymore (ethernet connect). i use a wlan usb as a workaround.

How can i solve the ethernet connection problem? Because with wlan usb is my internet not that fast!

Best regards

Johny

Mattis-Schulte commented 2 years ago

Hello,

thank you for making me aware of this problem. I made some changes to the EFI folder and it should work for now but there are still some issues with it (mainly losing connection after waking up from sleep). But I'll definitely keep an eye on this issue.

S3R1X commented 2 years ago

Hii,

Thank you for your answer!

I installed your new EFI, but it still not working. What do i have to do exactly? Just replace the old EFI with the new one? Or somethin in the config.plist?

best regards

Mattis-Schulte commented 2 years ago

Hello, you need to use the new EFI, but you also need to replace the config.plist file in it with your own from your old EFI folder. Then open the config.plist file in the new EFI folder with ProperTree and take an OC snapshot.

S3R1X commented 2 years ago

Hi,

Thank you so much for ur help!!

But I already replaced the whole EFI Folder with your new EFI Folder. So the old Files are all away as well the config.plist. After I restarted my PC, the ethernet connect is still not working.

What should I do now? Fresh Install with your new EFI Folder?

Best Regards

Johny

Mattis-Schulte commented 2 years ago

A fresh install shouldn't make a difference if the EFI folder is still the same, besides for me it also wasn't required. But are you sure your config.plist file contains this?

<dict>
    <key>BundlePath</key>
    <string>AppleI2xx.kext</string>
    <key>Comment</key>
    <string>AppleI2xx.kext</string>
    <key>Enabled</key>
    <true/>
    <key>ExecutablePath</key>
    <string>Contents/MacOS/AppleI2xx</string>
    <key>Arch</key>
    <string>Any</string>
    <key>MaxKernel</key>
    <string></string>
    <key>MinKernel</key>
    <string></string>
    <key>PlistPath</key>
    <string>Contents/Info.plist</string>
</dict>
GreppMichaels commented 2 years ago

Hi There, I recently and successfully used this to install Monterey on my B450f Ryzentosh, making proper adjustments to get my rx 6600xt running, along with my 3900x CPU, and everything has worked except the built in ethernet (currently using a usb-ethernet adapter) and my Fenvi t919 wifi does not work either however bluetooth does.

Am I missing something as well or any feedback on on a Kext I should add or remove?

Monterey 12.1 Asus b450F Board Ryzen R3900x ASUS RX 6600 XT Fenvi t919

Qerope commented 2 years ago

Try this for the built-in ethernet

Mattis-Schulte commented 2 years ago

@Qerope thanks