Contribute
Register

[solved] Goes to sleep but on attempted wake up all power is cut off completly

Status
Not open for further replies.
To make it less confusing, this hub is no longer attached

Your kexts are not installed correctly.
Note errors from kextcache:
Code:
FakeSMC.kext has no Info.plist file.

All kexts you need should be installed (properly) to the system volume.
Kext injection is only for essential kexts used by the installer/recovery partitions.

The FakeSMC.kext you're injecting is rather old. Update to latest.

Remove or set false FakeLPC_0020.
Remove or set false FixHDA_8000.

SIP is not disabled correctly. CsrActiveConfig should be 0x67. You have 0x3.
And SystemParameters/InjectKexts should be "Detect". You have true.
 
Your kexts are not installed correctly.
Note errors from kextcache:
Code:
FakeSMC.kext has no Info.plist file.

All kexts you need should be installed (properly) to the system volume.
Kext injection is only for essential kexts used by the installer/recovery partitions.

The FakeSMC.kext you're injecting is rather old. Update to latest.

Remove or set false FakeLPC_0020.
Remove or set false FixHDA_8000.

SIP is not disabled correctly. CsrActiveConfig should be 0x67. You have 0x3.
And SystemParameters/InjectKexts should be "Detect". You have true.

FakeSMC is from latest HWSensors.6.25.1426 (which shows no updates, but I suppose I use one from here
I always had FakeSMC from EFI Clover, but installed now it to S/L/E

Removed FakeLPC_0020
Without FixHDA_8000 I do not get sound device
Changed CsrActiveConfig to 0x67
Can NOT change SystemParameters/InjectKexts to "Detect", as Lilu & NvidiaGraphicsFixup & IntelMausiEthernet would not load (no display & no network, I probably could move them to L/E or S/L/E

sebus

edit
After changes above & reboot Applelpc DOES LOAD!
 
Last edited:
FakeSMC is from latest HWSensors.6.25.1426 (which shows no updates, but I suppose I use one from here
I always had FakeSMC from EFI Clover, but installed now it to S/L/E

Clearly it was not installed correctly before.

Without FixHDA_8000 I do not get sound device

Would need to see "Problem Reporting" files in that scenario to discover your mistake.

Can NOT change SystemParameters/InjectKexts to "Detect", as Lilu & NvidiaGraphicsFixup & IntelMausiEthernet would not load (no display & no network, I probably could move them to L/E or S/L/E

All kexts should be installed to the system volume.

After changes above & reboot Applelpc DOES LOAD!

AppleLPC not likely needed (although useful to test both ways).

In any case, you must always provide updated "Problem Reporting" files. No way for me to know what you're doing otherwise.
 
All good, thanks guys, sleep works fine
 
Status
Not open for further replies.
Back
Top