Mavericks 10.9 on a T61(p)

OK, here is a place to discuss OSX on thinkpads.
Post Reply
Message
Author
jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#121 Post by jzhang18 » Sat Feb 08, 2014 11:25 am

bwaldow wrote: Can you point to what you consider to be the 'best' resources to explain DSDT patching, and other aspects of what we do to get our hackintoshes working?
I would like to come up to speed on doing these tasks, and then also I might help.

Regards,
Bret
This is a good start point to understand DSDT
http://wiki.osx86project.org/wiki/index.php/DSDT
This is a easy-to-follow practice
http://tonymacx86.blogspot.com/2009/11/ ... dtaml.html
This is the 2nd easy-to-follow practice, after you do it by yourself successfully, you get more confidence
http://tonymacx86.blogspot.com/2010/01/ ... phics.html

Most people will not reinvent the wheel, like you and me, getting a working DSDT from other DSDT master such as Madara-san in this forum, makes life easier.
Editing DSDT is a kind of dealing with makeup language, such as HTML language, remember all tags and structures is like to remember French words and grammar. - difficult, restrictive but elegant. :wink:
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

manu89ft
Posts: 20
Joined: Sun Aug 28, 2011 3:09 pm
Location: Verona, Italy

Re: Mavericks 10.9 on a T61(p)

#122 Post by manu89ft » Sun Feb 09, 2014 5:22 am

with a thinkpad with nvidia nvs140m recommended the dsdt of mandara san or protocolx?

jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#123 Post by jzhang18 » Sun Feb 09, 2014 12:31 pm

manu89ft wrote:with a thinkpad with nvidia nvs140m recommended the dsdt of mandara san or protocolx?
I used mandara san DSDT on my T61 with nvidia nvs140m, no problem at all. you can update the Graphics Card showing string as "Nvidia NVS140M" easily.
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#124 Post by jzhang18 » Sun Feb 09, 2014 5:30 pm

Code: Select all

Chameleon 2.2svn (svn-r2362) [2014-01-30 20:18:31]
msr(486): ia32_perf_stat 0x06000c2d
IDA is detected as enabled in BIOS
We disable IDA during Chameleon booting...
Correct wrong FSB frequency due to IDA
max: 11 current: 11
CPU: Brand String:             Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz
CPU: Vendor/Family/ExtFamily:  0x756e6547/0x6/0x0
CPU: Model/ExtModel/Stepping:  0xf/0x0/0xb
CPU: MaxCoef/CurrCoef:         0xb/0xb
CPU: MaxDiv/CurrDiv:           0x0/0x0
CPU: TSCFreq:                  2194MHz
CPU: FSBFreq:                  199MHz
CPU: CPUFreq:                  2194MHz
CPU: NoCores/NoThreads:        2/2
CPU: Features:                 0x0000034f
Solve sound issue after disable IDA.

http://yaodi.zzl.org/boot

download it to your desktop. open terminal window from Application ->Utilities->Terminal
type command:

Code: Select all

sudo -s
input your password. hit enter button.
type command: (xxxx is the user name as you login)

Code: Select all

cp /Users/xxxx/Desktop/boot /boot
hide boot file:

Code: Select all

chflags hidden /boot
Tested on Lion, Mountain Lion, Mavericks with X61, T61, T61P, CPU T8100@2.1GHz, T7500@2.2Ghz, T7700@2.4Ghz
All works well with correct FSB values. No glitch with sound.

Geekbench 64-bit benchmark: T61p, T7500@2.2Ghz 10.9.1
with unmodified Chameleon boot loader: 3529 (low FSB, low CPU frequency)
with updated Chameleon boot loader: 3645 (correct FSB, correct CPU frequency, IDA disabled, download from above link)
with IDA-enabled Chameleon boot loader: 3739 (correct FSB, correct CPU frequency, IDA enabled)

3739 matches benchmark on MS Windows 7, but most T61, T61p experience distorted sound problem, basically IDA enabled with 800Mhz is called "overclock" for T7500. I find only one of 6 my laptops can be overclocked without sound problem. it has the fastest SSD installed which could be the reason.
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

manu89ft
Posts: 20
Joined: Sun Aug 28, 2011 3:09 pm
Location: Verona, Italy

Re: Mavericks 10.9 on a T61(p)

#125 Post by manu89ft » Tue Feb 11, 2014 2:16 pm

jzhang18 i've used your boot file, but what is the benefits than Mandara-san boot? Anyway it's works without problems.

another question: the animations of the operating system are often slowly, is this normal?

jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#126 Post by jzhang18 » Tue Feb 11, 2014 2:25 pm

manu89ft wrote:jzhang18 i've used your boot file, but what is the benefits than Mandara-san boot? Anyway it's works without problems.
another question: the animations of the operating system are often slowly, is this normal?
I do not think Mandara-san's package includes any boot loader. You need to install Chameleon boot loader by yourself. either from myHack or from Chameleon Wizard, or manually install it from pkg file.
My boot file is just for replacing Chameleon boot loader. no overlap part with Mandara-san's package.

My T61p is working pretty smooth, play movie, animation very well. I tested with StarCraft II for 4 hours online. very smooth @1920x1200 low settings. or low resolution with medium settings.

Hardware -- only PCMCIA slot not recognized, all others are working
Software -- only iMessage is rejected from Apple. (For sure, Apple iMessage server check my UUID, after I login for one second, I can see all my friends list there, but then the server kicks me out :lol: )
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

Madara-san
Freshman Member
Posts: 65
Joined: Sun Sep 15, 2013 1:38 pm
Location: Budapest, Hungary

Re: Mavericks 10.9 on a T61(p)

#127 Post by Madara-san » Tue Feb 18, 2014 6:19 pm

Whoa! Your bootloader is works perfectly! I do recommend using it. If you don't mind, it will included in my upcoming full package, containing updated DSDT, kexts and other useful tools. ;)

iMessage CAN BE fixed! It works for me on 2 T61p's, with separate phone numbers.
ThinkPad T61p - C2D T9300 - Quadro FX 570m - 4GB DDR2-667 - Mac OS X 10.9.1

jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#128 Post by jzhang18 » Wed Feb 19, 2014 11:49 am

Madara-san wrote:Whoa! Your bootloader is works perfectly! I do recommend using it. If you don't mind, it will included in my upcoming full package, containing updated DSDT, kexts and other useful tools. ;)

iMessage CAN BE fixed! It works for me on 2 T61p's, with separate phone numbers.
Sure, please include it into your full package, so more people can easily find it from your first post in this forum.

Also, please describe more detail of your steps to fix iMessage issue.
I saw some fix and solution, but it is not doable for everyone, (someone reports working, some not).
http://www.tonymacx86.com/general-help/ ... ssage.html
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

grandflash
Posts: 18
Joined: Thu Jan 29, 2009 11:00 am
Location: Darmstadt, Germany

Re: Mavericks 10.9 on a T61(p)

#129 Post by grandflash » Fri Feb 21, 2014 5:36 am

Have a X61T. I used those files for working PCMCIA with a SERITREK SATA2 CONTROLLER CARD. In BIOS i changed SATA settings from AHCI to compatible to get sleep working.

http://www.sendspace.com/file/5he533

hope it works @ T61 too...

PPS: i already wrote jzang18 for a reup of the boot file. Could anyone of you send me that file @ hallo (at) alex-richter.de?
_________________
Lenovo X61t
Intel CoreDuo 1,6 GHz (L7500)
4 GB / 80GBSSD / GMA965 / FW 400 / SD Card
Bluetooth / Wifi AR5BXB6 / Tablet
MacOSX 10.7.3 (DSDT patch)

CoBrA2168
Posts: 30
Joined: Tue Dec 11, 2012 11:46 pm
Location: Washington, DC

Re: Mavericks 10.9 on a T61(p)

#130 Post by CoBrA2168 » Fri Feb 21, 2014 7:36 am

Can someone please reupload the modified bootloader for correct FSB?

jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#131 Post by jzhang18 » Fri Feb 21, 2014 10:11 am

CoBrA2168 wrote:Can someone please reupload the modified bootloader for correct FSB?
Sure, I will upload the boot file tonight, (I did not notice, the link will be deactivated after a while, not a big deal :wink: )
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

CoBrA2168
Posts: 30
Joined: Tue Dec 11, 2012 11:46 pm
Location: Washington, DC

Re: Mavericks 10.9 on a T61(p)

#132 Post by CoBrA2168 » Fri Feb 21, 2014 12:53 pm

jzhang18 wrote:
CoBrA2168 wrote:Can someone please reupload the modified bootloader for correct FSB?
Sure, I will upload the boot file tonight, (I did not notice, the link will be deactivated after a while, not a big deal :wink: )
Great thanks. I'm actually running a T61 with the T9500 CPU. I've experienced this problem for over a year now, where clock speeds are reported at 200MHz lower than expected. This is great that you finally found a fix.

However, I might still have an issue. My T61 has the X3100 video chipset, so I'm unable to natively run Mountain Lion (or Mavericks for that matter). As an alternative, I'm running a program called MLPF (google it) to run a "hacked" 32-bit version of Mountain Lion.

I've found that for whatever reason, the only Chameleon that works for me is 2.1 r2069. Higher revisions do not boot for me (I'd have to check again tonight to see exactly why). Would it at all be possible to apply this fix to that revision of Chameleon?

Thanks.

jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#133 Post by jzhang18 » Sat Feb 22, 2014 7:11 pm

My old site is down to maintenance mode, I tried to upload my file a couple of times in 2 days, no success.
So I start to use this one:
http://users15.jabry.com/mavericks/boot.zip

Sorry for the delay.
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

CoBrA2168
Posts: 30
Joined: Tue Dec 11, 2012 11:46 pm
Location: Washington, DC

Re: Mavericks 10.9 on a T61(p)

#134 Post by CoBrA2168 » Sat Feb 22, 2014 8:17 pm

jzhang18 wrote:My old site is down to maintenance mode, I tried to upload my file a couple of times in 2 days, no success.
So I start to use this one:
http://users15.jabry.com/mavericks/boot.zip

Sorry for the delay.
Wow, it worked! This is great, thanks!!

jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#135 Post by jzhang18 » Wed Feb 26, 2014 4:01 pm

I am studying VoodooHDA source code, I try to figure out why IDA (Intel Dynamic Acceleration) cause sound choppy. I still hope I can fix VoodooHDA source code to work correctly with IDA.
If I can succeed with that, then I do not need to disable IDA, only correct the wrong FSB frequency.
That will be called a perfect CustomMAC on T61(p), Performance will beat a real Apple Book Pro with the same CPU model! Because middleton bios enable IDA on both cores. I really do not want to lose that feature.

This is AD1984 sound chipset design comes with T61(p)
http://www.hardwaresecrets.com/datasheets/AD1984.pdf

The most important part mentioned here:

FEATURES
FOUR 192 kHz DACs/ADCs
Two independent stereo DAC/ADC pairs
Simultaneous record of two stereo channels
Simultaneous playback of two stereo channels
Independent 8, 11.025, 16, 22.05, 32, 44.1,
48, 88.2, 96, 176.4, and 192 kHz sample rates

To my feeling, when IDA enabled, after I correct the Base Bus Frequency to 200Mhz. The high sample rate becomes greater than 192 kHz! then AD1984 DACs/ADCs chip cannot handle that. create distorted sound wave spectrum.

When using unmodified Chameleon boot loader, Base Bus Frequency is 182Mhz to 185Mhz, the highest sample rate is lower than 192 kHz, AD1984 DACs/ADCs chip can handle that without any problem.

When using my modified Chameleon boot loader, Base Bus Frequency is 200Mhz, IDA is disabled, the highest sample rate is just equal to 192 kHz, AD1984 DACs/ADCs chip still can handle it just right.

Above is just based on my assumption, I will take some time to prove it. If that is correct. Then I can fix it in VoodooHDA source code.
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

RealBlackStuff
Admin
Admin
Posts: 17491
Joined: Mon Sep 18, 2006 5:17 am
Location: Mt. Cobb, PA USA
Contact:

Re: Mavericks 10.9 on a T61(p)

#136 Post by RealBlackStuff » Wed Feb 26, 2014 4:11 pm

On the T61 sound has been crippled!
Recording via Stereo Mix has been removed (hardware).
That may be one source of your problem.
Lovely day for a Guinness! (The Real Black Stuff)

Check out The Boardroom for Parts, Mods and Other Services.

Madara-san
Freshman Member
Posts: 65
Joined: Sun Sep 15, 2013 1:38 pm
Location: Budapest, Hungary

Re: Mavericks 10.9 on a T61(p)

#137 Post by Madara-san » Fri Feb 28, 2014 8:38 pm

It's not just voodoohda. I've tried an external sound card (supported natively) and sound was also have this cracking on that too!

Anyone tried 10.9.2? Sleep is not working for me now! :x Trying to find a solution...
ThinkPad T61p - C2D T9300 - Quadro FX 570m - 4GB DDR2-667 - Mac OS X 10.9.1

jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#138 Post by jzhang18 » Sat Mar 01, 2014 8:50 pm

Madara-san wrote:It's not just voodoohda. I've tried an external sound card (supported natively) and sound was also have this cracking on that too!
AppleHDA and VoodooHDA is based on same logic on set sound sample rate. Because VoodooHDA is opensource, so we can change it. test it.
Very limited way to patch AppleHDA.
Madara-san wrote:Anyone tried 10.9.2? Sleep is not working for me now! :x Trying to find a solution...
updated to 10.9.2 on T61 14 inch and T61p 15 inch, same issue as yours, cannot go to sleep.

But more detail I observed: using AppleACPIFlatform.kext in S/L/E (comes from 10.9.2), remove patched AppleACPIFlatform.kext from E/E, sleeping is OK, but wake-up with dead USB.
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

CoBrA2168
Posts: 30
Joined: Tue Dec 11, 2012 11:46 pm
Location: Washington, DC

Re: Mavericks 10.9 on a T61(p)

#139 Post by CoBrA2168 » Mon Mar 10, 2014 9:12 am

jzhang18 wrote:
Madara-san wrote:It's not just voodoohda. I've tried an external sound card (supported natively) and sound was also have this cracking on that too!
AppleHDA and VoodooHDA is based on same logic on set sound sample rate. Because VoodooHDA is opensource, so we can change it. test it.
Very limited way to patch AppleHDA.
Madara-san wrote:Anyone tried 10.9.2? Sleep is not working for me now! :x Trying to find a solution...
updated to 10.9.2 on T61 14 inch and T61p 15 inch, same issue as yours, cannot go to sleep.

But more detail I observed: using AppleACPIFlatform.kext in S/L/E (comes from 10.9.2), remove patched AppleACPIFlatform.kext from E/E, sleeping is OK, but wake-up with dead USB.
Good luck with fixing VoodooHDA. I am running Mountain Lion 10.8.5 (using your latest bootloader with IDA disabled) and would be willing to help test when you come up with a new kext.

bd4utonite2
Posts: 5
Joined: Fri Mar 21, 2014 9:53 am
Location: Sydney, NSW, Australia

Re: Mavericks 10.9 on a T61(p)

#140 Post by bd4utonite2 » Fri Mar 21, 2014 10:01 am

Hi Madara-san,

Thanks very much for your Extra folder...
The install of Mavericks 10.9.1 and then upgrade to 10.9.2 could not have been easier.

I am wondering if you can help me....
The keyboard on the T61 is not working correctly... I am trying to type ` or ~ but I get something that looks like a $
Is anyone in this forum topic getting the same error??? The keyboard is somewhat out..
I work a lot on terminal and not being able to type ~ is quite frustrating (workaround is an external usb2 keyboard but that
defeats the purpose)

Cheers

Bd4utonite2

JaavrOS
Posts: 46
Joined: Sun Mar 16, 2014 8:34 pm
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#141 Post by JaavrOS » Fri Mar 21, 2014 4:06 pm

Hi everyone!

Thanks for these wonderful forums! I have a collection of T61, T61P, X61 and X61t thinkpads that run various versions of OS X (partial list in signature). They are working well, in a big part thanks to reading these discussions and using your kits.

I plan to post and contribute here. But for now, just wanted to say hello and thanks.

JaavrOS
X220 i5-2540M IPS 10.9.5 Clover-UEFI
T61P 15" 1680x1050 T9300 10.9.1
T61 14" NVIDIA 1440x900 T8300, Palmrest from T400, 10.10, 10.9.1
T61 15" INTEL 1280x800 T7250 10.6.8
X61 [T8300, T7300] 10.7.5
X61T [L7700, L7500, L7300] 10.7.5
EP45-UD3L Q9550 GTX660 10.9.1
Lat D630, D430

JaavrOS
Posts: 46
Joined: Sun Mar 16, 2014 8:34 pm
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#142 Post by JaavrOS » Fri Mar 21, 2014 5:00 pm

bd4utonite2 wrote:Hi Madara-san,

Thanks very much for your Extra folder...
The install of Mavericks 10.9.1 and then upgrade to 10.9.2 could not have been easier.

I am wondering if you can help me....
The keyboard on the T61 is not working correctly... I am trying to type ` or ~ but I get something that looks like a $
Is anyone in this forum topic getting the same error??? The keyboard is somewhat out..
I work a lot on terminal and not being able to type ~ is quite frustrating (workaround is an external usb2 keyboard but that
defeats the purpose)

Cheers

Bd4utonite2
Having those keys mis-mapped is a common issue on most hackintosh laptops... not only lenovo. Do a google search, there are forums that suggest ways to fix it.

Until then as an easier workaround, you can use Keyboard Viewer to type the ` and ~ characters. It's less bulky than plugging in a USB keyboard.

(edit) This app can fix it,
https://pqrs.org/macosx/keyremap4macbook/index.html.en

(More edit)
Here's how to use the app:

Image
Last edited by JaavrOS on Fri Mar 21, 2014 8:32 pm, edited 1 time in total.
X220 i5-2540M IPS 10.9.5 Clover-UEFI
T61P 15" 1680x1050 T9300 10.9.1
T61 14" NVIDIA 1440x900 T8300, Palmrest from T400, 10.10, 10.9.1
T61 15" INTEL 1280x800 T7250 10.6.8
X61 [T8300, T7300] 10.7.5
X61T [L7700, L7500, L7300] 10.7.5
EP45-UD3L Q9550 GTX660 10.9.1
Lat D630, D430

bd4utonite2
Posts: 5
Joined: Fri Mar 21, 2014 9:53 am
Location: Sydney, NSW, Australia

Re: Mavericks 10.9 on a T61(p)

#143 Post by bd4utonite2 » Fri Mar 21, 2014 6:54 pm

JaavrOS wrote:
bd4utonite2 wrote:Hi Madara-san,

Thanks very much for your Extra folder...
The install of Mavericks 10.9.1 and then upgrade to 10.9.2 could not have been easier.

I am wondering if you can help me....
The keyboard on the T61 is not working correctly... I am trying to type ` or ~ but I get something that looks like a $
Is anyone in this forum topic getting the same error??? The keyboard is somewhat out..
I work a lot on terminal and not being able to type ~ is quite frustrating (workaround is an external usb2 keyboard but that
defeats the purpose)

Cheers

Bd4utonite2
Having those keys mis-mapped is a common issue on most hackintosh laptops... not only lenovo. Do a google search, there are forums that suggest ways to fix it.

Until then as an easier workaround, you can use Keyboard Viewer to type the ` and ~ characters. It's less bulky than plugging in a USB keyboard.

(edit) This app can fix it,
https://pqrs.org/macosx/keyremap4macbook/index.html.en
Hi JaavrOS,

I did use the Apple Keyboard Viewer to do just that. Although it works, it is a bit inconvenient though...
Thanks very much for the link to the KeyRemap4MacBook... i appreciate that very much.
Have a good day

Regards...

bd4utonite2

JaavrOS
Posts: 46
Joined: Sun Mar 16, 2014 8:34 pm
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#144 Post by JaavrOS » Fri Mar 21, 2014 8:46 pm

No problem. Actually, I only just found this app tonight while looking into your question. It's an interesting app, I'm exploring it to see if it can create even more features for us.
The author also has another app, designed specifically for PC keyboards. But I haven't installed that one yet.
X220 i5-2540M IPS 10.9.5 Clover-UEFI
T61P 15" 1680x1050 T9300 10.9.1
T61 14" NVIDIA 1440x900 T8300, Palmrest from T400, 10.10, 10.9.1
T61 15" INTEL 1280x800 T7250 10.6.8
X61 [T8300, T7300] 10.7.5
X61T [L7700, L7500, L7300] 10.7.5
EP45-UD3L Q9550 GTX660 10.9.1
Lat D630, D430

JaavrOS
Posts: 46
Joined: Sun Mar 16, 2014 8:34 pm
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#145 Post by JaavrOS » Fri Mar 21, 2014 11:42 pm

I just checked on my T61P, it doesn't have that issue with the `and ~ characters. But my X61 Tablets did have the issue (they use different kexts).
So, if you have the right keyboard kext, you won't have that issue, and won't need to use that app. Just letting you know.
I'll upload my keyboard kext when I figure out how to put uploads here (I'm new on this forum).

(edit: Check out RehabMan's Voodoo PS2 kext. The Link is below)
Last edited by JaavrOS on Sun Mar 23, 2014 1:18 pm, edited 1 time in total.
X220 i5-2540M IPS 10.9.5 Clover-UEFI
T61P 15" 1680x1050 T9300 10.9.1
T61 14" NVIDIA 1440x900 T8300, Palmrest from T400, 10.10, 10.9.1
T61 15" INTEL 1280x800 T7250 10.6.8
X61 [T8300, T7300] 10.7.5
X61T [L7700, L7500, L7300] 10.7.5
EP45-UD3L Q9550 GTX660 10.9.1
Lat D630, D430

bd4utonite2
Posts: 5
Joined: Fri Mar 21, 2014 9:53 am
Location: Sydney, NSW, Australia

Re: Mavericks 10.9 on a T61(p)

#146 Post by bd4utonite2 » Sat Mar 22, 2014 3:26 am

JaavrOS wrote:I just checked on my T61P, it doesn't have that issue with the `and ~ characters. But my X61 Tablets did have the issue (they use different kexts).
So, if you have the right keyboard kext, you won't have that issue, and won't need to use that app. Just letting you know.
I'll upload my keyboard kext when I figure out how to put uploads here (I'm new on this forum).
Hi JaavrOS,

Yes you are correct. I have Thinkpads x61 and x300 during the day that i hacked it for Snow Leopard 10.6.8.
I was getting the same issue but someone in the forum had a fix(kext) for it. I don't have the link now.
I stop using them as hack machines since Mountain Lion because the Intel GMA950 and Intel GMA x3100
are only 32-bit graphics cards and hence not supported when ML went 64-bit.

Yes do let me know when you have uploaded your kext in this forum. For the time being the KeyRemap4MacBook
seems to work fine. All I had to do was select Don't remap external keyboards in the General Section and
select Section($ or what looked like a double S) to backquote(`) in the change Section($) key under the International
Keyboard and ISO Keyboard Users. That did the trick and I am now back to normal for that key

Cheers

bd4utonite2

JaavrOS
Posts: 46
Joined: Sun Mar 16, 2014 8:34 pm
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#147 Post by JaavrOS » Sun Mar 23, 2014 3:28 am

Try RehabMan's Voodoo PS2 kext...

https://bitbucket.org/RehabMan/os-x-voo ... /downloads

note: the kext from 2014-0121 worked better for me (the second on the list). The newer kext (2014-0224) had a strange issue with double-clicking sometimes.
X220 i5-2540M IPS 10.9.5 Clover-UEFI
T61P 15" 1680x1050 T9300 10.9.1
T61 14" NVIDIA 1440x900 T8300, Palmrest from T400, 10.10, 10.9.1
T61 15" INTEL 1280x800 T7250 10.6.8
X61 [T8300, T7300] 10.7.5
X61T [L7700, L7500, L7300] 10.7.5
EP45-UD3L Q9550 GTX660 10.9.1
Lat D630, D430

bd4utonite2
Posts: 5
Joined: Fri Mar 21, 2014 9:53 am
Location: Sydney, NSW, Australia

Re: Mavericks 10.9 on a T61(p)

#148 Post by bd4utonite2 » Sun Mar 23, 2014 6:25 pm

JaavrOS wrote:Try RehabMan's Voodoo PS2 kext...

https://bitbucket.org/RehabMan/os-x-voo ... /downloads

note: the kext from 2014-0121 worked better for me (the second on the list). The newer kext (2014-0224) had a strange issue with double-clicking sometimes.
Hi JaavrOS....

Thanks very much for all you assistance.

Regards

bd4utonite2

jzhang18
Sophomore Member
Posts: 186
Joined: Mon Jan 10, 2011 10:37 am
Location: New York, NY

Re: Mavericks 10.9 on a T61(p)

#149 Post by jzhang18 » Wed Mar 26, 2014 9:06 am

Please try this -
http://www.tonymacx86.com/customization ... tly-2.html
It improve the performance for Intel HD Graphics card (such as x3100 in X61) , also Nvidia graphics card (used in T61 and T61p)
It makes windows popup and switching much smoothly. From "About this Mac" to show "System Report", just watch "Profiler Windows" showing up.
Recommended for everyone.
X61 T8300 4GB Lion 10.7.3
T61 T9300 4GB Mavericks 10.9.3
T61 T8300 4GB Mavericks 10.9.3
T61 T7500 4GB Mountain Lion 10.8.5
T61p T7700 4GB Mavericks 10.9.1
T61p T7500 8GB Mavericks 10.9.3
X201 i5-540M 8GB Mavericks 10.9.3
T410 i5-560M 8GB Mavericks 10.9.3
T420 i5-2520M 8GB Mavericks 10.9.3

Madara-san
Freshman Member
Posts: 65
Joined: Sun Sep 15, 2013 1:38 pm
Location: Budapest, Hungary

Re: Mavericks 10.9 on a T61(p)

#150 Post by Madara-san » Wed Mar 26, 2014 8:59 pm

Do you mean this --> BeamSyncDropper2_v2.zip ?

Sure I'll try it out!

Any news about the sleep problem with 10.9.2? I figured it out that it's not a DSDT-related problem. And deleting the AcpiPlatform.kext is not a good idea, because it brokes USB after sleep, and the moon stays lit. :/ it's a shame Apple did it to us, I'll wait until 10.9.3 for a solution....

What causes the problem with 10.9.2? The kernel? Or some updated extensions?
ThinkPad T61p - C2D T9300 - Quadro FX 570m - 4GB DDR2-667 - Mac OS X 10.9.1

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “OS-X on a ThinkPad”

Who is online

Users browsing this forum: No registered users and 3 guests