![]() |
|
|
|
#1
|
|||
|
|||
|
anyone with asus p5k-e wifi-ap motherboard, tried time machine ?
with the on-board network card work with time machine ? |
|
#2
|
|||
|
|||
|
Quote:
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 |
|
#3
|
|||
|
|||
|
Quote:
|
|
#4
|
|||
|
|||
|
Quote:
Kind regards, Snoc |
|
#5
|
|||
|
|||
|
Would like to thank Lancelotu for a very nice guide!
Everything seems to run perfectly stable without kernel panics ![]() ![]() |
|
#6
|
|||
|
|||
|
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. |
|
#7
|
|||
|
|||
|
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. |
|
#8
|
|||
|
|||
|
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. |
|
#9
|
|||
|
|||
|
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? |
|
#10
|
|||
|
|||
|
Restart and shutdown delay can be fix by remove AppleHEPT.kext from S/L/E.
|