![]() |
|
#1
|
||||
|
||||
Quote:
have you try only the dsdt usb patch ? |
#2
|
|||
|
|||
Quote:
Does restart work for you after wakeup? walterav also has the same problem, so it may relate to P5K-E mobo. |
#3
|
||||
|
||||
Quote:
But try to remove the NullCPUPowerManagement.kext to get sleep working without sleepenabler.kext , only with the dsdt patch this kext make sleep not work for me my kext in /Extra : AD1988b.Fix.kext fakesmc.kext IOAHCIBlockStorageInjector.kext OpenHaltRestart.kext Last edited by omargoa; 08-30-2009 at 04:55 PM. |
#4
|
|||
|
|||
Quote:
|
#5
|
|||
|
|||
funny that this guide works for lancelotu .
For me its not working.... |
#6
|
|||
|
|||
What exactly doesn't work ? do you still have the "still waiting for root device " problem ?
|
#7
|
|||
|
|||
no, just reinstalled it, as in your guide,
replaced the IATAFamily... then entered, after booting in Snow Leopard this commands: sudo chown -R root:wheel /Volumes/YourSnowVolume/System/Library/Extensions/* sudo chmod -R 755 /Volumes/YourSnowVolume/System/Library/Extensions/* then: kextcache -v 1 -t -l -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions All Commands works and it build the Extensions.mkext !! But no chance to boot, only with -v -f ... without any command at the beginnig - no working LED from the HDD and the Stop-Sign appears ! |
#8
|
|||
|
|||
First of all thank you all very much for all the info.
I managed to install SL on my P5K-E Wifi/AP, all devices are working as they should (including network, sound, graphics, etc). However, I have a very big problem. Maya is not working -- the flexlm system can not get the system id -- the ethernet (MAC) address of the network card. I tried everything but I just could not solve the problem. It seems that the ethernet card is not considered as Built-in and so the flexlm doesn't take into consideration. I tried installing Chameleon 2.0RC2 and specifying the EthernetBuiltIn flag to yes, I forced the kernel to both 32bit and 64bit, I tried to put other IONetworkFamility kexts but I had no luck whatsoever. Please help me to solve this problem as I really really to be able to use Maya. Thanks P.S. if I do a sudo -s in the Terminal the system complains about the UUID missing (installing PlatformUUID.kext fixes this, but the Maya problem remains) |
#9
|
|||
|
|||
Quote:
You can try PlatformUUID.kext for that error and maybe it will solve your maya problem too since your UUID is used in the preferences files. In Disk Utility click on the your boot volume and then press info and copy the number in Universal Unique Identifier in to /PlatformUUID.kext/Contents/Info.plist |
#10
|
|||
|
|||
Did you solved your Ethernet problem ?
Quote:
I am wondering if you solved your Maya problem yet, if not, maybe you want to try this DSDT Patch : Since we have exactly the same mobo I think it's safe to replace this part of your DSDT (highlighted in green ) : Code:
[............] } } } } Device (P0P9) { Name (_ADR, 0x001C0005) Method (_PRW, 0, NotSerialized) { Return (GPRW (0x09, 0x04)) } Method (_PRT, 0, NotSerialized) { If (PICM) { Return (AR09) } Return (PR09) } } Device (GBEC) { Name (_ADR, 0x00190000) Method (_PRW, 0, NotSerialized) { Return (GPRW (0x [.............] Code:
} } } } Device (P0P9) { Name (_ADR, 0x001C0005) Method (_PRW, 0, NotSerialized) { Return (GPRW (0x09, 0x04)) } Method (_PRT, 0, NotSerialized) { If (PICM) { Return (AR09) } Return (PR09) } 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) } } } } Device (GBEC) { Name (_ADR, 0x00190000) Method (_PRW, 0, NotSerialized) this is not mine so all credits goes to Krazubu I tried more DSDT fixes for this Ethernet but this one was the only one that compiled without errors so thanks also to Gringo Vermelho for the final version You can find the post here Also what version of Maya are you using ? |