Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blog:ibm_tp_43 [2025/09/11 12:09] – [Drivers & Utilities] john | blog:ibm_tp_43 [2025/09/23 21:08] (current) – [Overview] john | ||
---|---|---|---|
Line 52: | Line 52: | ||
**Bad Points** | **Bad Points** | ||
- | * Stuck GPU/CPU fan | + | * Stuck GPU/CPU fan - < |
- | * Discharged BIOS battery | + | * Discharged BIOS battery |
- | * Missing hard drive / PATA only drives | + | * Missing hard drive / PATA only drives |
- | * Backlight/ | + | * Backlight/ |
==== Fixes & Repairs ==== | ==== Fixes & Repairs ==== | ||
Line 63: | Line 63: | ||
The proper way to repair the noisy fan would be to replace it with a new part. In this case I didn't know if the machine was in a fully working state so I went the hack route... | The proper way to repair the noisy fan would be to replace it with a new part. In this case I didn't know if the machine was in a fully working state so I went the hack route... | ||
- | First I soaked the fan bearings in isopropyl alcohol to clean out any residual oil/grease - the fan wouldn' | + | First I soaked the fan bearings in isopropyl alcohol to clean out any residual oil/grease - the fan wouldn' |
If the machine all checks out, then it may be worth replacing the fan with a new part. | If the machine all checks out, then it may be worth replacing the fan with a new part. | ||
+ | |||
+ | **[Update September 2025]** After using the laptop on and off for games for a month or so it seems reliable and does what I wanted, so I found and ordered a new-old-stock fan unit from Aliexpress. It was less than £5 including shipping and only needed the old fan to be prised off the heatsink. Much quieter and no vibration any more. // | ||
=== LCD Panel / Backlight === | === LCD Panel / Backlight === | ||
Line 82: | Line 84: | ||
* {{: | * {{: | ||
* {{: | * {{: | ||
+ | * {{: | ||
+ | * Thinkpad PCMCIA / Card Services - compatible with the T43 | ||
In addition, there is a patched version of BIOS v1.29 which codes out the whitelist of IBM-approved hard disks, and gets rid of the annoying "Press F1 / ESC to continue" | In addition, there is a patched version of BIOS v1.29 which codes out the whitelist of IBM-approved hard disks, and gets rid of the annoying "Press F1 / ESC to continue" | ||
Line 98: | Line 102: | ||
* Use Cutemouse - detects // | * Use Cutemouse - detects // | ||
+ | |||
+ | === Ethernet === | ||
+ | |||
+ | * No native DOS packet drivers, but you can use the **B57.COM** ODI driver and then the **ODIPKT** shim to make the ethernet controller work with DOS packet-driver aware applications (e.g. MTCP) | ||
+ | |||
+ | The ODI drivers should be loaded as follows: | ||
+ | |||
+ | < | ||
+ | LSL.COM | ||
+ | B57.COM | ||
+ | ODIPKT.COM | ||
+ | </ | ||
+ | |||
+ | You will need to configure **NET.CFG** as below: | ||
+ | |||
+ | < | ||
+ | Link Driver B57 | ||
+ | envelope type ETHERNET_II | ||
+ | </ | ||
=== Memory / UMB === | === Memory / UMB === | ||
Line 118: | Line 141: | ||
{{: | {{: | ||
+ | |||
+ | === PCMCIA === | ||
+ | |||
+ | The T43 has a PCMCIA/ | ||
+ | |||
+ | This means that if you have Cardbus cards and DOS drivers for them, then they **will not work**. | ||
+ | |||
+ | Normal PCMCIA cards and DOS drivers do appear to work (verified with DLink DFE670 10/100 NIC and Roland SCP-55 MIDI card). | ||
+ | |||
+ | Under other operating systems with proper Cardbus drivers (Win9x, 2000, XP, etc) or in Linux, the Cardbus functionality seems to work perfectly. | ||
+ | |||
+ | If using PCMCIA services in DOS, you must //exclude// the **D000-D7FF** range from EMM386, JEMM or any other memory manager. | ||
===== Benchmarks ===== | ===== Benchmarks ===== | ||