<?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=Scott.lawrence</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=Scott.lawrence"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Scott.lawrence"/>
	<updated>2026-04-15T08:14:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=22645</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=22645"/>
		<updated>2006-06-06T13:38:32Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Fingerprint Reader */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition {{footnote|1}}&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
{{cmdroot|yum install postfix}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|alternative --config mta}}&lt;br /&gt;
&lt;br /&gt;
select postfix instead of sendmail&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install tpb xosd}}&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in {{path|/etc/acpi/actions}}:&lt;br /&gt;
&lt;br /&gt;
{{path|nighty-night.sh}} (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
{{path|wakey-wakey.sh}} (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
{{path|sleep.sh}} (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
{{path|hibernate.sh}} (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file {{path|/etc/acpi/events/lid.conf}}:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing {{path|/etc/tpbrc}} and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== Wireless LAN Config ==&lt;br /&gt;
Fedora Core 5 comes with Network Manager, a new software to manage connections via wired and wireless networks. It utilizes wpa_supplicant for access to wpa-secured networks. Sadly, there exist some bugs in wpa_supplicant and in supplied madwifi-modules in the livna-repository. The following configuration enables connection to wpa-secured networks and the utilization of NetworkManager.&lt;br /&gt;
 &lt;br /&gt;
=== Compile and install Madwifi-NG ===&lt;br /&gt;
Get madwifi sources from SVN. First check, if subversion is installed:&lt;br /&gt;
 rpm -qa subversion&lt;br /&gt;
&lt;br /&gt;
should print something like  &lt;br /&gt;
 subversion-1.3.1-2.1&lt;br /&gt;
&lt;br /&gt;
Check out madwifi-ng from the repository:&lt;br /&gt;
 svn checkout http://svn.madwifi.org/trunk madwifi-ng&lt;br /&gt;
&lt;br /&gt;
Change into the madwifi directory. Build the software and install by typing&lt;br /&gt;
 make &amp;amp;&amp;amp; make install&lt;br /&gt;
&lt;br /&gt;
I changed the directory of the tools to /usr rather than /usr/local. A modification of tools/Makefile managed that. &lt;br /&gt;
&lt;br /&gt;
Insert into your /etc/modprobe.conf (if not existing)&lt;br /&gt;
 alias ath0 ath_pci&lt;br /&gt;
 options ath_pci autocreate=sta &lt;br /&gt;
For further options, please consult [[http://madwifi.org/wiki/UserDocs | Madwifi user docs]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Compile and install wpa-supplicant ===&lt;br /&gt;
Download latest version of wpa-supplicant source code, e.g. 0.5.3. Cd to the corresponding directory. Create and edit a .config file using a text editor, e.g. vi.  &lt;br /&gt;
 CONFIG_DRIVER_MADWIFI=y&lt;br /&gt;
 CFLAGS += -I/path/to/madwifi-ng&lt;br /&gt;
 CONFIG_CTRL_IFACE=y&lt;br /&gt;
 CONFIG_DRIVER_WEXT=y&lt;br /&gt;
 CONFIG_CTRL_IFACE_DBUS=y&lt;br /&gt;
&lt;br /&gt;
Build and install it. Be sure to use /usr/sbin as installation path.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Be sure to start NetworkManager in runlevel 5.&lt;br /&gt;
 chkconfig --level 345 NetworkManager on&lt;br /&gt;
&lt;br /&gt;
Wpa_supplicant is started by NetworkManager, so don't start it at boot:&lt;br /&gt;
 chkconfig --level 345 wpa_supplicant off&lt;br /&gt;
&lt;br /&gt;
Get a network address via dhcp:&lt;br /&gt;
 chkconfig --level 345 dhcdbd on&lt;br /&gt;
&lt;br /&gt;
Edit /etc/sysconfig/wpa_supplicat to &lt;br /&gt;
 # wlan0 and wifi0&lt;br /&gt;
 # INTERFACES=&amp;quot;-iwlan0 -iwifi0&amp;quot;&lt;br /&gt;
 INTERFACES=&amp;quot;-iath0&amp;quot;&lt;br /&gt;
 # ndiswrapper and prism&lt;br /&gt;
 # DRIVERS=&amp;quot;-Dndiswrapper -Dprism&amp;quot;&lt;br /&gt;
 DRIVERS=&amp;quot;-Dmadwifi&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Thats it. Reboot or start services manually.&lt;br /&gt;
&lt;br /&gt;
== Fingerprint Reader ==&lt;br /&gt;
&lt;br /&gt;
Build and install the fingerprint reader software using [[Script for enabling the fingerprint reader]]&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
&lt;br /&gt;
# I chose to just remove the IBM Recovery Partition - essentially rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to get the ~4G of disk space.  This may have been a higher risk choice, since apparently if I ever need to reinstall Windows from the Recovery CDs I made, the only choice will be to recreate the factory disk layout, destroying my Linux installation.  Life is full of choices. There are [[Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system|instructions on an alternate method of doing the disk layout that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot; button]]; use them if 4G is less important to you than being able to restore Windows without touching Linux.&lt;br /&gt;
&lt;br /&gt;
Update: According to [http://www.thinkwiki.org/wiki/Recovering_from_Recovery_CDs the wiki post on Recovering from Recovery CDs], &amp;quot;''Recovery deletes the first partition and then installs to the first block of contiguous free space (which could be bigger than the original first partition if there was free space after it). Later partitions are safe. The partition must be at least 8GB or so or else the recovery will either fail or produce a corrupt Windows installation. You can save a little space if you intervene during some of the IBM software installs, reduce the swap size and disable hibernation, but you have to time this carefully''.&amp;quot; That means that if you used the Recovery CD's, it would ignore the linux partition (s) (although you'd probably need to deal with MBR issues). &lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:T43]]&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=22447</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=22447"/>
		<updated>2006-05-24T11:59:04Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* ToDo: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition {{footnote|1}}&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
{{cmdroot|yum install postfix}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|alternative --config mta}}&lt;br /&gt;
&lt;br /&gt;
select postfix instead of sendmail&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install tpb xosd}}&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in {{path|/etc/acpi/actions}}:&lt;br /&gt;
&lt;br /&gt;
{{path|nighty-night.sh}} (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
{{path|wakey-wakey.sh}} (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
{{path|sleep.sh}} (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
{{path|hibernate.sh}} (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file {{path|/etc/acpi/events/lid.conf}}:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing {{path|/etc/tpbrc}} and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== Wireless LAN Config ==&lt;br /&gt;
Fedora Core 5 comes with Network Manager, a new software to manage connections via wired and wireless networks. It utilizes wpa_supplicant for access to wpa-secured networks. Sadly, there exist some bugs in wpa_supplicant and in supplied madwifi-modules in the livna-repository. The following configuration enables connection to wpa-secured networks and the utilization of NetworkManager.&lt;br /&gt;
 &lt;br /&gt;
=== Compile and install Madwifi-NG ===&lt;br /&gt;
Get madwifi sources from SVN. First check, if subversion is installed:&lt;br /&gt;
 rpm -qa subversion&lt;br /&gt;
&lt;br /&gt;
should print something like  &lt;br /&gt;
 subversion-1.3.1-2.1&lt;br /&gt;
&lt;br /&gt;
Check out madwifi-ng from the repository:&lt;br /&gt;
 svn checkout http://svn.madwifi.org/trunk madwifi-ng&lt;br /&gt;
&lt;br /&gt;
Change into the madwifi directory. Build the software and install by typing&lt;br /&gt;
 make &amp;amp;&amp;amp; make install&lt;br /&gt;
&lt;br /&gt;
I changed the directory of the tools to /usr rather than /usr/local. A modification of tools/Makefile managed that. &lt;br /&gt;
&lt;br /&gt;
Insert into your /etc/modprobe.conf (if not existing)&lt;br /&gt;
 alias ath0 ath_pci&lt;br /&gt;
 options ath_pci autocreate=sta &lt;br /&gt;
For further options, please consult [[http://madwifi.org/wiki/UserDocs | Madwifi user docs]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Compile and install wpa-supplicant ===&lt;br /&gt;
Download latest version of wpa-supplicant source code, e.g. 0.5.3. Cd to the corresponding directory. Create and edit a .config file using a text editor, e.g. vi.  &lt;br /&gt;
 CONFIG_DRIVER_MADWIFI=y&lt;br /&gt;
 CFLAGS += -I/path/to/madwifi-ng&lt;br /&gt;
 CONFIG_CTRL_IFACE=y&lt;br /&gt;
 CONFIG_DRIVER_WEXT=y&lt;br /&gt;
 CONFIG_CTRL_IFACE_DBUS=y&lt;br /&gt;
&lt;br /&gt;
Build and install it. Be sure to use /usr/sbin as installation path.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Be sure to start NetworkManager in runlevel 5.&lt;br /&gt;
 chkconfig --level 345 NetworkManager on&lt;br /&gt;
&lt;br /&gt;
Wpa_supplicant is started by NetworkManager, so don't start it at boot:&lt;br /&gt;
 chkconfig --level 345 wpa_supplicant off&lt;br /&gt;
&lt;br /&gt;
Get a network address via dhcp:&lt;br /&gt;
 chkconfig --level 345 dhcdbd on&lt;br /&gt;
&lt;br /&gt;
Edit /etc/sysconfig/wpa_supplicat to &lt;br /&gt;
 # wlan0 and wifi0&lt;br /&gt;
 # INTERFACES=&amp;quot;-iwlan0 -iwifi0&amp;quot;&lt;br /&gt;
 INTERFACES=&amp;quot;-iath0&amp;quot;&lt;br /&gt;
 # ndiswrapper and prism&lt;br /&gt;
 # DRIVERS=&amp;quot;-Dndiswrapper -Dprism&amp;quot;&lt;br /&gt;
 DRIVERS=&amp;quot;-Dmadwifi&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Thats it. Reboot or start services manually.&lt;br /&gt;
&lt;br /&gt;
=== Fingerprint Reader ===&lt;br /&gt;
&lt;br /&gt;
Build and install the fingerprint reader software using [[Script for enabling the fingerprint reader]]&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
&lt;br /&gt;
# I chose to just remove the IBM Recovery Partition - essentially rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to get the ~4G of disk space.  This may have been a higher risk choice, since apparently if I ever need to reinstall Windows from the Recovery CDs I made, the only choice will be to recreate the factory disk layout, destroying my Linux installation.  Life is full of choices. There are [[Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system|instructions on an alternate method of doing the disk layout that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot; button]]; use them if 4G is less important to you than being able to restore Windows without touching Linux.&lt;br /&gt;
&lt;br /&gt;
Update: According to [http://www.thinkwiki.org/wiki/Recovering_from_Recovery_CDs the wiki post on Recovering from Recovery CDs], &amp;quot;''Recovery deletes the first partition and then installs to the first block of contiguous free space (which could be bigger than the original first partition if there was free space after it). Later partitions are safe. The partition must be at least 8GB or so or else the recovery will either fail or produce a corrupt Windows installation. You can save a little space if you intervene during some of the IBM software installs, reduce the swap size and disable hibernation, but you have to time this carefully''.&amp;quot; That means that if you used the Recovery CD's, it would ignore the linux partition (s) (although you'd probably need to deal with MBR issues). &lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:T43]]&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Scott.lawrence&amp;diff=21307</id>
		<title>User:Scott.lawrence</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Scott.lawrence&amp;diff=21307"/>
		<updated>2006-04-03T15:17:33Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://skrb.org/scott/ Home]&lt;br /&gt;
&lt;br /&gt;
[http://www.pingtel.com/ Work @ Pingtel]&lt;br /&gt;
&lt;br /&gt;
[http://www.sipfoundry.org/sipXpbx Project Coordinator for the sipXpbx open source SIP PBX]&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21306</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21306"/>
		<updated>2006-04-03T12:43:49Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Set up suspend and hibernate */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition {{footnote|1}}&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
{{cmdroot|yum install postfix}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|alternative --config mta}}&lt;br /&gt;
&lt;br /&gt;
select postfix instead of sendmail&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install tpb xosd}}&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in {{path|/etc/acpi/actions}}:&lt;br /&gt;
&lt;br /&gt;
{{path|nighty-night.sh}} (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
{{path|wakey-wakey.sh}} (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
{{path|sleep.sh}} (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
{{path|hibernate.sh}} (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file {{path|/etc/acpi/events/lid.conf}}:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing {{path|/etc/tpbrc}} and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
&lt;br /&gt;
# I chose to just remove the IBM Recovery Partition - essentially rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to get the ~4G of disk space.  This may have been a higher risk choice, since apparently if I ever need to reinstall Windows from the Recovery CDs I made, the only choice will be to recreate the factory disk layout, destroying my Linux installation.  Life is full of choices. There are [[Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system|instructions on an alternate method of doing the disk layout that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot; button]]; use them if 4G is less important to you than being able to restore Windows without touching Linux.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21305</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21305"/>
		<updated>2006-04-03T12:39:07Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Thinkpad Buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition {{footnote|1}}&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
{{cmdroot|yum install postfix}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|alternative --config mta}}&lt;br /&gt;
&lt;br /&gt;
select postfix instead of sendmail&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|yum install tpb xosd}}&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
&lt;br /&gt;
# I chose to just remove the IBM Recovery Partition - essentially rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to get the ~4G of disk space.  This may have been a higher risk choice, since apparently if I ever need to reinstall Windows from the Recovery CDs I made, the only choice will be to recreate the factory disk layout, destroying my Linux installation.  Life is full of choices. There are [[Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system|instructions on an alternate method of doing the disk layout that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot; button]]; use them if 4G is less important to you than being able to restore Windows without touching Linux.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21304</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21304"/>
		<updated>2006-04-03T12:38:36Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Switch to postfix mta (my personal preference): */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition {{footnote|1}}&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
{{cmdroot|yum install postfix}}&lt;br /&gt;
&lt;br /&gt;
{{cmdroot|alternative --config mta}}&lt;br /&gt;
&lt;br /&gt;
select postfix instead of sendmail&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
  yum install tpb xosd&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
&lt;br /&gt;
# I chose to just remove the IBM Recovery Partition - essentially rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to get the ~4G of disk space.  This may have been a higher risk choice, since apparently if I ever need to reinstall Windows from the Recovery CDs I made, the only choice will be to recreate the factory disk layout, destroying my Linux installation.  Life is full of choices. There are [[Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system|instructions on an alternate method of doing the disk layout that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot; button]]; use them if 4G is less important to you than being able to restore Windows without touching Linux.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21303</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21303"/>
		<updated>2006-04-03T12:32:45Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Install FC5 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition {{footnote|1}}&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
  yum install tpb xosd&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
&lt;br /&gt;
# I chose to just remove the IBM Recovery Partition - essentially rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to get the ~4G of disk space.  This may have been a higher risk choice, since apparently if I ever need to reinstall Windows from the Recovery CDs I made, the only choice will be to recreate the factory disk layout, destroying my Linux installation.  Life is full of choices. There are [[Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system|instructions on an alternate method of doing the disk layout that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot; button]]; use them if 4G is less important to you than being able to restore Windows without touching Linux.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21302</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21302"/>
		<updated>2006-04-03T12:30:53Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* ToDo: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
  yum install tpb xosd&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
{{footnotes|&lt;br /&gt;
&lt;br /&gt;
# I chose to just remove the IBM Recovery Partition - essentially rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to get the ~4G of disk space.  This may have been a higher risk choice, since apparently if I ever need to reinstall Windows from the Recovery CDs I made, the only choice will be to recreate the factory disk layout, destroying my Linux installation.  Life is full of choices. There are [[Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system|instructions on an alternate method of doing the disk layout that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot; button]]; use them if 4G is less important to you than being able to restore Windows without touching Linux.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21301</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21301"/>
		<updated>2006-04-03T12:25:05Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Recovery Partion Note */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
  yum install tpb xosd&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
{{footnotes|&lt;br /&gt;
&lt;br /&gt;
# I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21300</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21300"/>
		<updated>2006-04-03T12:19:47Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* ToDo: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
  yum install tpb xosd&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
==== Recovery Partion Note ====&lt;br /&gt;
&lt;br /&gt;
I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21299</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21299"/>
		<updated>2006-04-03T12:18:21Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Thinkpad Buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
  yum install tpb xosd&lt;br /&gt;
&lt;br /&gt;
See [[How_to_get_special_keys_to_work#tpb_configuration]] for how to reconfigure keys.&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T43&amp;diff=21298</id>
		<title>Installation instructions for the ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T43&amp;diff=21298"/>
		<updated>2006-04-03T12:13:33Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Distribution-specific instructions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{T43}}.&lt;br /&gt;
&lt;br /&gt;
==Distribution-specific instructions==&lt;br /&gt;
*{{Install|Debian|/Sarge|T43}}&lt;br /&gt;
*{{Install|Debian|/Sid|T43}}&lt;br /&gt;
*{{Install|Fedora| Core 4|T43}}&lt;br /&gt;
*{{Install|Fedora| Core 4|T43 (2668)}}&lt;br /&gt;
*{{Install|Fedora| Core 5|T43 (2686)}}&lt;br /&gt;
*{{Install|Gentoo||T43 (2668)}}&lt;br /&gt;
*{{Install|Ubuntu| 5.04|T43 (1875)}}&lt;br /&gt;
*{{Install|Ubuntu| 5.10|T43 (1871)}}&lt;br /&gt;
&lt;br /&gt;
==External instructions==&lt;br /&gt;
* [http://linux.spiney.org/debian_gnu_linux_on_an_ibm_thinkpad_t43p Debian Linux on an IBM Thinkpad T43p]&lt;br /&gt;
* [http://wiki.foosel.net/linux/t43 Debian GNU/Linux Etch on an IBM ThinkPad T43]&lt;br /&gt;
* [http://sth.freeshell.org/t43-linux.html Gentoo on T43]&lt;br /&gt;
* [http://www.cs.ust.hk/~joseph/Favorites/Debian/UbuntuOnIBMThinkpadT43.html Ubuntu on IBM ThinkPad T43 (2668-HH5)]&lt;br /&gt;
* [http://ce.et.tudelft.nl/~zhijiangchang/index.html#useful How to make windows, linux and AcessIBM work all together]&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21296</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21296"/>
		<updated>2006-04-03T12:11:04Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: Installing Fedora Core 5 on a ThinkPad T43 (2668) moved to Installing Fedora Core 5 on a ThinkPad T43 (2686)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
  yum install tpb xosd&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2668)&amp;diff=21297</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2668)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2668)&amp;diff=21297"/>
		<updated>2006-04-03T12:11:04Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: Installing Fedora Core 5 on a ThinkPad T43 (2668) moved to Installing Fedora Core 5 on a ThinkPad T43 (2686)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[Installing Fedora Core 5 on a ThinkPad T43 (2686)]]&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21295</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21295"/>
		<updated>2006-04-03T12:09:57Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Thinkpad Buttons ===&lt;br /&gt;
&lt;br /&gt;
Get support for various special keys and buttons (volume, screen brightness), by installing [[Tpb]]:&lt;br /&gt;
  yum install tpb xosd&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21293</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21293"/>
		<updated>2006-04-03T11:05:38Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Boot FC5 DVD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Install FC5 ==&lt;br /&gt;
I used a single install from the DVD image - boot the FC5 DVD:&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
   /boot     ext3  100M (default)&lt;br /&gt;
   swap            5G (I have 2G RAM)&lt;br /&gt;
   /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
   /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21292</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21292"/>
		<updated>2006-04-03T11:03:36Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Boot Knoppix 4.0.2 CD to resize NTFS [1] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Resize NTFS [1] ==&lt;br /&gt;
Boot Knoppix 4.0.2 CD.&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.  (after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Boot FC5 DVD ==&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21291</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21291"/>
		<updated>2006-04-03T11:02:41Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Booted Windows XP - let it convert the FAT filesystem to NTFS. */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert the FAT filesystem to NTFS. ==&lt;br /&gt;
Booted Windows XP - let it run the conversion from FAT to NTFS.  When that is finished, reboot again into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Boot Knoppix 4.0.2 CD to resize NTFS [1] ==&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Boot FC5 DVD ==&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21290</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21290"/>
		<updated>2006-04-03T11:00:55Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Set up suspend and hibernate */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Boot Knoppix 4.0.2 CD to resize NTFS [1] ==&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Boot FC5 DVD ==&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
=== Set up suspend and hibernate ===&lt;br /&gt;
&lt;br /&gt;
'''No kernel recompile needed!'''&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21289</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21289"/>
		<updated>2006-04-03T10:59:57Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Post-Install Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Boot Knoppix 4.0.2 CD to resize NTFS [1] ==&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Boot FC5 DVD ==&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
=== Configure X resolution for LCD ===&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
=== Switch to postfix mta (my personal preference): ===&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
=== CPU Frequency Scaling ===&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
==== Set up suspend and hibernate ====&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21288</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21288"/>
		<updated>2006-04-03T10:57:33Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Log in as root */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Boot Knoppix 4.0.2 CD to resize NTFS [1] ==&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Boot FC5 DVD ==&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
== Post-Install Setup ==&lt;br /&gt;
&lt;br /&gt;
Log in as root.&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
==== Set up suspend and hibernate ====&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21287</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21287"/>
		<updated>2006-04-03T10:56:39Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Boot FC5 DVD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Boot Knoppix 4.0.2 CD to resize NTFS [1] ==&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
== Boot FC5 DVD ==&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
=== Log in as root ===&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
==== Set up suspend and hibernate ====&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21286</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21286"/>
		<updated>2006-04-03T10:56:21Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Boot Knoppix 4.0.2 CD to resize NTFS [1] */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
== Boot Knoppix 4.0.2 CD to resize NTFS [1] ==&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
=== Boot FC5 DVD ===&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
=== Log in as root ===&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
==== Set up suspend and hibernate ====&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21278</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21278"/>
		<updated>2006-04-03T04:09:47Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* ToDo: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
=== Boot Knoppix 4.0.2 CD to resize NTFS [1] ===&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
=== Boot FC5 DVD ===&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
=== Log in as root ===&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
==== Set up suspend and hibernate ====&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Configure wifi&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21277</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21277"/>
		<updated>2006-04-03T04:07:17Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Set up suspend and hibernate */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
=== Boot Knoppix 4.0.2 CD to resize NTFS [1] ===&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
=== Boot FC5 DVD ===&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
=== Log in as root ===&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
==== Set up suspend and hibernate ====&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the lid switch to trigger sleep (suspend-to-ram) by creating the file /etc/acpi/events/lid.conf:&lt;br /&gt;
  event=button[/]lid&lt;br /&gt;
  action=/etc/acpi/actions/sleep.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21276</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21276"/>
		<updated>2006-04-03T03:59:09Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Set up suspend and hibernate */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
=== Boot Knoppix 4.0.2 CD to resize NTFS [1] ===&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
=== Boot FC5 DVD ===&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
=== Log in as root ===&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
==== Set up suspend and hibernate ====&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21275</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21275"/>
		<updated>2006-04-03T03:58:12Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Log in as root */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
=== Boot Knoppix 4.0.2 CD to resize NTFS [1] ===&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
=== Boot FC5 DVD ===&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
=== Log in as root ===&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
==== Set up suspend and hibernate ====&lt;br /&gt;
 &lt;br /&gt;
Create scripts in /etc/acpi/actions:&lt;br /&gt;
&lt;br /&gt;
nighty-night.sh (things to do when entering a sleep mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.sleep&lt;br /&gt;
&lt;br /&gt;
  /sbin/hwclock --systohc&lt;br /&gt;
&lt;br /&gt;
wakey-wakey.sh (things to do when waking up):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
&lt;br /&gt;
  /sbin/hwclock --hctosys&lt;br /&gt;
&lt;br /&gt;
  /usr/bin/dbus-send --system --dest=org.freedesktop.NetworkManager \&lt;br /&gt;
      --type=method_call /org/freedesktop/NetworkManager \&lt;br /&gt;
      org.freedesktop.NetworkManager.wake&lt;br /&gt;
&lt;br /&gt;
sleep.sh (enter and then leave suspend-to-ram mode):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
&lt;br /&gt;
  echo -n mem &amp;gt; /sys/power/state&lt;br /&gt;
&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
hibernate.sh (enter and then leave suspend-to-disk):&lt;br /&gt;
  #!/bin/sh&lt;br /&gt;
&lt;br /&gt;
  /etc/acpi/actions/nighty-night.sh&lt;br /&gt;
&lt;br /&gt;
  echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
&lt;br /&gt;
  /etc/acpi/actions/wakey-wakey.sh&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
&lt;br /&gt;
  THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21274</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21274"/>
		<updated>2006-04-03T03:51:34Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* ToDo: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
=== Boot Knoppix 4.0.2 CD to resize NTFS [1] ===&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
=== Boot FC5 DVD ===&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
=== Log in as root ===&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
        THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
and setting that file to:&lt;br /&gt;
        #!/bin/sh&lt;br /&gt;
        /sbin/hwclock --systohc&lt;br /&gt;
        echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
        /sbin/hwclock --hctosys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21273</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21273"/>
		<updated>2006-04-03T03:48:17Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: /* Boot FC5 DVD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
=== Boot Knoppix 4.0.2 CD to resize NTFS [1] ===&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
=== Boot FC5 DVD ===&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
=== Log in as root ===&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
        THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
and setting that file to:&lt;br /&gt;
        #!/bin/sh&lt;br /&gt;
        /sbin/hwclock --systohc&lt;br /&gt;
        echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
        /sbin/hwclock --hctosys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21272</id>
		<title>Installing Fedora Core 5 on a ThinkPad T43 (2686)</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_Core_5_on_a_ThinkPad_T43_(2686)&amp;diff=21272"/>
		<updated>2006-04-03T03:05:22Z</updated>

		<summary type="html">&lt;p&gt;Scott.lawrence: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Booted Windows XP - let it convert the FAT filesystem to NTFS. ==&lt;br /&gt;
When that is finished, rebooted into Windows&lt;br /&gt;
# Get and install the Windows updates.&lt;br /&gt;
# Restore settings from old laptop Windows account using the file and settings transfer wizard.&lt;br /&gt;
# Configure the fingerprint scanner for login (did not try using it for powerup yet) because it's so cool.&lt;br /&gt;
# Make a set of Rescue and Recovery CDs (6).&lt;br /&gt;
# Run the filesystem defragger.&lt;br /&gt;
&lt;br /&gt;
Reboot - press F1 to get to BIOS settings; adjust boot order to be just CD and then HD.&lt;br /&gt;
&lt;br /&gt;
=== Boot Knoppix 4.0.2 CD to resize NTFS [1] ===&lt;br /&gt;
&lt;br /&gt;
Run qtparted&lt;br /&gt;
# select sda&lt;br /&gt;
# select the NTFS partition&lt;br /&gt;
# Action-&amp;gt;Resize, set size to 15G&lt;br /&gt;
# File-&amp;gt;Commit to run the resize and save.&lt;br /&gt;
&lt;br /&gt;
Reboot back to Windows XP to check the filesystem.  At boot, it wanted to run a filesystem check - let it run.&lt;br /&gt;
(after booting, it wanted to reboot again because it thought some device had changed - went along with it).&lt;br /&gt;
&lt;br /&gt;
=== Boot FC5 DVD ===&lt;br /&gt;
# Check media (takes a while).&lt;br /&gt;
# Select customized partition layout&lt;br /&gt;
## Deleted the IBM recovery partition [1]&lt;br /&gt;
## Create partitions:&lt;br /&gt;
&lt;br /&gt;
                  /boot     ext3  100M (default)&lt;br /&gt;
                  swap            5G (I have 2G RAM)&lt;br /&gt;
                  /xpshare  vfat  1G (to mount to both OSs)&lt;br /&gt;
                  /         ext3  remaining space&lt;br /&gt;
&lt;br /&gt;
## Proceed with normal installation (I chose Gnome desktop and did not install KDE; root will use Gnome, but I use Xfce - see below).&lt;br /&gt;
&lt;br /&gt;
This installed kernel 2.6.15-1.2054_FC5&lt;br /&gt;
&lt;br /&gt;
=== Log in as root ===&lt;br /&gt;
&lt;br /&gt;
Run 'yum update' to get updates since DVD was made.&lt;br /&gt;
&lt;br /&gt;
Configure X resolution for LCD&lt;br /&gt;
# Select menu &amp;quot;System-&amp;gt;Administration-&amp;gt;Display&amp;quot;&lt;br /&gt;
# Hardware tab choose Generic LCD Panel-&amp;gt;LCD 1400x1050&lt;br /&gt;
# Settings tab set resolution to 1400x1050&lt;br /&gt;
# Log out and restart X w/ ctl-alt-backspace, log in again&lt;br /&gt;
&lt;br /&gt;
Switch to postfix mta (my personal preference):&lt;br /&gt;
  yum install postfix&lt;br /&gt;
  alternative --config mta (select postfix instead of sendmail)&lt;br /&gt;
&lt;br /&gt;
Set the ondemand governor by adding the following to /etc/rc.local:&lt;br /&gt;
      modprobe cpufreq_ondemand&lt;br /&gt;
      echo &amp;quot;ondemand&amp;quot; &amp;gt; /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor&lt;br /&gt;
&lt;br /&gt;
Set the &amp;quot;Access IBM&amp;quot; button to be hibernate by editing /etc/tpbrc and setting:&lt;br /&gt;
        THINKPAD /etc/acpi/actions/hibernate.sh&lt;br /&gt;
and setting that file to:&lt;br /&gt;
        #!/bin/sh&lt;br /&gt;
        /sbin/hwclock --systohc&lt;br /&gt;
        echo -n disk &amp;gt; /sys/power/state&lt;br /&gt;
        /sbin/hwclock --hctosys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ToDo: ==&lt;br /&gt;
&lt;br /&gt;
* Install laptop-mode&lt;br /&gt;
&lt;br /&gt;
* Configure multi-head X server&lt;br /&gt;
&lt;br /&gt;
* Build the fingerprint reader software and integrate into login and ssh-agent&lt;br /&gt;
&lt;br /&gt;
[1] I chose to just remove the IBM Recovery Partition - essentially&lt;br /&gt;
rendering the &amp;quot;Access IBM&amp;quot; button useless at boot time, in order to&lt;br /&gt;
get the ~4G of disk space.  This may have been a higher risk choice,&lt;br /&gt;
since apparently if I ever need to reinstall Windows from the Recovery&lt;br /&gt;
CDs I made, the only choice will be to recreate the factory disk&lt;br /&gt;
layout, destroying my Linux installation.  Life is full of choices.&lt;br /&gt;
There are instructions on an alternate method of doing the disk layout&lt;br /&gt;
that retains the useful recovery partition and the &amp;quot;Access IBM&amp;quot;&lt;br /&gt;
button; use them if 4G is less important to you than being able to&lt;br /&gt;
restore Windows without touching Linux:&lt;br /&gt;
&lt;br /&gt;
http://www.thinkwiki.org/wiki/Pre-Installation_steps#Moving_the_Recovery_partition_using_a_Linux_rescue_system&lt;/div&gt;</summary>
		<author><name>Scott.lawrence</name></author>
		
	</entry>
</feed>