Jump to content
anibalin

Hi Mald0n, Asus p8p67Le question

Recommended Posts

hi mate, I made this dsdt: http://dl.dropbox.com/u/363153/dsdt.aml with your patches. The thing is that when I shutdown it does...for 4 seconds and then it restarts again (So I have to switch off the power supply).

On the other hand Im having this issue http://www.insanelymac.com/forum/index.php?showtopic=258611&view=findpost&p=1775281 but I dont believe its linked.

Thanks in advance for your time Mald0n.

Link to comment
Share on other sites

You could try this, but it's not usually needed in Asus mobos

Method (_PTS, 1, NotSerialized)
{
   If (LEqual (Arg0, 0x05))
   {
[color=#FF0000]Store (Zero, \_SB.PCI0.SBRG.PS1E)
       Sleep (0x10)[/color]
   }
   Else
   {
       Store (0x80000008, \_SB.PINX)
       \_SB.ISMI (0x90)
       Store (Arg0, DBG8)
       If (LAnd (LEqual (Arg0, 0x04), LEqual (OSFL (), 0x02)))
       {
           Sleep (0x0BB8)
       }
       PTS (Arg0)
       Store (Zero, Index (WAKP, Zero))
       Store (Zero, Index (WAKP, One))
       Store (ASSB, WSSB)
       Store (AOTB, WOTB)
       Store (AAXB, WAXB)
       Store (Arg0, ASSB)
       Store (OSFL (), AOTB)
       Store (Zero, AAXB)
       Store (One, \_SB.SLPS)
   }
}

 

http://Olarila.com/forum/viewtopic.php?f=19&t=387&start=10#p4065

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Search for PS1E, it's there, inside SBRG.


Anyway it didn't work.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Are you sure the BIOS settings are correct? It may be related to your other problem (ACPI CPUs not found).

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

Checked and all seems ok. All leads to the same. Shutdowns and then restarts.

Thanks again.

dsdt.dsl http://dl.dropbox.com/u/363153/dsdt.dsl

I added the processor scope (the lack of this prevented the auto p/c states from chameleon to load) and lpc data (auto patcher did not added lpc for this model)

Now Im am also stuggling with cst evaluation failed (even tough applelpc.kext loads correctly). msrdumper shows 2 states only :-/

Link to comment
Share on other sites

hi mate, I made this dsdt: http://dl.dropbox.com/u/363153/dsdt.aml with your patches. The thing is that when I shutdown it does...for 4 seconds and then it restarts again (So I have to switch off the power supply).

On the other hand Im having this issue http://www.insanelymac.com/forum/index.php?showtopic=258611&view=findpost&p=1775281 but I dont believe its linked.

Thanks in advance for your time Mald0n.

 

edit: solved. PXHCD.kext was the culprit.

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