Contribute
Register

[Solved] No Ethernet Interface on GA-H110M-S2H

Status
Not open for further replies.
Joined
Oct 24, 2013
Messages
5
Motherboard
GA-H110M-S2H
CPU
Intel Core i3-6100
Graphics
Gigabyte GTX 960 2G
Hey folks,

i recelty builded my new Hackintosh build. I went with the Gigabyte GA-H110M-S2H Board, everything works just fine expect the Ethernet Controller. I have a real iMac WiFi/Bluetooth Card installed too, so Network connection is there but I really want to use Ethernet.

I installed the the Realtek RTL8111 v2.2.1 Driver from newest MultiBeast Version. But there seems to be no Ethernet Interface at all. System Preferences shows a Ethernet Connection but there is no MAC-Address and if I want to add a no there is no selection for Ethernet so I guess there is even non. 'ifconfig -a' shows some interfaces but en0 is missing there too.

'ifconfig -a' output:
Code:
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
    options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
    inet 127.0.0.1 netmask 0xff000000
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
    nd6 options=201<PERFORMNUD,DAD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    ether xx:xx:xx:xx:xx:xx
    inet6 fe80::18eb:73ac:4bff:6b45%en1 prefixlen 64 secured scopeid 0x4
    inet 192.168.1.121 netmask 0xffffff00 broadcast 192.168.1.255
    nd6 options=201<PERFORMNUD,DAD>
    media: autoselect
    status: active
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
    ether xx:xx:xx:xx:1f:45
    media: autoselect
    status: inactive
awdl0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1484
    ether xx:xx:xx:xx:xx:7a
    inet6 fe80::703b:bfff:fe95:ea7a%awdl0 prefixlen 64 scopeid 0x6
    nd6 options=201<PERFORMNUD,DAD>
    media: autoselect
    status: active
utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 2000
    inet6 fe80::4fe6:6d2a:54ef:2068%utun0 prefixlen 64 scopeid 0x7
    nd6 options=201<PERFORMNUD,DAD>

Is it possible that I have to add RTL8111.kext to clover?

I hope anyone of you guys can help me with some ideas!

-acid3
 
Well I got it to work. I moved RTL8111.kext from /Library/Extension to /Volumes/EFI/EFI/CLOVER/Kexts/Other rebooted and Ethernet appeared correctly.

I used the following command for copying. (Mount your EFI Partion with Terminal or Clover Configurator):

Code:
sudo mv /Library/Extension/RealtekRTL8111.kext /Volumes/EFI/EFI/CLOVER/Kexts/Other/.

Hope this may helps someone.

-aciid42
 
Hi!
I have the same motherboard, but the audio dosen´t work properly, to be honest nothing works well.
How did you install yours?
i´m new in this, it´s my first time
Any help would be very much appreciated
Thanks!
 
Last edited:
Well I got it to work. I moved RTL8111.kext from /Library/Extension to /Volumes/EFI/EFI/CLOVER/Kexts/Other rebooted and Ethernet appeared correctly.

I used the following command for copying. (Mount your EFI Partion with Terminal or Clover Configurator):

Code:
sudo mv /Library/Extension/RealtekRTL8111.kext /Volumes/EFI/EFI/CLOVER/Kexts/Other/.

Hope this may helps someone.

-aciid42

That surely helps me and my Gigabyte GA-H110M-H, but I had to copy the kext to EFI, not move it. Thank you!
 
Well I got it to work. I moved RTL8111.kext from /Library/Extension to /Volumes/EFI/EFI/CLOVER/Kexts/Other rebooted and Ethernet appeared correctly.

I used the following command for copying. (Mount your EFI Partion with Terminal or Clover Configurator):

Code:
sudo mv /Library/Extension/RealtekRTL8111.kext /Volumes/EFI/EFI/CLOVER/Kexts/Other/.

Hope this may helps someone.

-aciid42

That surely helps me and my Gigabyte GA-H110M-H, but I had to copy the kext to EFI, not move it. Thank you!
 
I'm having the same issue.
Have Realtek Ethernet. Using the latest ethernet kext from therehabman but it doesn't seem to work.
 
I'm having the same issue.
Have Realtek Ethernet. Using the latest ethernet kext from therehabman but it doesn't seem to work.
You try to move as it is said above in the comments
 
Status
Not open for further replies.
Back
Top