Screen Shot 2012-06-16 at 6.03.44 PM.png 2.27MB
57 downloads
332 replies to this topic
#41
Posted 16 June 2012 - 04:25 PM
Ok folks! I've installed 10.8 DP4 on T510 and it works fine except audio (need to fix HDA to new format)
Screen Shot 2012-06-16 at 6.03.44 PM.png 2.27MB
57 downloads
Screen Shot 2012-06-16 at 6.03.44 PM.png 2.27MB
57 downloads
#42
Posted 18 June 2012 - 06:58 PM
joshhh, on 23 May 2012 - 04:54 PM, said:
Shalom folks!
I'v got completely working solution for sound at T510/T410 + T520/W520(with different bin patch)
What we got
-sound autodetection speakers-headphones
-internal mic
-external mic with combo port as line in
to use headphones+external mic you need to use headset like iPhone use or any other phone with 4 pin TRRS mini-jack connector
also to get it working you should use some patch for HDEF dsdt section
Then install next with updated dsdt and reboot
I'v got completely working solution for sound at T510/T410 + T520/W520(with different bin patch)
What we got
-sound autodetection speakers-headphones
-internal mic
-external mic with combo port as line in
to use headphones+external mic you need to use headset like iPhone use or any other phone with 4 pin TRRS mini-jack connector
also to get it working you should use some patch for HDEF dsdt section
Then install next with updated dsdt and reboot
It worked!!! Thank you!
Also I have another problem: i cannot wake from hibernation (hibernatemode 1), it just booting as usual OS booting and sometimes KP happens, but cannot force it wake from sleepimage. I tried forcewake and pinted to sleepimage in Boot.plist. It doesn't help. Sleep worked fine (except BT and USB forced disconnecting and connecting again after sleep)
Lenovo T510
Bootloader Chimera 1.7.0
Thank you!
#43
Posted 20 June 2012 - 06:10 AM
I need to use just external display and turn off internal. Can I do this? maybe edit the DSDT?
#44
Posted 20 June 2012 - 06:34 AM
#45
Posted 20 June 2012 - 09:41 AM
joshhh, on 16 June 2012 - 04:25 PM, said:
Ok folks! I've installed 10.8 DP4 on T510 and it works fine except audio (need to fix HDA to new format)
Screen Shot 2012-06-16 at 6.03.44 PM.png
Awesome! I hope there will be a easy-install solution (with bootloader, kexts, dsdt and more) at the 10.8 release.
It would be great if the dinternal display is non woking while the thinkpad is in the dock and closed.
#46
Posted 21 June 2012 - 05:34 AM
As addition to this AppleHDA
http://www.insanelym...dpost&p=1822424
here is updated DSDT with correct sound layout
dsdt.aml-latest.zip 27.26K
39 downloads
http://www.insanelym...dpost&p=1822424
here is updated DSDT with correct sound layout
dsdt.aml-latest.zip 27.26K
39 downloads
#47
Posted 21 June 2012 - 05:35 AM
joshhh, on 21 June 2012 - 05:34 AM, said:
As addition to this AppleHDA
http://www.insanelym...dpost&p=1822424
here is updated DSDT with correct sound layout
dsdt.aml-latest.zip
http://www.insanelym...dpost&p=1822424
here is updated DSDT with correct sound layout
#48
Posted 21 June 2012 - 04:26 PM
#49
Posted 04 July 2012 - 12:54 PM
#50
Posted 06 July 2012 - 08:00 PM
I possible find a way to fix native sound on Mountain Lion not just only for DP2. Try to check it this weekend
#51
Posted 08 July 2012 - 12:43 PM
AppleHDA from DP4 is fully working!
Install guide for Mountain Lion will be updated soon!
Install guide for Mountain Lion will be updated soon!
#52
Posted 10 July 2012 - 04:31 AM
10.8 Golden master seeded yesterday =)
Will you check it? =)
Will you check it? =)
#53
Posted 11 July 2012 - 08:59 PM
So, Mountain Lion GM is out and basic guide to get it working on T510/510i (and some T410/410i with little modifications)
Basically most is same
We have basic part of kexts that doesn't change
-System monitoring
ACPISensors.kext
FakeSMC.kext
IntelCPUMonitor.kext
NVClockX.kext
-Laptop devices
AppleACPIPS2Nub.kext
VoodooPS2Controller.kext
AppleIntelE1000e.kext
ThinkpadUltraNav.kext
VoodooBattery.kext
And part that may change from update to update
AppleACPIPlatform.kext
AppleGraphicsPowerManagement.kext
AppleIntelCPUPowerManagement.kext
AppleLPC.kext
AppleRTC.kext
So part that changes
AppleLPC
Add string
<string>pci8086,3b07</string>
to Info.plist in section IOKitPersonalities - AppleLPC - IONameMatch
AppleRTC
Make binary patch to get rid of CMOS reset after every sleep
In Terminal run
sudo perl -pi -e 's|\x75\x30\x89\xd8|\xeb\x30\x89\xd8|' /System/Library/Extensions/AppleRTC.kext/Contents/MacOS/AppleRTC
AppleintelCPUPowermanagement
Make binary patch to get speedster and turbo boost working well
perl AICPMPatch.pl /System/Library/Extensions/AppleIntelCPUPowerManagement.kext/Contents/MacOS/AppleIntelCPUPowerManagement --patch
AppleHDA
Make patch for Conexant Cx20585 codec
sudo perl -pi -e 's|\x84\x19\xd4\x11|\x69\x50\xf1\x14|g' AppleHDA
and then replace layout12.xml.zlib and Platforms.xml.zlib in Resources
also we need to replace Info.plist in AppleHDAHardwareConfigDriver.kext in /Plugins folder
AppleGraphicsPowerManagement
In section MacBookPro6,2 duplicate one of following sections with 10de vendor and rename it to Vendor10deDevice0a6с
AppleACPIPlatform
Needs to be replaced with version 1.3.5 from Snow Leopard to get sleep and USB after sleep working correct
ALSO
Whitelisted BIOS v1.51
Also I've patched latest BIOS to remove whitelist for WLAN/WWAN cards
And new updated DSDT extracted from 1.51 bios to come
Kext pack, whitelisted BIOS and DSDT will be little later
See ya!
#54
Posted 12 July 2012 - 05:01 PM
So folks I need to get answer - Do you need a single patch file that could be run and perform all fixes on each system updates?
Now it takes about 10-15 minutes to patch and fix all files on each system update, with patch file it will be only few seconds
Now it takes about 10-15 minutes to patch and fix all files on each system update, with patch file it will be only few seconds
#55
Posted 12 July 2012 - 06:30 PM
joshhh, on 12 July 2012 - 05:01 PM, said:
So folks I need to get answer - Do you need a single patch file that could be run and perform all fixes on each system updates?
Now it takes about 10-15 minutes to patch and fix all files on each system update, with patch file it will be only few seconds
Now it takes about 10-15 minutes to patch and fix all files on each system update, with patch file it will be only few seconds
#56
Posted 12 July 2012 - 08:52 PM
OK, I'm working on patch
Some screenshots from GM




Some screenshots from GM




#57
Posted 13 July 2012 - 05:59 AM
A patcher in form of a installer who installs the bootloader, the nessesary kexts and the dsdt would be the perfect solution. If this takes more time, it never mind.
Everybody do the same and nobody forget something to patch or modify, so its easier to fix problems.
I thinks thats a advantage of a installer
So we have to install and boot the ML with a future release of ###### and apply your installer to have a fully working OSX86 ThinkBook.
Everybody do the same and nobody forget something to patch or modify, so its easier to fix problems.
I thinks thats a advantage of a installer
So we have to install and boot the ML with a future release of ###### and apply your installer to have a fully working OSX86 ThinkBook.
#58
Posted 13 July 2012 - 06:14 AM
so i think installer must check already patched files or problems or incompatibilities =)
I think it will take a lot of time to make this kind of installer =)
I think it will take a lot of time to make this kind of installer =)
#59
Posted 13 July 2012 - 06:38 AM
Thats true, but the installer can also be a shell script, that shouldn't be as complex as a installer app.
#60
Posted 13 July 2012 - 06:44 AM
Also tagged with one or more of these keywords: lenovo, lion, t510, osx, mountain lion
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account










