View Single Post
 
Old 01-10-2011, 03:41 AM
benniepooh benniepooh is offline
Cheetah
 
Join Date: Jan 2011
Posts: 4
everything works in 10.6.6

Got sleep working. I removed sleepEnabler and NullCpuPM kext and used the dsdt in the g31m kit posted elsewhere. Here is what my com.apple.Boot.plist looks like:


<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>arch=i386 pmVersion=21 PCIRootUID=1</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Timeout</key>
<string>3</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>1400x1050x16</string>
<key>Theme</key>
<string>bootcamp</string>
</dict>

I installed the RC5 version of chameleon 2 from iBoot 3.0.3, and had to check all the boxes in the Energy Saver.

With sleep working, the crappy VodooHDA had to go. Following a wake-up it would creek and distort. I ended up using a Taruga alc883 driver, found elsewhere. The alc883_add0_AppleHDA is the version that worked for me. I had to get rid of alcinjector and all other alc88x kexts, like the legacy one in /E/E/. The Turaga alc883 works great.

Also, for the network driver I'm using lnx2mac driver. Works great and it's fast.

So now the only kext in my E/E is the fakesmc. Here is the list of non apple kext on my system:

$ kextstat |grep -v apple
Index Refs Address Size Wired Name (Version) <Linked Against>
31 0 0x55375000 0x4000 0x3000 org.netkas.fakesmc (2) <13 7 4 3>
70 0 0x5b8f7000 0x21000 0x20000 com.lnx2mac.driver.RealtekRTL81xx (0.0.67) <69 14 5 4 3 1>
98 0 0x5b66c000 0x3000 0x2000 com.evosx86.driver.lspcidrv (1.0) <4 3>

Nice clean setup.
Reply With Quote