Contribute
Register

z68ma-d2h-b3 UEFI Bios sleep and cpu states help

Status
Not open for further replies.
Joined
Jul 20, 2011
Messages
22
Motherboard
z68ma d2h b3
CPU
I5 2500
Graphics
GT430 Nvidia
Mac
  1. Mac Pro
Classic Mac
  1. 0
Mobile Phone
  1. iOS
I update my bios z68ma-d2h-b3 (rev 1.0) to UEFI, and works great lion, I removed the dsdt and sleep mode and worked perfect, but in mountain lion, with multibeast installed, dsdt user (without dsdt), fix at sound and network, generate p-states, and the rest does not work, sleep crashes the computer and I have to reboot, I have only two states in cpu x16 and x33, can someone help?
z68ma-d2h-b3 (rev 1.0)
i5 2500
gigabyte gt 430 1GB
 
I have the same board and everything works great without DSDT with UEFI bios, except no overclock.
Maybe you should try the SSDT from multibeast instead of generating P-states ?
 
I could fix the issue of p-states, but I'm bad with sleep, when *wake up the entire screen remains blank, at install with unibeast was the same and solved with "PCIRootUID=0 -x", but i don`t know fix them now
 
DSDT FOR BIOS U1B

DSDT for Z68MA-D2H-B3 U1b

org.chameleon.Boot.plist for Z68MA-D2H-B3 U1b

Extra
------------------
DSDT.aml

SSDT.aml <================ It is very important! You can get it from Multibeast.
Without it,your mac will crash.

org.chameleon.Boot.plist <===========delete PciRoot string

smbios.plist
Extensions
Themes
------------------
 

Attachments

  • DSDT.aml.zip
    14.2 KB · Views: 82
  • org.chameleon.Boot.plist.zip
    882 bytes · Views: 97
works, but when it comes out of sleep the screen is locked and I have to restart, also lost internet connection, I think it is the graphic card configuration (gt 430) or some strange port configuration, in lion works perfect, everything without dsdt.
 
DSDT for Z68MA-D2H-B3 U1b

org.chameleon.Boot.plist for Z68MA-D2H-B3 U1b

Extra
------------------
DSDT.aml

SSDT.aml <================ It is very important! You can get it from Multibeast.
Without it,your mac will crash.

org.chameleon.Boot.plist <===========delete PciRoot string

smbios.plist
Extensions
Themes
------------------

System KPs with this DSDT with O/C to 4.2GHz and O/C'd i5/i7 SSDT from MultiBeast :(
 
My CPU is i5-2500,and my graphic card is built in DSDT. Not in the uploaded file.

Device (GFX0)
{
Name (_ADR, Zero)
Name (_SUN, One)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x0C)
{
"@0,name",
Buffer (0x0A)
{
"ATY,Gibba"
},

"@1,name",
Buffer (0x0A)
{
"ATY,Gibba"
},

"@2,name",
Buffer (0x0A)
{
"ATY,Gibba"
},

"@3,name",
Buffer (0x0A)
{
"ATY,Gibba"
},

"model",
Buffer (0x13)
{
"AMD Radeon HD 6850"
},

"hda-gfx",
Buffer (0x0A)
{
"onboard-1"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}

Device (HDAU)
{
Name (_ADR, One)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"hda-gfx",
Buffer (0x0A)
{
"onboard-1"
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}
}


Maybe it is the point.


I just need installing these kexts.

ACPISensors
FakeSMC
FintekF718x
IntelCPUMonitor
ITEIT87x
NSCPC8739x
NuvotonNCT677x
OemSMBIOS
RadeonX <=====for MSI R6850 Cyclone 1GD5 Power Edition/OC
WinbondW836x
--------------------------------------------------------------------------------
AppleHDA<===rollback,to make audio work.
IOAHCIBlockStorageInjector
IONetworkingFamily<=====internet
PXHCD<=======No use,me need to patch IOUSBFamily.
AppleRTC<=====patch it with
sudo perl -pi -e 's|\x75\x30\x44\x89\xf8|\xeb\x30\x44\x89\xf8|; s|\x75\x3d\x8b\x75\x08|\xeb\x3d\x8b\x75\x08|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC
 

Attachments

  • DSDT with MSI R6850.zip
    14.5 KB · Views: 45
Actually that's a typo. I do have the 2500k.
 
Status
Not open for further replies.
Back
Top