Jump to content
desperado

Asus P5E3 Deluxe

Recommended Posts

Hi ìI really need your help just to prevent to go cracy….

In installed Lion on my hackintosh (p5e3 deluxe (no wifi), q6600, nvidia gt8800 512). Everything work perfect exept shutdown and sleep.

I tried every fix ( add c-states –states, remove nullcpu , sleepenabler pleasespleep, evoreboot, openhaltrestart, applertc patched)

Shutdown now works thanks to evoreboot or openhaltrestar, but sleep only half mode(monitor off, pc on)

Maybe I need a dsdt.aml file, but I trien with dsdt autopatcher, but is out, and I tried to compile but e get always errors.)

Please could you send me the right dsdt.aml to put in E/E?

I know you are full, but please help me.

Best reguards.

p.s.: Grazie a tutto il forum

Lion 10.8.4, q6600 - p5e3 deluxe GTX 550 ti 1 gb - 8 gb ddr3 corsair 1600

Link to comment
Share on other sites

Many many thanks!!!!!! I used the p5e3 dsdt you sent me and

Now the situation is changed. I can shutdown whitout evoreboot or openhaltrestart,

And my System go to sleep. Now the problem is the wake... If i push power botton my pc goes on but With BLACK screen!!! May be' is becouse now, when i put in sleep my bios cmos resets!!!! Than i believe that if i solve cmos issue my System should be' ok!!!

What di you suggest???? To' use applertc 10.7 patche????? Thanks

Lion 10.8.4, q6600 - p5e3 deluxe GTX 550 ti 1 gb - 8 gb ddr3 corsair 1600

Link to comment
Share on other sites

I tried.... everything works perfectly (sleep, shutdown, restart) and audio too(voodoohda 2.7.2)

The only bored thing is than if i move my mouse, my pc wakes from sleep!! is there a workaround???? thank you

Lion 10.8.4, q6600 - p5e3 deluxe GTX 550 ti 1 gb - 8 gb ddr3 corsair 1600

Link to comment
Share on other sites

You can remove _PRW from device USB which has the mouse connected to it, or edit _PSW and make it always "Store (Zero, U1EN)"


http://Olarila.com/forum/viewtopic.php?f=19&t=301#p2860


But this will disable wake by mouse at all (even mouse click), you'll have to use the power button to wake.

in my dsdt.aml there is no method_prw or usb ( the problem is my usb2)

dsdt.aml for p5e3

Lion 10.8.4, q6600 - p5e3 deluxe GTX 550 ti 1 gb - 8 gb ddr3 corsair 1600

Link to comment
Share on other sites

There are both _PSW and _PRW

Device (USB2)
{
   Name (_ADR, 0x001D0002)
   OperationRegion (BAR0, PCI_Config, 0xC4, One)
   Field (BAR0, ByteAcc, NoLock, Preserve)
   {
       USBW,   2, 
               Offset (0x01)
   }
   Method (_S3D, 0, NotSerialized)
   {
       If (LOr (LEqual (OSFL (), One), LEqual (OSFL (), 0x02)))
       {
           Return (0x02)
       }
       Else
       {
           Return (0x03)
       }
   }
[color=#FF0000]    Method (_PSW, 1, NotSerialized)
   {
       If (Arg0)
       {
           Store (0x03, USBW)
       }
       Else
       {
           Store (Zero, USBW)
       }
   }
[/color][color=#0000FF]    Method (_PRW, 0, NotSerialized)
   {
       Return (GPRW (0x0C, 0x04))
   }[/color]
   Method (_DSM, 4, NotSerialized)
   {
       Store (Package (0x02)
           {
               "device-id", 
               Buffer (0x04)
               {
                   0x36, 0x3A, 0x00, 0x00
               }
           }, Local0)
       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
       Return (Local0)
   }
}

Link to comment
Share on other sites

No, like I said before

You can remove _PRW from device USB which has the mouse connected to it, or edit _PSW and make it always "Store (Zero, U1EN)"

 

You have 2 options:

1) Delete _PRW (lines in blue)

2) Edit _PSW (lines in red) making it store zero in U1EN independently of Arg0

Link to comment
Share on other sites

No, like I said before



You have 2 options:

1) Delete _PRW (lines in blue)

2) Edit _PSW (lines in red) making it store zero in U1EN independently of Arg0

 

Thank you i solved with option 1 (option one didn't work for me)

before i didn't find USB2 because in dsdt editor search i didn't check "case sensitive" and i written "usb2".

Anyway thanks for your kindly support!!! :D

Lion 10.8.4, q6600 - p5e3 deluxe GTX 550 ti 1 gb - 8 gb ddr3 corsair 1600

Link to comment
Share on other sites

Hi oldnapalm, now my pc, thanks to you, works perfectly (dsdt, shutdown, restart, ide drive with jmicron kext and audio with voodoohda2.7.2).

Only last question.... i'm using for my audio voodoohda2.7.2. it works perfectly, but i'd like to patch my dsdt in order to use applehda patched for ab1988 audio chipset. i tried it but itb doesen't work.

Do i've to patch my dsdt whit hdef patch before???? thanks

Lion 10.8.4, q6600 - p5e3 deluxe GTX 550 ti 1 gb - 8 gb ddr3 corsair 1600

Link to comment
Share on other sites

Hi oldnapalm, now my pc, thanks to you, works perfectly (dsdt, shutdown, restart, ide drive with jmicron kext and audio with voodoohda2.7.2).

Only last question.... i'm using for my audio voodoohda2.7.2. it works perfectly, but i'd like to patch my dsdt in order to use applehda patched for ab1988 audio chipset. i tried it but itb doesen't work.

Do i've to patch my dsdt whit hdef patch before???? thanks

i solved, thanks

Lion 10.8.4, q6600 - p5e3 deluxe GTX 550 ti 1 gb - 8 gb ddr3 corsair 1600

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...