buoo Posted July 30, 2011 Share Posted July 30, 2011 Hi flaked Why did you change the PWR from 0x0D,0x04 to 0x0D,0x03 and cut s1d, s2d into EHCX devices? Link to comment Share on other sites More sharing options...
flAked Posted August 1, 2011 Author Share Posted August 1, 2011 What's your reference point, my factory DSDT's? Asus changed the USB controller, so it could be different on new revisions of the P8P67 and on the Z* variants as well. Link to comment Share on other sites More sharing options...
buoo Posted August 1, 2011 Share Posted August 1, 2011 I've seen the difference in your factory DSDT, same thing for DHP's. Link to comment Share on other sites More sharing options...
buoo Posted August 1, 2011 Share Posted August 1, 2011 I've seen the difference in your factory DSDT, same thing for DHP's. edit: Maybe I've realized why did you change it (references: original 12,2 ACPI tables) Device (EHC1) { Name (_ADR, 0x001D0007) Name (_PRW, Package (0x02) { 0x0D, 0x03 }) Method (_DSM, 4, NotSerialized) { Store (Package (0x0B) { "AAPL,current-available", 0x0834, "AAPL,current-extra", 0x0A8C, "AAPL,current-extra-in-sleep", 0x0A8C, "AAPL,max-port-current-in-sleep", 0x0834, "AAPL,device-internal", 0x02, Buffer (0x01) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3) RefOf (Local0) Return (Local0) } Method (_S3D, 0, NotSerialized) { Return (0x03) } Method (_S4D, 0, NotSerialized) { Return (0x03) } Can you confirm it? Link to comment Share on other sites More sharing options...
flAked Posted August 2, 2011 Author Share Posted August 2, 2011 Correct. It seems that the first two power states are not supported by the kext anyways so they got removed. As you can see I already forgotten about this change and it's a bit dangerous in the long run. I don't think it ever caused any trouble leaving it in, it was one of the cases to get the DSDT as close to an iMac12,2 as possible. As I'm using the factory SSDT for USB (without any problems), I wouldn't bother with this change. Link to comment Share on other sites More sharing options...
VultUx Posted August 4, 2011 Share Posted August 4, 2011 Hi Flaked, I bought one ASUS P8P67-M PRO too and Im using your DSDT that is very helpfull with MacOS Lion, but how you did to sound (ALC 892) and network card (Realtek 8111e) to work? EDIT: ok, network card is working now, I downloaded the driver from Realtek site. PS.: sorry about the bad english. Link to comment Share on other sites More sharing options...
buoo Posted August 4, 2011 Share Posted August 4, 2011 Hi You should not use the dsdt of another mobo, use this http://www.insanelymac.com/forum/index.php?showtopic=253642 subsequently to get the audio working open the terminal and type: sudo perl -pi -e 's|\x62\x02\xec\x10|\x92\x08\xec\x10|g' /System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA Talking about the lan card, did you try this? http://www.realtek.com.tw/downloads/downlo...p;GetDown=false If it doesn't work you could find the solution here http://www.insanelymac.com/forum/index.php...p;#entry1719691 Link to comment Share on other sites More sharing options...
VultUx Posted August 5, 2011 Share Posted August 5, 2011 Hi You should not use the dsdt of another mobo, use this http://www.insanelymac.com/forum/index.php?showtopic=253642 subsequently to get the audio working open the terminal and type: sudo perl -pi -e 's|\x62\x02\xec\x10|\x92\x08\xec\x10|g' /System/Library/Extensions/AppleHDA.kext/Contents/MacOS/AppleHDA Talking about the lan card, did you try this? http://www.realtek.com.tw/downloads/downlo...p;GetDown=false If it doesn't work you could find the solution here http://www.insanelymac.com/forum/index.php...p;#entry1719691 Thanks buoo! Im trying right now! I thought the Flaked motherboard was the P8P67-M PRO too. Link to comment Share on other sites More sharing options...
buoo Posted August 5, 2011 Share Posted August 5, 2011 I have sent you a message with a note! The operationregions are very important, don't forget to check'em! Link to comment Share on other sites More sharing options...
VultUx Posted August 5, 2011 Share Posted August 5, 2011 I have sent you a message with a note!The operationregions are very important, don't forget to check'em! Thanks buoo, I changed OperationRegion (NBNV because my address is different, but Im still having KP when I try to boot with DHP, dsdt and ssdt files, I'm using Chimera 141 boot loader with Lion. I want to try Revoboot but I need this working fine before Im can try. Link to comment Share on other sites More sharing options...
buoo Posted August 5, 2011 Share Posted August 5, 2011 Did you take the dsdt at the post number 6? Try the dsdt.dsl at the end of the first post. Link to comment Share on other sites More sharing options...
VultUx Posted August 5, 2011 Share Posted August 5, 2011 Did you take the dsdt at the post number 6? Try the dsdt.dsl at the end of the first post. Thanks buoo for the tip, but give the same KP, I will reinstall and try again, maybe I changed something I should not. EDIT: humm... looks like the problem was Chimera boot loader, I tried with the last Chameleon and boot fine, even with the lite dsdt from post 6, I will do more tests because sound still don't work. EDIT2: {censored}! I think I did something wrong because the KP return, I think I forgot something, time to start reading again. Link to comment Share on other sites More sharing options...
buoo Posted August 5, 2011 Share Posted August 5, 2011 No problem for the audio! DHP used an efi injection for it. Send me your dsdt Link to comment Share on other sites More sharing options...
painguy Posted August 14, 2011 Share Posted August 14, 2011 hey guys; i know you hear questions like this alot, but I'm very eager to get a properly edited DSDT for my p8p67 deluxe. I am extremely eager to edit my DSDT(and w/e else I need) so i can get Lion working close to 100% vanilla, but I don't know where to start. I do have a bit of coding experience(I just thought i'd point that out) thx in advance Link to comment Share on other sites More sharing options...
buoo Posted August 14, 2011 Share Posted August 14, 2011 hey guys; i know you hear questions like this alot, but I'm very eager to get a properly edited DSDT for my p8p67 deluxe. I am extremely eager to edit my DSDT(and w/e else I need) so i can get Lion working close to 100% vanilla, but I don't know where to start. I do have a bit of coding experience(I just thought i'd point that out) thx in advance Hi Use the Auto-patcher http://www.insanelymac.com/forum/index.php?showtopic=235523 Link to comment Share on other sites More sharing options...
OF99AV Posted September 19, 2011 Share Posted September 19, 2011 Hi, for the Native Speedstep with core i3 2120 . Works all, except speedstep. King Regards, sorry for my bad english. airportmac Link to comment Share on other sites More sharing options...
foxbuddy Posted October 14, 2011 Share Posted October 14, 2011 it's good enough for normal p8p67 m not pro? Link to comment Share on other sites More sharing options...
buoo Posted December 12, 2011 Share Posted December 12, 2011 it's good enough for normal p8p67 m not pro? No, there are differences. Link to comment Share on other sites More sharing options...
XenoRoot Posted May 26, 2012 Share Posted May 26, 2012 Now there is new BIOS version 3207 and prepatched DSDT for 2xxx version doesn't work anymore in 3207. FYI. no safe way to downgrade from 3207 to 2xxx. Link to comment Share on other sites More sharing options...
fbifido Posted June 16, 2012 Share Posted June 16, 2012 Hi, http://revogirl.word...-did-you-do-it/ Jeroen asked me how I installed OS X Lion. Well. I did it the easy way. Really easy. Here is my over simplistic HOWTO: Have a bootable USB thumb drive, with GUID partition table, handy and copy the following files onto it: /boot /Extra/ACPI/ssdt.aml /InstallESD.dmg /Library/Preferences/SystemConfiguration/com.apple.Boot.plist /mach_kernel /System/Library/Extensions/.. Now enter: nano com.apple.Boot.plist in a terminal window and change Kernel Flags to: -v rd=uuid boot-uuid=USB_GUID_HERE container-dmg=file:///InstallESD.dmg root-dmg=file:///BaseSystem.dmg And finally… boot from the USB thumb drive and install OS X Lion. I am a little confuse about the how above: 1) Did you use Chameleon/Wizard to make the use bootable ? 2) We need to make the directory on the usb the same as listed above? or 3) Do i copy all these files (shown above the location of the files) to root of usb? /System/Library/Extensions/.. 4) Do i copy all the extentions from BaseSystem.dmg to /System/Library/Extensions/ on the usb ? 5) How can i make a tiny SSDT from my Bios(es)? send_me.zip Link to comment Share on other sites More sharing options...
Recommended Posts