Jump to content

10.11 Beta 6 Ethernet quit working


frnic
 Share

5 posts in this topic

Recommended Posts

I have been running all the betas since 1, and everything has worked fine after I fixed the Kext Injection problem but copying FakeSMC.kext and RealtekRTL81xx,Kext to the S/L/E.

 

Today after updating to beta 6 my ethernet is not working. 

 

Suggestions?

 

TIA,

 

Frank


I only use FakeSMC.Kext and  RealtekRTL81xx.Kext

 

I have tried placing them into /S/L/E and /L/E - the system only boots when they are in /S/L/E, obviously Clover injection is not working and placing them in /L/E results in boot  up hanging.

 

I have tried using RealtekRTL8111.Kext instead of RealtekRTL81xx.Kext and get the same results.

 

Suggestions?

 

TIA,

 

Frank

Link to comment
Share on other sites

Mieze driver 2.0.0?

RTL8111F-G ?

install in /L/E?

don't work?

 

-open  the terminal 

 

-copy the KEXT in /L/E

 

 

sudo -s

chmod -R 755 /Library/Extensions/RealtekRTL8111.kext 

chown -R root:wheel /Library/Extensions/RealtekRTL8111.kext 

sudo touch /L*/Extensions

Link to comment
Share on other sites

copil, 

 

Thank you for the reply.

 

Previously:

 

RealRTC81xx.kext (not sure if that is the same as you recommended)

installed into /S/L/E

didn't work

changed owner and permissions still didn't work

rebuilt cache (touch /drive/System/Library/Extensions) - still didn't work

kextcache -Boot -U . - still didn't work

 

Now:

 

Downloaded Mieze driver from github and built it locally using Yosemite/xcode/etc.
 

Installed into /L/E

Removed old driver from /S/L/E

changed permissions

touched /drive/S/L/E

kextcache -Boot -U .

Still doesn't work. (boots but no ethernet)

 

When I rebuild cache using kextcache -Boot -U . in Yosemite I get the following output in terminal (and EL Capitan will boot - but no ethernet)
 

(Note that the ethernet driver is not mentioned)

 

Franks-iMac:El Capitan Fusion root# touch System/Library/Extensions

Franks-iMac:El Capitan Fusion root# kextcache -Boot -U .

rebuilding /Volumes/El Capitan Fusion/System/Library/PrelinkedKernels/prelinkedkernel

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext LPCSensors.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext GPUSensors.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext CPUSensors.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPISensors.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext FakeSMC.kext

/System/Library/PrelinkedKernels/prelinkedkernel not cached.

Successfully updated disk0s3.

Successfully updated disk5s3.

 
 
If I do the same after booting into 10.11 beta 6 I get this output on terminal - system will no longer boot into 10.11 beta 6 following executing this - note the ethernet kext is listed here.
 
Franks-iMac:El Capitan Fusion root# kextcache -Boot -U .
rebuilding //System/Library/PrelinkedKernels/prelinkedkernel
Untrusted kexts are not allowed
RealtekRTL8111.kext has invalid signature; omitting.
Untrusted kexts are not allowed
LPCSensors.kext has invalid signature; omitting.
Untrusted kexts are not allowed
GPUSensors.kext has invalid signature; omitting.
Untrusted kexts are not allowed
CPUSensors.kext has invalid signature; omitting.
Untrusted kexts are not allowed
ACPISensors.kext has invalid signature; omitting.
Untrusted kexts are not allowed
FakeSMC.kext has invalid signature; omitting.
/System/Library/PrelinkedKernels/prelinkedkernel not cached.
Successfully updated disk0s3.
Successfully updated disk5s3.

Rebooting into Yosemite and rerunning the kextcache command there fixes things so I can again boot into El Capitan but ethernet still doesn't work
 
Suggestions?

TIA,
 
Frank
Link to comment
Share on other sites

 Share

×
×
  • Create New...