Jump to content
45 posts in this topic

Recommended Posts

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?

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.

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.

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

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.

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.

 

oxroY.jpg

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. :wacko:

  • 2 weeks later...

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

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 :D

 

Use the Auto-patcher http://www.insanelymac.com/forum/index.php?showtopic=235523

  • 1 month later...
  • 4 weeks later...
  • 1 month later...
  • 5 months later...
  • 3 weeks later...

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

×
×
  • Create New...