InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Snow Leopard 10.6 (http://infinitemac.com/forumdisplay.php?f=87)
-   -   [How-To] Snow Leopard Retail (10A432) on P5K-E Wifi A/P -64 bit mode (http://infinitemac.com/showthread.php?t=3380)

rokmc820 12-16-2009 04:52 PM

can't use speedstep to P5K-E board? impossible?
 
1 Attachment(s)
can't use speedstep to P5K-E board?
I used P5K-E wifi and Q9550. always fixed CPU clock(2.84GHz)
Who find a solution?

gp-se 12-19-2009 05:54 AM

anyone able to get time machine using this method? I've updated to 10.6.2, but time machine doesn't backup anything.

kcar 12-21-2009 05:15 AM

DSDTPatcherGUI ?
 
Hi
In the guide it says to run the DSDTPatcherGUI after install but I can't find that on the 2009.zip package found on the link? What did I miss?
Cheers

cyborg28 01-10-2010 08:40 PM

Quote:

Originally Posted by Snoc (Post 34233)
My dsdt file that i'm posting here have all USB, SATA and Sound Fix. I Hope this works for you as well as me. All credits goes to the people who posted here. I only can say a big thank you to all of them

Kind regards,
Snoc

Many Many Thanks.

I have spent 3 Days trying to follow this:

[GUIDE] Snow Leopard on P5KE WIFI P5K-E 64bit vanilla, 2nd UPDATE. NOW WITH RC3.

But could only get sound working via DSDT Patching. Sleep would not work no matter what I tried.

I used your DSDT.aml file straight up with no changes now sound, sleep and HDD icons are working right.

If others have a P5K-E Wifi I suggest trying this DSDT file FIRST!!!

I am not a programmer or expert by any means, but I have been Hackingshing since 10.4.8 and this Snow Leopard is the most Trouble I have had.

Thanks again!

Cyborg.

P5K-E Wifi BIOS 1202 +C2Q6600 (Sound Network HDD, IDE DVD, jmicron Sleep all working. Wifi Not Tested.) Working via Guide link + Snoc DSDT
XFX 8800GT 512MB / G92 Working Via EFI_Studio

Rave 02-03-2010 08:33 PM

what about SPDIF, I have bad sound to, I used VoodooHDA + 1988B kext
is it real to fix SPDIF?
p.s. analog line out also makes ugly noise

walterav 02-04-2010 10:09 AM

Quote:

Originally Posted by Rave (Post 44414)
what about SPDIF, I have bad sound to, I used VoodooHDA + 1988B kext
is it real to fix SPDIF?
p.s. analog line out also makes ugly noise

Why use voodooHDA and 1988b kext? Thats asking for trouble.

You should patch the dsdt with HDEF/HDA support and only use the injector/legacy 1988b.kext. SPDIF is working without a problem!

walterav 02-04-2010 10:40 AM

Quote:

Originally Posted by fishcow (Post 40440)
OSXRestart does solve the restart after sleep issue, however I can't get Shutdown to work if I remove Ev0reboot.
Apparently you can fix this in DSDT - but I have no idea :)

OSXRestart.kext indeed only fixes restart and performing a restart after successful waking.

I found the person/location of the DSDT shutdown fix for ASUS P5K-pro boards its been done by "Master Chief" on "Insanelymac". This is the location of the thread the fix is partly described on the 8thpage "Lo-Fi version of website" search for "_PTS".

http://www.insanelymac.com/forum/lof...88920-350.html

I think it will also work on our Motherboards. The only problem is that the the DSDT patch is not fully described, there are more parts of the DSDT that needs to be patched before the shutdown patch works.

I asked for some extra input. Keep ya updated...

walterav 02-08-2010 12:13 AM

Quote:

Originally Posted by fishcow (Post 40440)
OSXRestart does solve the restart after sleep issue, however I can't get Shutdown to work if I remove Ev0reboot.
Apparently you can fix this in DSDT - but I have no idea :)

Quote:

Originally Posted by walterav (Post 44437)
I asked for some extra input. Keep ya updated...

Shutdown fix DSDT solution by MasterChief please test!
http://www.insanelymac.com/forum/ind...opid=1405756&#

Change the following two segments of your DSDT, "Device (SBRG)" and "_PTS" .
original _PTS
Code:

Method (_PTS, 1, NotSerialized)
    {
        Store (Arg0, DBG8)
        PTS (Arg0)
        Store (Zero, Index (WAKP, Zero))
        Store (Zero, Index (WAKP, One))
        If (LAnd (LEqual (Arg0, 0x04), LEqual (OSFL (), 0x02)))
        {
            Sleep (0x0BB8)
        }

        Store (ASSB, WSSB)
        Store (AOTB, WOTB)
        Store (AAXB, WAXB)
        Store (Arg0, ASSB)
        Store (OSFL (), AOTB)
        Store (Zero, AAXB)
    }

patched _PTS #added part to begin and a } at end
Code:

Method (_PTS, 1, NotSerialized)
    {
        If (LEqual (Arg0, 0x05))                              // S5 (shutdown).
        {
            Store (One, \_SB.PCI0.SBRG.AG3E)                  // Return to S5 after a power failure.
        }
        Else
        {
        Store (Arg0, DBG8)
        PTS (Arg0)
        Store (Zero, Index (WAKP, Zero))
        Store (Zero, Index (WAKP, One))
        If (LAnd (LEqual (Arg0, 0x04), LEqual (OSFL (), 0x02)))
        {
            Sleep (0x0BB8)
        }

        Store (ASSB, WSSB)
        Store (AOTB, WOTB)
        Store (AAXB, WAXB)
        Store (Arg0, ASSB)
        Store (OSFL (), AOTB)
        Store (Zero, AAXB)
        }
    }

original Device (SBRG)
Code:

Device (SBRG)
            {
                Name (_ADR, 0x001F0000)
                Device (IELK)
// rest of device IELK

patched Device (SBRG) #added a part between Name (_ADR,xxx and Device (IELK)
Code:

            Device (SBRG)
            {
                Name (_ADR, 0x001F0000)
                // Newly added for EC support.
                OperationRegion (LPC0, PCI_Config, 0xA0, 0x54)    // General PM Configuration 3 Register (ICH9R-316972.pdf / 13.8.1.3 / page 492).
                Field (LPC0, AnyAcc, NoLock, Preserve)
                {
                        ,  10,
                    XPME,  1,                    // Bit 10 - BIOS_PCI_EXP_EN.
                            Offset (0x04),            // General PM Configuration 3 Register (ICH9R-316972.pdf / 13.8.1.3 - / page 492).
                    AG3E,  1,                    // Bit 0 Ð AFTERG3_EN.
                            Offset (0x50),            // Root Complex Base Address Register (ICH9R-316972.pdf / 13.1.35 / page 451).
                    RCBA,  32                    // Root Complex Base Address.
                }
                Device (IELK)
// rest of device IELK

So far 10 and more successful shutdowns in a row, and sleep and wake and restart after sleep all working... this is on 10.5.8

kjun5huo 02-08-2010 08:30 AM

walterav // Good job. It works good. I tested on my P5K-E wifi on snowlopard 10.6.2. I removed EvOreboot.kext from E/E, but still I have to use OsXRestart.kext.
Did you hear about AsereBLN's bootloader ? I found Booter_AsereBLN_v1.1.8.zip from Insanelymac.(http://www.insanelymac.com/forum/ind...owtopic=210093)
It's really nice. It shows cpu information and memory information exactly. But it cause KP sometimes randomly.

walterav 02-09-2010 12:13 AM

Quote:

Originally Posted by kjun5huo (Post 44638)
walterav // Good job. It works good. I tested on my P5K-E wifi on snowlopard 10.6.2. I removed EvOreboot.kext from E/E, but still I have to use OsXRestart.kext.
Did you hear about AsereBLN's bootloader ? I found Booter_AsereBLN_v1.1.8.zip from Insanelymac.(http://www.insanelymac.com/forum/ind...owtopic=210093)
It's really nice. It shows cpu information and memory information exactly. But it cause KP sometimes randomly.

I am using the 1.1.7 version with the reboot fix "FADT/OsxRestart.kext" built in. I'm using 10.5.8 btw because of snow leopard incompatible ATI hd2600xt.

No kernel panics here, thats around 2 years ago, when using IDE controller Jmicron.

\UPDATE
use Asere/BLN 1.1.8
Hibernation working LOL, even with picture

So Restart after sleep/wake, sleep and wake and shutdown and hibernate all work!