![]() |
|
#1
|
|||
|
|||
Wifi not work with snow 64 bit mode
I have a problem
Wifi not work with snow 64 bit mode I have a mobo P%K-E WiFi you have any solution thanks |
#2
|
|||
|
|||
Quote:
Drivers and Utility application are 32 bit only. |
#3
|
|||
|
|||
Don't know if this has been mentioned, but Temp Sensors now work with the release of FakeSMC from Netkas (Great work! - all credit to Netkas!) I use istat menus to put the temps in the menu bar.
BTW, P5K-E is a great board for overclocking, so this is a very useful addition. Lancelotu, maybe you can update the Kext Pack? |
#4
|
|||
|
|||
Hi!
There are a new kext "OSXRestart.kext" by Master Chief that solved my restart after wakeup issues. If you try this you have to remove OpenHaltRestart.kext and EvOreboot.kext Kind regards, Snoc |
#5
|
|||
|
|||
Quote:
Apparently you can fix this in DSDT - but I have no idea ![]() |
#6
|
|||
|
|||
Quote:
I hope this worked for you Kind regards, Snoc |
#7
|
|||
|
|||
hey guys great guide, I'm running snow leopard 10.6 right now, if I update to 10.6.2 what do I need to do exactly?
|
#8
|
|||
|
|||
Quote:
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... |
#9
|
|||
|
|||
Quote:
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) } 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) } } Code:
Device (SBRG) { Name (_ADR, 0x001F0000) Device (IELK) // rest of 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 Last edited by walterav; 02-09-2010 at 12:59 AM. |
#10
|
|||
|
|||
Snoc//OSXRestart.kext works good. I try reboot after wake up from sleep,It works good.
Thank you for your Information. |