Pentium M 745a - SL8QZ

T4x series specific matters only
Post Reply
Message
Author
Shenandoah
Posts: 11
Joined: Tue Jun 05, 2007 1:01 pm
Location: Shenandoah Valley, VA

Pentium M 745a - SL8QZ

#1 Post by Shenandoah » Tue Jun 05, 2007 1:31 pm

All,

I recently picked up an IBM T-40 with a 1.5Ghz processor for under $300. It's in excellent condition and I'm thinking of doing a couple of upgrades. It has a 40Gb 5400rpm drive, so I probably won't do anything with that right away.

I'm going to install a 1Gb stick of memory and possibly upgrade the processor. A friend has the above processor and says it's the same as the Pentium M 745 but it has the Execute Disable Bit. I did a search on Intel's site and didn't find any info on the processor. I did find a mention of it on one of the wiki sites saying it is an OEM processor. Anyone know or heard about the Pentium M 745a? Will it work in my T40? Thanks.

Shenandoah

underclocker
moderator
moderator
Posts: 4016
Joined: Wed Mar 23, 2005 3:52 pm
Location: Wash., D.C.

#2 Post by underclocker » Tue Jun 05, 2007 3:38 pm

I had a problem with a 725A (1.6GHz Dothan) in a T40 (all T40, T41 and T42s use the same BIOS).

You can read much more here -> http://forum.thinkpads.com/viewtopic.php?t=32165

Maybe your friend will let you try it out or maybe another forum member can confirm whether it will or won't work.

Welcome to the forum and please report back.
T510, i7-620m, NVidia, HD+, 8GB, 180GB Intel Pro 1500 SSD, Webcam, BT, FPR Home
T400s, C2D SP9400, Intel 4500MHD, WXGA+, 8GB, 160GB Intel X18-M G2 SSD, Webcam, BT, FPR Travel
Edge 14 Core i5 | Edge 15 Core i3 | Edge 15 Athlon II X2| Edge 15 Phenom II X4

Yandar
Posts: 36
Joined: Wed Jan 31, 2007 3:28 pm
Location: United Kingdom, England, Tyne & Wear, Sunderland

#3 Post by Yandar » Thu Jun 07, 2007 3:50 pm

I have a 735a. I tried it in my T41p, it only runs at 600mhz. Cpu-z confirms that the 735a ia C stepping chip. It appears from other users that T40 and 41 need B stepping 400mhz bus chips. :banghead: IBM/Lenovo should of fixed this long ago.
T41p-2373-GGU.
x60s 1703-WBA.
X200s 7466-5EG Core 2 Duo 1.86Ghz, 4Gb RAM, 256Gb SSD, Windows 10 Pro
X220 4290-FC1 Core i5 2.6Ghz, 16 Gb RAM, 512GB Samsung 850 Pro, Windows 10 Pro

aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

#4 Post by aaa » Fri Jun 08, 2007 6:03 pm

Anyone try NHC to manually enable things? I have one of these and I'm about to do the equivalent in linux.

aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

#5 Post by aaa » Fri Jun 08, 2007 6:26 pm

Ok I did a quick edit of the linux speedstep driver and it works fine now :). So theoretically NHC should work on windows. It was a 715a btw, SL89U.

Harryc
Moderator Emeritus
Moderator Emeritus
Posts: 13228
Joined: Thu Apr 12, 2007 8:23 am
Location: Upstate New York

#6 Post by Harryc » Fri Jun 08, 2007 7:29 pm

aaa wrote:Ok I did a quick edit of the linux speedstep driver and it works fine now :). So theoretically NHC should work on windows. It was a 715a btw, SL89U.
You must realize that someone is going to run into this problem again eventually. Can you list the procedure and what you edited?

aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

#7 Post by aaa » Fri Jun 08, 2007 10:11 pm

from arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c

Code: Select all

#ifdef CONFIG_X86_SPEEDSTEP_CENTRINO_BUILTIN_DOTHAN
        /* Builtin tables for Dothan B0 CPUs */
        DOTHAN(&cpu_ids[CPU_DOTHAN_B0], 1100, "1.10"),
        DOTHAN(&cpu_ids[CPU_DOTHAN_B0], 1400, "1.40"),
        DOTHAN(&cpu_ids[CPU_DOTHAN_B0], 1500, "1.50"),
        
        DOTHAN(&cpu_ids[CPU_DOTHAN_C0], 1500, "1.50"),
        
        DOTHAN(&cpu_ids[CPU_DOTHAN_B0], 1600, "1.60"),
        DOTHAN(&cpu_ids[CPU_DOTHAN_B0], 1700, "1.70"),
        DOTHAN(&cpu_ids[CPU_DOTHAN_B0], 1800, "1.80"),
        DOTHAN(&cpu_ids[CPU_DOTHAN_B0], 2000, "2.00"),
#endif /* CONFIG_X86_SPEEDSTEP_CENTRINO_BUILTIN_DOTHAN */
The one in the middle there is what I added.

Temetka
Senior ThinkPadder
Senior ThinkPadder
Posts: 2790
Joined: Fri Sep 30, 2005 3:27 am
Location: Glendora, CA

#8 Post by Temetka » Sat Jun 09, 2007 4:30 am

And how is that working for you?
New:
Thinkpad T430s 8GB DDR3, 1600x900, 128GB + 250GB SSD's, etc.
Old:
E6520, Precision M4400, D630, Latitude E6520
ThinkPad Tablet 16GB 1838-22U
IBM Thinkpad X61T, T61, T43, X41T, T60, T41P, T42, T410, X301

aaa
ThinkPadder
ThinkPadder
Posts: 1062
Joined: Fri Jun 08, 2007 2:36 pm

#9 Post by aaa » Sat Jun 09, 2007 7:41 am

Been a day and it's working fine. I lowered the voltage from the 600/0.8v I was using with the old cpu to 600/0.7v. Didn't feel like lowering the other speeds as that involves a lot of testing and rebooting...

BTW, I noticed that the official Linux kernel does not have any builtin tables for the Sonoma C0. Apparently this was added in by Ubuntu. So the quote above only applies to the patched Ubuntu kernel.

Edit: Apparently it was the patched Ubuntu kernel patched again for PHC. So take the Ubuntu kernel source and apply the ubuntu-phc patch, then make the changes.
Last edited by aaa on Sat May 17, 2008 12:38 pm, edited 1 time in total.

Harryc
Moderator Emeritus
Moderator Emeritus
Posts: 13228
Joined: Thu Apr 12, 2007 8:23 am
Location: Upstate New York

#10 Post by Harryc » Sat Jun 16, 2007 6:30 am

Has anyone tried the Pentium M 745a - SL8QZ in a T40 or T41 running XP?

Shenandoah
Posts: 11
Joined: Tue Jun 05, 2007 1:01 pm
Location: Shenandoah Valley, VA

SL8QZ

#11 Post by Shenandoah » Sat Jun 16, 2007 12:29 pm

Harryc,

Yes, I installed the SL8QZ in my T40 and it works fine. As far as I can tell it is the same as an Intel 745 but it has the execute disable bit (which the T40 doesn't use?). I've run Notebook hardware control and it identifies it as a 1,8Ghz processor.

Eric

Harryc
Moderator Emeritus
Moderator Emeritus
Posts: 13228
Joined: Thu Apr 12, 2007 8:23 am
Location: Upstate New York

Re: SL8QZ

#12 Post by Harryc » Sat Jun 16, 2007 3:18 pm

Shenandoah wrote:Harryc,

Yes, I installed the SL8QZ in my T40 and it works fine. As far as I can tell it is the same as an Intel 745 but it has the execute disable bit (which the T40 doesn't use?). I've run Notebook hardware control and it identifies it as a 1,8Ghz processor.

Eric
Eric, thanks for the information.

Post Reply
  • Similar Topics
    Replies
    Views
    Last post

Return to “ThinkPad T4x Series”

Who is online

Users browsing this forum: No registered users and 5 guests