InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 09-16-2009, 11:47 PM
adrianmak adrianmak is offline
Puma
 
Join Date: Aug 2009
Posts: 18
anyone with asus p5k-e wifi-ap motherboard, tried time machine ?
with the on-board network card work with time machine ?
Reply With Quote
  #2  
Old 09-17-2009, 12:10 AM
Snoc Snoc is offline
Cheetah
 
Join Date: Aug 2009
Posts: 14
Quote:
Originally Posted by adrianmak View Post
anyone with asus p5k-e wifi-ap motherboard, tried time machine ?
with the on-board network card work with time machine ?
Hi!

DSDT Time machine fix:

Insert this:
Code:
                Device (GIGE)
                {
                    Name (_ADR, Zero)
                    OperationRegion (GPIO, SystemIO, 0x0800, 0x06)
                    Field (GPIO, ByteAcc, NoLock, Preserve)
                    {
                        GO01,   8, 
                        GO02,   8, 
                        GO03,   8, 
                        GO04,   8, 
                        GO05,   8, 
                        GP9,    1
                    }

                    Name (_PRW, Package (0x02)
                    {
                        0x09, 
                        0x03
                    })
                    Method (EWOL, 1, NotSerialized)
                    {
                        If (LEqual (Arg0, One))
                        {
                            Or (GP9, One, GP9)
                        }
                        Else
                        {
                            And (GP9, Zero, GP9)
                        }

                        If (LEqual (Arg0, GP9))
                        {
                            Return (Zero)
                        }
                        Else
                        {
                            Return (One)
                        }
                    }
                }

In the next section of Device (P0P9):

Code:
           Device (P0P9)
            {
                Name (_ADR, 0x001C0005)
                Method (_PRW, 0, NotSerialized)
                {
                    Return (GPRW (0x09, 0x04))
                }

                Method (_PRT, 0, NotSerialized)
                {
                    If (PICM)
                    {
                        Return (AR09)
                    }

                    Return (PR09)
                }

                ******INSERT HERE*****

            }

Thanks to Gringo Vermelho
Reply With Quote
  #3  
Old 09-17-2009, 04:49 AM
adrianmak adrianmak is offline
Puma
 
Join Date: Aug 2009
Posts: 18
Quote:
Originally Posted by Snoc View Post
Hi!

DSDT Time machine fix:

Insert this:
Code:
                Device (GIGE)
                {
                    Name (_ADR, Zero)
                    OperationRegion (GPIO, SystemIO, 0x0800, 0x06)
                    Field (GPIO, ByteAcc, NoLock, Preserve)
                    {
                        GO01,   8, 
                        GO02,   8, 
                        GO03,   8, 
                        GO04,   8, 
                        GO05,   8, 
                        GP9,    1
                    }

                    Name (_PRW, Package (0x02)
                    {
                        0x09, 
                        0x03
                    })
                    Method (EWOL, 1, NotSerialized)
                    {
                        If (LEqual (Arg0, One))
                        {
                            Or (GP9, One, GP9)
                        }
                        Else
                        {
                            And (GP9, Zero, GP9)
                        }

                        If (LEqual (Arg0, GP9))
                        {
                            Return (Zero)
                        }
                        Else
                        {
                            Return (One)
                        }
                    }
                }
Are those inserted code for timemachine fix is apply for all network card ?
Reply With Quote
  #4  
Old 09-17-2009, 12:24 PM
Snoc Snoc is offline
Cheetah
 
Join Date: Aug 2009
Posts: 14
Quote:
Originally Posted by adrianmak View Post
Are those inserted code for timemachine fix is apply for all network card ?
It is for the built-in only

Kind regards,
Snoc
Reply With Quote
  #5  
Old 09-17-2009, 09:35 PM
joeytribbiani joeytribbiani is offline
Cheetah
 
Join Date: Sep 2009
Posts: 2
Would like to thank Lancelotu for a very nice guide! Everything seems to run perfectly stable without kernel panics
Reply With Quote
  #6  
Old 09-21-2009, 08:03 AM
adrianmak adrianmak is offline
Puma
 
Join Date: Aug 2009
Posts: 18
I just tried updating bios to the latest version 1305. SL booting still slow while eSATA hdd enclosure is online and no eSATA hdd drive show up, of course. No help with updating bios version

Last edited by adrianmak; 09-21-2009 at 08:34 AM.
Reply With Quote
  #7  
Old 09-26-2009, 08:44 PM
walterav walterav is offline
Jaguar
 
Join Date: Aug 2009
Posts: 45
About the dsdt sata/usb "builtin/sleep" fix...

Is the restart and shutdown time good with this new fix by SNOC, the old dsdt usb fix, had a really long delay? Do all six internal sata ports work, and does e-sata works and still show as external? Than this would be the final patch...

Last edited by walterav; 09-26-2009 at 08:46 PM.
Reply With Quote
  #8  
Old 09-27-2009, 08:26 PM
walterav walterav is offline
Jaguar
 
Join Date: Aug 2009
Posts: 45
dsdt sata and usb fix: update

Restart and shutdown times seems to be normal...
I noticed that wake from usb "keyboard/mouse" also works at the moment "10.5.8", no more wrong usb volume eject/unmount when waking from sleep. I also noticed that usb3 in dsdt is not patched at all is this correct? BTW usb3 also doesn't show up in Systemprofiler...

Last edited by walterav; 09-28-2009 at 03:45 PM.
Reply With Quote
  #9  
Old 09-30-2009, 04:58 AM
spitz spitz is offline
Cheetah
 
Join Date: Sep 2009
Posts: 2
I'm using patched DSDT + AD1988.fix.kext to get the audio on my P5K-E working. So far I have audio, but sometimes its skipping, which is really strange to me. This causes some
"IOHIDSystem::relativePointerEventGated: VBL too high (24135221), capping to 20000000" messages to appear in the kernel log. In the DSDT I have the USB, RTC/HPET fixes too.

Has anyone experienced such problems or is there a know fix?
Reply With Quote
  #10  
Old 09-30-2009, 06:33 AM
kjun5huo kjun5huo is offline
Puma
 
Join Date: Jul 2009
Posts: 16
Restart and shutdown delay can be fix by remove AppleHEPT.kext from S/L/E.
Reply With Quote
Reply