Hey Guys,
New here but not new to Hackintoshing. (have been using various hacks since the 10.4 days)
I need to run a few OSX apps on my work e6320 and have a working install up and running thanks to this thread.
Sound works (headphones and internal speakers)
Full QE/CL working
WiFi working with a MBP Airport card
Battery working and showing properly
Sleep working
etc etc
The only issues I'm having at current is SD Card reader (no driver, and reading it seems that the Voodoo driver will break sleep, and like other posters i prefer sleep to SD Card), and Video output to DVI/DisplayPort/VGA.
The video out is the big one for me as i work off a 27" monitor at work. I had DisplayPort via the dock working at somepoint during my install and now i cant seem to get it back. I would be fine with DVI-D or DisplayPort. I would be eternally grateful to anyone who can help.
My details below. All Kexts in EE and no mods to SLE.
MacBookProDF:Extensions dfiore$ ls -l
total 0
drwxr-xr-x@ 3 root wheel 102 Feb 11 00:04 AppleACPIPlatform.kext
drwxr-xr-x@ 3 root wheel 102 Jun 25 2012 AppleHDA.kext
drwxr-xr-x@ 3 root wheel 102 Feb 11 00:04 AppleIntelE1000e.kext
drwxr-xr-x@ 3 root wheel 102 Feb 11 00:04 AppleSmartBatteryManager.kext
drwxr-xr-x@ 3 root wheel 102 Feb 11 00:04 FakeSMC.kext
drwxr-xr-x@ 3 root wheel 102 Feb 11 00:04 NullCPUPowerManagement.kext
drwxr-xr-x@ 3 root wheel 102 Feb 11 00:04 Patched_10.7_AppleRTC.kext
drwxr-xr-x@ 3 root wheel 102 Feb 11 00:04 VoodooPS2Controller.kext
drwxr-xr-x@ 3 root wheel 102 Feb 11 00:04 lspcidrv.kext
MacBookProDF:Extensions dfiore$ cd ..
MacBookProDF:Extra dfiore$ ls -l
total 80
drwxrwxrwx@ 12 root wheel 408 Feb 11 01:14 Extensions
drwxrwxrwx@ 4 root wheel 136 Feb 11 00:04 Themes
-rwxrwxrwx@ 1 root wheel 32096 Feb 11 01:40 dsdt.aml
-rwxrwxrwx@ 1 root wheel 645 Feb 11 00:42 org.chameleon.Boot.plist
-rwxrwxrwx@ 1 root wheel 591 Feb 11 00:04 smbios.plist
MacBookProDF:Extra dfiore$ cat org.chameleon.Boot.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>SystemType</key>
<string>10</string>
<key>Theme</key>
<string>Default</string>
<key>Timeout</key>
<string>3</string>
<key>USBBusFix</key>
<string>Yes</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>arch</key>
<string>x86_x64</string>
</dict>
</plist>
MacBookProDF:Extra dfiore$ cat smbios.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SMbiosdate</key>
<string>02/07/11</string>
<key>SMbiosversion</key>
<string>MBP81.88Z.0047.B04.1102071707</string>
<key>SMboardproduct</key>
<string>Mac-942459F5819B171B</string>
<key>SMfamily</key>
<string>MacBookPro</string>
<key>SMmanufacter</key>
<string>Apple Inc.</string>
<key>SMproductname</key>
<string>MacBookPro8,2</string>
<key>SMserial</key>
<string>G88451235J4</string>
</dict>
</plist>