<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xx86</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xx86"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Xx86"/>
	<updated>2026-05-09T03:53:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_SUSE_Linux_Enterprise_Desktop_10_on_a_ThinkPad_T42&amp;diff=26267</id>
		<title>Installing SUSE Linux Enterprise Desktop 10 on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_SUSE_Linux_Enterprise_Desktop_10_on_a_ThinkPad_T42&amp;diff=26267"/>
		<updated>2006-11-07T12:21:31Z</updated>

		<summary type="html">&lt;p&gt;Xx86: /* Special Keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General installation==&lt;br /&gt;
Here are the installation instructions for {{SUSE}} Linux Enterprise Edition on &lt;br /&gt;
{{T42}} 2378-R4U.&lt;br /&gt;
&lt;br /&gt;
SUSE Linux Enterprise Desktop (SLED) 10 is a commercial product which costs about $50 per year, but there is a trial version available from http://www.novell.com/suse/&lt;br /&gt;
&lt;br /&gt;
Using normal installation procedures, my installation of SLED 10 was nearly flawless out of the box. Video, sound, wireless, and almost all other hardware works perfectly.&lt;br /&gt;
&lt;br /&gt;
{{HINT|It is highly recommended to set the predesktop area in the BIOS configuration to secure. Also, you should burn recovery CDs from Windows before you continue. This can be done through Start &amp;gt; Programs &amp;gt; Access IBM or ThinkVantage Technologies. It takes about 7 CDs. If you want the  Access IBM key functionality to continue working, install Grub to the boot partition instead of the MBR.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====ACPI====&lt;br /&gt;
{{Todo|hdaps}}&lt;br /&gt;
&lt;br /&gt;
Power Management needs some work in order to be usable. Hibernate functionality works, but standby/suspend causes causes the system to hang on resume. I was able to resolve this issue by passing the {{bootparm|acpi_sleep|s3_bios}} parameter at boot and setting the following in {{path|/etc/powersave/sleep}} file: {{bootparm|SUSPEND2RAM_FORCE|yes}} and  {{bootparm|SUSPEND2RAM_ACPI_SLEEP|3}}.&lt;br /&gt;
&lt;br /&gt;
If you want to change how the system responds to events such as opening or closing the lid, edit the {{path|/etc/powersave/events}} file. It is well commented and explains itself very well.&lt;br /&gt;
&lt;br /&gt;
==== Special Keys ====&lt;br /&gt;
&lt;br /&gt;
As usual with most ThinkPads, the display brightness, ThinkLight, and volume keys all worked out of the box. Some minor work is required to make these keys display the status on screen.&lt;br /&gt;
&lt;br /&gt;
TPB is included with SLED 10, but is not fully configured by default. Edit the {{path|/etc/tpbrc}} file to fit your needs. The file is documented, so there should not be any issues with configuring it. &lt;br /&gt;
&lt;br /&gt;
You will need to enable the nvram device for all TPB functionality to work properly. Do this by running th following commands:&lt;br /&gt;
&lt;br /&gt;
Make sure that the device ''/dev/nvram'' exists, else create it with&lt;br /&gt;
&lt;br /&gt;
'''mknod /dev/nvram c 10 144'''&lt;br /&gt;
&lt;br /&gt;
Ensure the following line is in {{path|/etc/sysconfig/kernel}}&lt;br /&gt;
&lt;br /&gt;
{{bootparm|MODULES_LOADED_ON_BOOT|nvram}}&lt;br /&gt;
&lt;br /&gt;
Ensure the following line is in {{path|/etc/udev/rules.d/50-udev-default.rules}}&lt;br /&gt;
&lt;br /&gt;
KERNEL==&amp;quot;nvram&amp;quot;,                NAME=&amp;quot;%k&amp;quot;, GROUP=&amp;quot;kmem&amp;quot;, MODE=&amp;quot;666&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enable TPB on startup by clicking on Computer, Control Center, Sessions, Startup Programs, then Add. Type tpb into the command box and click on OK. Close the session manager program. To start tpb now, press Alt-F2 and type tpb and hit Enter.&lt;br /&gt;
&lt;br /&gt;
====Xorg====&lt;br /&gt;
{{Todo|PowerPlay functionality, XGL}}&lt;br /&gt;
&lt;br /&gt;
SaX2 provides a working configuration file by default, which should not need modifications to use the normal set of features. To enable 3D acceleration, open YaST from the Computer, Control Center menu and click on Display. There should be an option to enable it.&lt;br /&gt;
&lt;br /&gt;
{{HINT|If the 3D option is not selectable, open the /etc/X11/xorg.conf file and be sure you are using the &amp;quot;radeon&amp;quot; driver.}}&lt;br /&gt;
&lt;br /&gt;
If you want to use the center blue button for scrolling with the trackpoint (the edges of the touchpad scroll by default), open the Mouse configuration from YaST and use the Emulate Wheel with Button 2 option.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|If you use the center button for scrolling, you need to enable the &amp;quot;Emulate 3 Buttons&amp;quot; option, which will regain the original middle button functionality by pressing the left and right buttons at once.}}&lt;br /&gt;
&lt;br /&gt;
{{WARN|Do not use attempt to install the ATI proprietary graphics drivers with the Radeon 7500! Doing so will cause your X session to fail. Should you do this, open /etc/X11/xorg.conf from the console and change the video driver back to &amp;quot;radeon&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
====Not Tested====&lt;br /&gt;
Modem (YaST can see it and try to configure it, but I have no traditional analog phone line to test it on)&lt;br /&gt;
IrDA&lt;br /&gt;
&lt;br /&gt;
====Known problems====&lt;br /&gt;
The update service does not like being set up from a wireless connection (will not connect to the Novell customer center). Please set it up from a wired connection.&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
[http://www.novell.com/products/desktop/ SLED Home Page]&lt;br /&gt;
&lt;br /&gt;
[http://support.novell.com/forums/ Novell Support Forums]&lt;/div&gt;</summary>
		<author><name>Xx86</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_SUSE_Linux_Enterprise_Desktop_10_on_a_ThinkPad_T42&amp;diff=26266</id>
		<title>Installing SUSE Linux Enterprise Desktop 10 on a ThinkPad T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_SUSE_Linux_Enterprise_Desktop_10_on_a_ThinkPad_T42&amp;diff=26266"/>
		<updated>2006-11-07T12:19:52Z</updated>

		<summary type="html">&lt;p&gt;Xx86: /* Special Keys */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==General installation==&lt;br /&gt;
Here are the installation instructions for {{SUSE}} Linux Enterprise Edition on &lt;br /&gt;
{{T42}} 2378-R4U.&lt;br /&gt;
&lt;br /&gt;
SUSE Linux Enterprise Desktop (SLED) 10 is a commercial product which costs about $50 per year, but there is a trial version available from http://www.novell.com/suse/&lt;br /&gt;
&lt;br /&gt;
Using normal installation procedures, my installation of SLED 10 was nearly flawless out of the box. Video, sound, wireless, and almost all other hardware works perfectly.&lt;br /&gt;
&lt;br /&gt;
{{HINT|It is highly recommended to set the predesktop area in the BIOS configuration to secure. Also, you should burn recovery CDs from Windows before you continue. This can be done through Start &amp;gt; Programs &amp;gt; Access IBM or ThinkVantage Technologies. It takes about 7 CDs. If you want the  Access IBM key functionality to continue working, install Grub to the boot partition instead of the MBR.}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====ACPI====&lt;br /&gt;
{{Todo|hdaps}}&lt;br /&gt;
&lt;br /&gt;
Power Management needs some work in order to be usable. Hibernate functionality works, but standby/suspend causes causes the system to hang on resume. I was able to resolve this issue by passing the {{bootparm|acpi_sleep|s3_bios}} parameter at boot and setting the following in {{path|/etc/powersave/sleep}} file: {{bootparm|SUSPEND2RAM_FORCE|yes}} and  {{bootparm|SUSPEND2RAM_ACPI_SLEEP|3}}.&lt;br /&gt;
&lt;br /&gt;
If you want to change how the system responds to events such as opening or closing the lid, edit the {{path|/etc/powersave/events}} file. It is well commented and explains itself very well.&lt;br /&gt;
&lt;br /&gt;
==== Special Keys ====&lt;br /&gt;
&lt;br /&gt;
As usual with most ThinkPads, the display brightness, ThinkLight, and volume keys all worked out of the box. Some minor work is required to make these keys display the status on screen.&lt;br /&gt;
&lt;br /&gt;
TPB is included with SLED 10, but is not fully configured by default. Edit the {{path|/etc/tpbrc}} file to fit your needs. The file is documented, so there should not be any issues with configuring it. &lt;br /&gt;
&lt;br /&gt;
You will need to enable the nvram device for all TPB functionality to work properly. Do this by running th following commands:&lt;br /&gt;
'''&lt;br /&gt;
mknod /dev/nvram c 10 144'''&lt;br /&gt;
&lt;br /&gt;
Ensure the following line is in {{path|/etc/sysconfig/kernel}}&lt;br /&gt;
&lt;br /&gt;
{{bootparm|MODULES_LOADED_ON_BOOT|nvram}}&lt;br /&gt;
&lt;br /&gt;
Ensure the following line is in {{path|/etc/udev/rules.d/50-udev-default.rules}}&lt;br /&gt;
&lt;br /&gt;
KERNEL==&amp;quot;nvram&amp;quot;,                NAME=&amp;quot;%k&amp;quot;, GROUP=&amp;quot;kmem&amp;quot;, MODE=&amp;quot;666&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Enable TPB on startup by clicking on Computer, Control Center, Sessions, Startup Programs, then Add. Type tpb into the command box and click on OK. Close the session manager program. To start tpb now, press Alt-F2 and type tpb and hit Enter.&lt;br /&gt;
&lt;br /&gt;
====Xorg====&lt;br /&gt;
{{Todo|PowerPlay functionality, XGL}}&lt;br /&gt;
&lt;br /&gt;
SaX2 provides a working configuration file by default, which should not need modifications to use the normal set of features. To enable 3D acceleration, open YaST from the Computer, Control Center menu and click on Display. There should be an option to enable it.&lt;br /&gt;
&lt;br /&gt;
{{HINT|If the 3D option is not selectable, open the /etc/X11/xorg.conf file and be sure you are using the &amp;quot;radeon&amp;quot; driver.}}&lt;br /&gt;
&lt;br /&gt;
If you want to use the center blue button for scrolling with the trackpoint (the edges of the touchpad scroll by default), open the Mouse configuration from YaST and use the Emulate Wheel with Button 2 option.&lt;br /&gt;
&lt;br /&gt;
{{NOTE|If you use the center button for scrolling, you need to enable the &amp;quot;Emulate 3 Buttons&amp;quot; option, which will regain the original middle button functionality by pressing the left and right buttons at once.}}&lt;br /&gt;
&lt;br /&gt;
{{WARN|Do not use attempt to install the ATI proprietary graphics drivers with the Radeon 7500! Doing so will cause your X session to fail. Should you do this, open /etc/X11/xorg.conf from the console and change the video driver back to &amp;quot;radeon&amp;quot;.}}&lt;br /&gt;
&lt;br /&gt;
====Not Tested====&lt;br /&gt;
Modem (YaST can see it and try to configure it, but I have no traditional analog phone line to test it on)&lt;br /&gt;
IrDA&lt;br /&gt;
&lt;br /&gt;
====Known problems====&lt;br /&gt;
The update service does not like being set up from a wireless connection (will not connect to the Novell customer center). Please set it up from a wired connection.&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
[http://www.novell.com/products/desktop/ SLED Home Page]&lt;br /&gt;
&lt;br /&gt;
[http://support.novell.com/forums/ Novell Support Forums]&lt;/div&gt;</summary>
		<author><name>Xx86</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:T42&amp;diff=22899</id>
		<title>Category:T42</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:T42&amp;diff=22899"/>
		<updated>2006-06-25T11:12:34Z</updated>

		<summary type="html">&lt;p&gt;Xx86: /* Features */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[image:ThinkPadT40.jpg|ThinkPad T42]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad T42 ===&lt;br /&gt;
This pages gives an overview of all ThinkPad T42 related topics.&lt;br /&gt;
&lt;br /&gt;
Machine Type: 2373, 2374, 2378, 2379&lt;br /&gt;
==== Features ====&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** [[Intel Pentium M (Banias)]] 1.5 GHz&lt;br /&gt;
** [[Intel Pentium M (Dothan)]] 1.6, 1.7, 1.8 or 2.0 GHz&lt;br /&gt;
* One of the following graphics controllers:&lt;br /&gt;
** [[ATI Mobility Radeon 7500]] with 32MB&lt;br /&gt;
** [[ATI Mobility Radeon 9000]] with 64MB&lt;br /&gt;
** [[ATI Mobility Radeon 9600]] with 64MB&lt;br /&gt;
* One of the following displays:&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1024x768 resolution (XGA)&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1400x1050 resolution (SXGA+)&lt;br /&gt;
** 15.0&amp;quot; TFT display with 1024x768 resolution (XGA)&lt;br /&gt;
** 15.0&amp;quot; TFT display with 1400x1050 resolution (SXGA+)&lt;br /&gt;
* 256, 512MB or 1GB [[PC2700]] memory standard, 2GB maximum&lt;br /&gt;
* 30, 40, 60 or 80GB HDD&lt;br /&gt;
* [[AD1981B]] AC'97 Audio controller&lt;br /&gt;
* [[Ethernet Controllers|Intel 10/100/1000 Ethernet]]&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** DVD-ROM&lt;br /&gt;
** DVD-ROM/CD-RW Combo&lt;br /&gt;
** DVD-RW&lt;br /&gt;
* [[CDC slot]] with one of the following:&lt;br /&gt;
** [[IBM Integrated 56K Modem (MDC-2)]]&lt;br /&gt;
** [[IBM Integrated Bluetooth III with 56K Modem (BMDC-2)]]&lt;br /&gt;
* [[MiniPCI slot]] with one of the following:&lt;br /&gt;
** none (open)&lt;br /&gt;
** [[IBM 11b/g Wireless LAN Mini PCI Adapter]]&lt;br /&gt;
** [[IBM 11a/b/g Wireless LAN Mini PCI Adapter]]&lt;br /&gt;
** [[IBM 11a/b/g Wireless LAN Mini PCI Adapter II]]&lt;br /&gt;
** [[Intel PRO/Wireless LAN 2100 3B Mini PCI Adapter]]&lt;br /&gt;
** [[Intel PRO/Wireless 2200BG Mini-PCI Adapter]]&lt;br /&gt;
** [[Intel PRO/Wireless 2915ABG Mini-PCI Adapter]]&lt;br /&gt;
* (2) Type II [[CardBus slot|CardBus slots]] or (1) type III&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on selected systems&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
* [ftp://ftp.software.ibm.com/pc/pccbbs/mobiles_pdf/13n6243.pdf ThinkPad T40/p, T41/p, T42/p - Hardware Maintenance Manual (April 2004)] (5,391,719 Bytes)&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Xx86</name></author>
		
	</entry>
</feed>