mikigal / ryzen-hackintosh

OpenCore EFI for AMD Ryzen Hackintosh
961 stars 148 forks source link

Ethernet not working on Monterey #49

Closed Kissadere closed 1 year ago

Kissadere commented 2 years ago
Component Model
CPU AMD RYZEN 5 2600X
Motherboard GIGABYTE A320
GPU AMD RX570 8GB
Audio Chipset APPLEALC
Ethernet REALTEK
WiFi & Bluetooth NONE

Link to your EFI: https://disk.yandex.com/d/BDHndi4j5ntoew

I can't get the Ethernet (en0) to work on MacOS Monterey. I've tried everything from https://dortania.github.io/OpenCore-Post-Install/universal/iservices.html#fixing-en0 and also tried every single version of RealtekRTL811 Kext. No one them works. Note: Ethernet works on any other version (Mojave and Catalina) but won't work with Monterey.

mikigal commented 2 years ago

Which Realtek chip do you have? Are you sure that it's 8111?

Kissadere commented 2 years ago

At this point i'm not 100% sure which one i'm using.

Although, i've been using that specific kext since Mojave and never had an issue, until now with Monterey. Everything else works fine, it's just the Ethernet that doesn't work.

mikigal commented 2 years ago

Show output of kextstat | grep -v com.apple

Kissadere commented 2 years ago

Here's a screenshot of my output: https://imgur.com/MtADVbj

(I'm right now using Big Sur, since Monterey won't work)

mikigal commented 2 years ago

Check if RTL8111 kext is loaded on Monterey too

Kissadere commented 2 years ago

I have no access to Monterey as this is my only PC with Mac, i'll have to update and i don't think i'll be able to access Github after that xD

mikigal commented 2 years ago

Simply install Monterey on second partition and use pendrive for your EFI

Hesowcharov commented 2 years ago

@mikigal Hi! First of all, thank you so much for such great project. With your work I was able to boot Big Sur on my PC (B450m DS3H: RX570 + Ryzen 2600). It's amazing and incredible!

But now I'm experiencing the same issue on Monterey. Before taking the OTA with Monterey, I pulled your last changes from the repo and ensured that it still works on Big Sur. Then I installed the update and came up to the bootable state of OS and everything seems working except the wired ethernet connection. In my case, the network settings shows me 'Cable Unplugged'. I've tried to configure the hardware settings in there manually (as someone recommends in the thread) but it didn't help. How did you switch to Monterey ? Did you update via OTA or get it from the clean install ? Maybe I need to do something else after updating (clean and rebuild kext caches, idk) ? Thanks in advance!

mikigal commented 2 years ago

I don't remember how I switched to Monterey, but even if it's OTA update nothing more is required (e. g. rebuilding caches). I didn't have issue like this with Ethernet, also I no longer have hackintosh so I can't help so much. You may ask on AMD-OSX Discord for help. If you get solution please let me know or make pull request, I will add it to README

caelou318 commented 2 years ago

Component Model CPU AMD RYZEN 5 2600X Motherboard GIGABYTE A320 GPU AMD RX570 8GB Audio Chipset APPLEALC Ethernet REALTEK WiFi & Bluetooth NONE Link to your EFI: https://disk.yandex.com/d/BDHndi4j5ntoew

I can't get the Ethernet (en0) to work on MacOS Monterey. I've tried everything from https://dortania.github.io/OpenCore-Post-Install/universal/iservices.html#fixing-en0 and also tried every single version of RealtekRTL811 Kext. No one them works. Note: Ethernet works on any other version (Mojave and Catalina) but won't work with Monterey.

I'm not sure what version of ethernet controller you have. I did find this one work for me (I225-V). Have you tried inserting boot-arg dk.e1000=0? You can also tried patching it.

mikigal commented 2 years ago

I no longer have hackintosh, also I always had Realtek ethernet chipsets so I can't do anything. When someone else find solution. I will update README

Hesowcharov commented 2 years ago

someone who is looking for alternative solution - you can try to use a wifi usb-adapter with drivers from https://github.com/chris1111/Wireless-USB-OC-Big-Sur-Adapter

wolter8 commented 1 year ago

someone who is looking for alternative solution - you can try to use a wifi usb-adapter with drivers from https://github.com/chris1111/Wireless-USB-OC-Big-Sur-Adapter

I have same problem, with MSI X570-A Pro and ethernet 8111 is not working. I've tried several kexts version with no luck.

mikigal commented 1 year ago

@wolter8 Supports Realtek RTL8111/8168 B/C/D/E/F/G/H found on recent boards. MSI X570-A Pro has RTL8111H so in theory it's supported (Specs: https://www.msi.com/Motherboard/X570-A-PRO/Specification).

You can create issue in kext's repository: https://github.com/Mieze/RTL8111_driver_for_OS_X Then you have to find logs of this kext's in boot log (you have to boot into verbose mode) to help finding the issue

mikigal commented 1 year ago

@wolter8 @caelou318 @Kissadere @Hesowcharov Did anyone find fix for this issue?

Kissadere commented 1 year ago

Try this other version instead, this one worked for me: https://github.com/Mieze/RTL8111_driver_for_OS_X/files/8414872/RealtekRTL8111.zip 06.03.2023, 16:11, "Mikołaj Gałązka" @.>@. @caelou318 @Kissadere @HesowcharovDid anyone find fix for this issue?—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.>  -- Tarkkaavaisesti, Christopher CossPerustaja, Zibuu @. @.***  

caelou318 commented 1 year ago

@wolter8 @caelou318 @Kissadere @Hesowcharov Did anyone find fix for this issue?

Hi there, try using Kernel Patch with boot-args e1000=0. I've only tested this on macOS 12.3+ Monterey

mikigal commented 1 year ago

Thanks, I added this information to README