Hi, I recently installed 10.8.2 to a USB HDD for a test install and I have some problems. I have installed MiniITX's GA-X79-UD3 DSDT.aml and AppleHDA.kext from Interim Ivy Bridge HDA thread and AHCIPortInjector.kext along with FakeSMC.kext NullCPU....kext, intel e1000 lan kext and SleepEnabler.kext. I get audio and can boot just fine with : npci=0x2000 GraphicsEnabler=No. However even after installing sleepenabler i get white screen with unmoving mouse every time I try to get it to sleep, which goes away when i press a few times the mouse buttons or press the H/W Sleep button. I am on F11 Bios(the dsdt was for that version and have disabled USB3.0). Why can't I get it to sleep? Can someone share a DSDT.aml that would enable native power management? I want sleep to work so I can get my ATi HD7970 to work(enable OpenGL and Q/E).
34 replies to this topic
#1
Posted 23 February 2013 - 03:20 PM
#2
Posted 23 February 2013 - 03:29 PM
sleep:Proper combination for sleep is:
1) patched HPET, TIMR, RTC, PIC sections
2) patched EHCI/UHCI sections
3) patched AppleLPC kext to match chipset id
4) removed NullCPUPowerManagement,
5) patched AppleRTC kext to solve CMOS reset after sleep
#3
Posted 23 February 2013 - 03:44 PM
iFIRE, on 23 February 2013 - 03:29 PM, said:
sleep:Proper combination for sleep is:
1) patched HPET, TIMR, RTC, PIC sections
2) patched EHCI/UHCI sections
3) patched AppleLPC kext to match chipset id
4) removed NullCPUPowerManagement,
5) patched AppleRTC kext to solve CMOS reset after sleep
Is there a thread here on how to achieve these goals? (I have found patched AppleRTC for CMOS reset problem, and a thread on how to patch applelpc kext) What I haven't found is a DSDT editing guide specific to the first two. Could you point me to thread/guide that says how to do this?
#4
Posted 23 February 2013 - 03:58 PM
DPCIManager.app.zip 228.57K
9 downloads Extract your DSDT From AIDA64 in WIN and post here I go patch this for you, and a report of the your hardware from this app
#5
Posted 23 February 2013 - 04:00 PM
iFIRE, on 23 February 2013 - 03:58 PM, said:
#6
Posted 23 February 2013 - 04:40 PM
Note look inside NOTE.txt file first. Thank you for your time.
Attached Files
#7
Posted 23 February 2013 - 06:31 PM
ok here you go, delete sleepenabler.kext, patch your AppleIntelCPUP with this app and delete NULLCPUPowermanegemente.kext
Patched.zip 206.74K
7 downloads
Patched.zip 206.74K
7 downloads
#8
Posted 23 February 2013 - 06:34 PM
So I must reinstall ML to GPT disk right? Because I see UEFI.
#9
Posted 23 February 2013 - 06:37 PM
if you want, you can
#10
Posted 23 February 2013 - 06:54 PM
Oh, well anyway. I will test it right now without reinstall.
Ok, I deleted sleepenabler.kext patched AppleIntelCPUPowerManagement.kext removed NullCPUPmgt rebuilt caches, installed DSDT.aml and rebooted with -v npci=0x2000 GraphicsEnabler=No and I got kernel panic as if i had no dsdt and nullcpu i.e. panics with appleintelcpup at backtrace.
Ok, I deleted sleepenabler.kext patched AppleIntelCPUPowerManagement.kext removed NullCPUPmgt rebuilt caches, installed DSDT.aml and rebooted with -v npci=0x2000 GraphicsEnabler=No and I got kernel panic as if i had no dsdt and nullcpu i.e. panics with appleintelcpup at backtrace.
#11
Posted 23 February 2013 - 06:58 PM
#12
Posted 23 February 2013 - 07:15 PM
Here you go. I hope they are detailed enough. Thank you so much for taking the time to help me.
NOTE: My CPU is a i7-3820 and my VGA is a Sapphire HD7970 Dual-X
NOTE: My CPU is a i7-3820 and my VGA is a Sapphire HD7970 Dual-X
Attached Files
#13
Posted 23 February 2013 - 07:33 PM
ok, the problem is AppleICPUP , can be what not is patched correct, try this AICPMPatch, then repair permissions and delete caches from terminal
sudo -s
cd System/Library/Caches
rm -rf *
exit
reboot with -f -v
sudo -s
cd System/Library/Caches
rm -rf *
exit
reboot with -f -v
#14
Posted 23 February 2013 - 07:37 PM
Ok, will get back to you tomorrow morning GMT+2 as I can't reinstall re-install OS X atm.
#15
Posted 24 February 2013 - 03:18 AM
I support all x79 systems here:
http://rampagedev.wo...s/gigabyte-x79/
sleep:Proper combination for sleep is:
1) patched HPET, TIMR, RTC, PIC sections
2) patched EHCI/UHCI sections
3) patched AppleLPC kext to match chipset id
4) removed NullCPUPowerManagement,
5) patched AppleRTC kext to solve CMOS reset after sleep
None of this works with X79 and is not needed.
http://rampagedev.wo...s/gigabyte-x79/
iFIRE, on 23 February 2013 - 03:29 PM, said:
sleep:Proper combination for sleep is:
1) patched HPET, TIMR, RTC, PIC sections
2) patched EHCI/UHCI sections
3) patched AppleLPC kext to match chipset id
4) removed NullCPUPowerManagement,
5) patched AppleRTC kext to solve CMOS reset after sleep
None of this works with X79 and is not needed.
#16
Posted 24 February 2013 - 09:07 AM
Rampage Dev, on 24 February 2013 - 03:18 AM, said:
I support all x79 systems here:
http://rampagedev.wo...s/gigabyte-x79/
None of this works with X79 and is not needed.
http://rampagedev.wo...s/gigabyte-x79/
None of this works with X79 and is not needed.
I tried to use your gigabyte dmg but I get stuck at MAC Framework Initialized
Using the dsdt byt MiniITX I could get sound to work but sleep is not working using sleepenabler.kext 1.7x-10.8.x and NullCPUPMgmt
EDIT: I''m confused, should i reinstall and try to patch the kext differently or what??
#17
Posted 24 February 2013 - 02:00 PM
Rampage Dev, why is your DSDT getting stuck at MAC Framework successfully initialized
using 16384 buffer headers and 10240 cluster IO buffer headers.?
GA-X79-UD3
i7-3820
Sapphire ATi HD7970
Also, does your dsdt normally work for 10.8.3 too?
using 16384 buffer headers and 10240 cluster IO buffer headers.?
GA-X79-UD3
i7-3820
Sapphire ATi HD7970
Also, does your dsdt normally work for 10.8.3 too?
#18
Posted 24 February 2013 - 02:55 PM
Rampage Dev, on 24 February 2013 - 03:18 AM, said:
I support all x79 systems here:
http://rampagedev.wo...s/gigabyte-x79/
None of this works with X79 and is not needed.
http://rampagedev.wo...s/gigabyte-x79/
None of this works with X79 and is not needed.
I support all x79 systems here:
http://rampagedev.wo...s/gigabyte-x79/
free?
#19
Posted 24 February 2013 - 03:26 PM
iFire, any ideas why sleepenabler.kext won't work? Since Rampage Dev said DSDT can't fix sleep atm
#20
Posted 24 February 2013 - 03:29 PM
put in terminal app this code: and post results
pmset -g assertions
Sleep: Disable USB 3.0 - install Sleepenabler KEXT from xnu-sleep-enabler - A kernel extension for the latest Apple Darwin XNU kernel, re-enabling sleep for generic x86 computers. - Google Project Hosting
edit: Try this one:SleepEnabler.kext.10.7.x-10.8.zip
pmset -g assertions
Sleep: Disable USB 3.0 - install Sleepenabler KEXT from xnu-sleep-enabler - A kernel extension for the latest Apple Darwin XNU kernel, re-enabling sleep for generic x86 computers. - Google Project Hosting
edit: Try this one:SleepEnabler.kext.10.7.x-10.8.zip
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








