<?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=Jbroach</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=Jbroach"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Jbroach"/>
	<updated>2026-05-01T03:20:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=54994</id>
		<title>Installing Ubuntu 10.10 (Maverick Meerkat) on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=54994"/>
		<updated>2013-12-07T18:08:18Z</updated>

		<summary type="html">&lt;p&gt;Jbroach: fixed tp_smapi internal link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* ATI Mobility Radeon X300 graphics card&lt;br /&gt;
* Battery Management (but see battery life notes in GPU clockspeed section)&lt;br /&gt;
* CPU power management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad) middle button scroll did not work&lt;br /&gt;
* Wi-Fi&lt;br /&gt;
* Hibernate and Standby (Hibernate slower than reboot, though)&lt;br /&gt;
* ThinkLight&lt;br /&gt;
* Generic external USB Bluetooth adapter (internal Bluetooth not tested) &lt;br /&gt;
&lt;br /&gt;
Required extra work&lt;br /&gt;
* Volume up/down/mute buttons&lt;br /&gt;
* [[Active Protection System]] (APS)&lt;br /&gt;
* GPU power management (ATI Mobility Radeon X300)&lt;br /&gt;
* Fan control&lt;br /&gt;
* Middle button trackpoint scroll&lt;br /&gt;
&lt;br /&gt;
Not working or working with bugs&lt;br /&gt;
* External 1680x1050 display in spanning mode has issues (both DVI and VGA) unless [[Compiz]] effects are switched off.&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Battery charge controls (e.g. charge/discharge threshold settings)&lt;br /&gt;
* Built-in Bluetooth&lt;br /&gt;
* Modem&lt;br /&gt;
* IrDA&lt;br /&gt;
* PCMCIA&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Volume Up/Down/Mute Buttons===&lt;br /&gt;
&lt;br /&gt;
The volume up/down/mute keys are disabled by default. To enable them ([http://ubuntuforums.org/archive/index.php/t-1328016.html discussion]):&lt;br /&gt;
&lt;br /&gt;
 $ sudo cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask&lt;br /&gt;
&lt;br /&gt;
Add the above line (minus the &amp;quot;sudo&amp;quot;) to /etc/rc.local to enable sound keys at boot. Note that sound control with the volume keys is coarser in Ubuntu than in Windows XP.&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
The accelerometer-controlled [[Active Protection System]] (APS) that parks the hard drive when the computer is bumped or dropped is not enabled by default. Refer to [[How to protect the harddisk through APS]] for more general and detailed notes.&lt;br /&gt;
&lt;br /&gt;
The preferred method of interfacing with the accelerometer seems to be through the [[Tp_smapi]] module. Download Tp smapi from [http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download]. Install using:&lt;br /&gt;
&lt;br /&gt;
 $ tar xvzf tp_smapi-0.40.tgz&lt;br /&gt;
 $ sudo make HDAPS=1 install&lt;br /&gt;
&lt;br /&gt;
Reboot the system.  Test by nudging the laptop or lifting the base.  You should hear the drive's heads park immediately.  Some drives do not correctly report that they support instant head parking (e.g. Fujitsu MHV2040AH).  In that case, try adding the &amp;quot;force&amp;quot; parking option to the hdapsd configuration script:&lt;br /&gt;
&lt;br /&gt;
 $ sudo gedit /etc/default/hdapsd&lt;br /&gt;
&lt;br /&gt;
Add -f to the $OPTIONS variable, and save and close the file. Then, restart the hdaps daemon:&lt;br /&gt;
&lt;br /&gt;
 $ sudo /etc/init.d/hdapsd restart&lt;br /&gt;
&lt;br /&gt;
This has fixed the issue on some drives (Fujitsu MHV2040AH).&lt;br /&gt;
&lt;br /&gt;
For further troubleshooting, the follwing command will print acceleroemter data and parking messages in real-time:&lt;br /&gt;
&lt;br /&gt;
 $ sudo hdapsd -d sda -s 15 -a -v -y&lt;br /&gt;
&lt;br /&gt;
Move the computer, and check that the values change. Bump the laptop, and there should be a message about parking the drive heads.&lt;br /&gt;
&lt;br /&gt;
===USB autosuspend===&lt;br /&gt;
&lt;br /&gt;
USB autosuspend is disabled in the default configuration. This seems to prevent the processor from entering the lowest power (C4) state when running on battery power, at least in practice. This feature can be enabled per session using the powertop application (by accepting the suggestion to enable). To enable at startup, follow the instructions from [http://ubuntuforums.org/showthread.php?t=1326333]. Power savings are significant, and no negative side effects have been observed with stock hardware.&lt;br /&gt;
&lt;br /&gt;
===GPU Power Management (ATI Mobility Radeon X300)===&lt;br /&gt;
&lt;br /&gt;
The default installation uses the open-source Radeon driver. Compared with the ATI drivers under Windows XP, GPU temperature was about 6 degrees celsius higher and overall power consumption at idle was about 4w (20w v 16w) greater running on battery. The open-source driver defaults to maximum GPU clockspeed (300MHz) in all situations.  You can check the current clock speeds with:&lt;br /&gt;
&lt;br /&gt;
 $ cat /sys/kernel/debug/dri/0/radeon_pm_info&lt;br /&gt;
&lt;br /&gt;
Reduce clock speed with the following commands issued as root ([http://wiki.x.org/wiki/RadeonFeature detailed documentation], but note error in config paths &amp;quot;card-0&amp;quot; instead of &amp;quot;card0&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
 $ echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $ echo low &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Return to max clock speed with:&lt;br /&gt;
&lt;br /&gt;
 $ echo high &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Automatically switch to low when on battery power with:&lt;br /&gt;
&lt;br /&gt;
 $echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $echo auto &amp;gt; /sys/class/drm/card0/device/power_profile&lt;br /&gt;
&lt;br /&gt;
Running on low considerably reduces the GPU temperature and power draw.&lt;br /&gt;
&lt;br /&gt;
===Cooling Fan===&lt;br /&gt;
&lt;br /&gt;
The cooling fan exhibits the documented [[Problem with fan noise]]. To improve it (but at risk of overheating), run one of the [[Fan control scripts]].&lt;br /&gt;
&lt;br /&gt;
===Middle Button Trackpoint Scroll===&lt;br /&gt;
&lt;br /&gt;
This is disabled by default but is easily configured with the GUI tool gpointing-device-settings, available in the Ubuntu Software Center.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
&lt;br /&gt;
===External Display in Spanning Mode===&lt;br /&gt;
&lt;br /&gt;
There seems to be an issue with external displays in spanning mode when [[Compiz]] effects are enabled. With the ATI Mobility Radeon X300 card and an external 1680x1050 display (internal 1024x768), the rightmost area of the extended desktop is corrupted. The corruption is the same whether the internal LCD screen or the external display is in the righthand position. This occurs using built-in VGA out, [[ThinkPad Mini-Dock]] VGA out, or [[ThinkPad Mini-Dock]] DVI out. The solution is to disable all [[Compiz]] effects (Preferences-&amp;gt;Appearance-&amp;gt;Visual Effects).&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Tp-smapi]]&lt;br /&gt;
* [[Problem with fan noise]]&lt;br /&gt;
* [[Fan control scripts]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Installing Ubuntu 10.10 (Maverick) on a ThinkPad T61]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* http://ubuntuforums.org/archive/index.php/t-1328016.html&lt;br /&gt;
* http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download&lt;br /&gt;
* http://wiki.x.org/wiki/RadeonFeature&lt;br /&gt;
&lt;br /&gt;
[[Category: Ubuntu]] [[Category: t43]] [[Category: Ubuntu 10.10]]&lt;/div&gt;</summary>
		<author><name>Jbroach</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=54163</id>
		<title>Installing Ubuntu 10.10 (Maverick Meerkat) on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=54163"/>
		<updated>2012-12-16T21:22:51Z</updated>

		<summary type="html">&lt;p&gt;Jbroach: USB autosuspend subsection added under Configuration.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* ATI Mobility Radeon X300 graphics card&lt;br /&gt;
* Battery Management (but see battery life notes in GPU clockspeed section)&lt;br /&gt;
* CPU power management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad) middle button scroll did not work&lt;br /&gt;
* Wi-Fi&lt;br /&gt;
* Hibernate and Standby (Hibernate slower than reboot, though)&lt;br /&gt;
* ThinkLight&lt;br /&gt;
* Generic external USB Bluetooth adapter (internal Bluetooth not tested) &lt;br /&gt;
&lt;br /&gt;
Required extra work&lt;br /&gt;
* Volume up/down/mute buttons&lt;br /&gt;
* [[Active Protection System]] (APS)&lt;br /&gt;
* GPU power management (ATI Mobility Radeon X300)&lt;br /&gt;
* Fan control&lt;br /&gt;
* Middle button trackpoint scroll&lt;br /&gt;
&lt;br /&gt;
Not working or working with bugs&lt;br /&gt;
* External 1680x1050 display in spanning mode has issues (both DVI and VGA) unless [[Compiz]] effects are switched off.&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Battery charge controls (e.g. charge/discharge threshold settings)&lt;br /&gt;
* Built-in Bluetooth&lt;br /&gt;
* Modem&lt;br /&gt;
* IrDA&lt;br /&gt;
* PCMCIA&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Volume Up/Down/Mute Buttons===&lt;br /&gt;
&lt;br /&gt;
The volume up/down/mute keys are disabled by default. To enable them ([http://ubuntuforums.org/archive/index.php/t-1328016.html discussion]):&lt;br /&gt;
&lt;br /&gt;
 $ sudo cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask&lt;br /&gt;
&lt;br /&gt;
Add the above line (minus the &amp;quot;sudo&amp;quot;) to /etc/rc.local to enable sound keys at boot. Note that sound control with the volume keys is coarser in Ubuntu than in Windows XP.&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
The accelerometer-controlled [[Active Protection System]] (APS) that parks the hard drive when the computer is bumped or dropped is not enabled by default. Refer to [[How to protect the harddisk through APS]] for more general and detailed notes.&lt;br /&gt;
&lt;br /&gt;
The preferred method of interfacing with the accelerometer seems to be through the [[Tp-smapi]] module. Download tp-smapi from [http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download]. Install using:&lt;br /&gt;
&lt;br /&gt;
 $ tar xvzf tp_smapi-0.40.tgz&lt;br /&gt;
 $ sudo make HDAPS=1 install&lt;br /&gt;
&lt;br /&gt;
Reboot the system.  Test by nudging the laptop or lifting the base.  You should hear the drive's heads park immediately.  Some drives do not correctly report that they support instant head parking (e.g. Fujitsu MHV2040AH).  In that case, try adding the &amp;quot;force&amp;quot; parking option to the hdapsd configuration script:&lt;br /&gt;
&lt;br /&gt;
 $ sudo gedit /etc/default/hdapsd&lt;br /&gt;
&lt;br /&gt;
Add -f to the $OPTIONS variable, and save and close the file. Then, restart the hdaps daemon:&lt;br /&gt;
&lt;br /&gt;
 $ sudo /etc/init.d/hdapsd restart&lt;br /&gt;
&lt;br /&gt;
This has fixed the issue on some drives (Fujitsu MHV2040AH).&lt;br /&gt;
&lt;br /&gt;
For further troubleshooting, the follwing command will print acceleroemter data and parking messages in real-time:&lt;br /&gt;
&lt;br /&gt;
 $ sudo hdapsd -d sda -s 15 -a -v -y&lt;br /&gt;
&lt;br /&gt;
Move the computer, and check that the values change. Bump the laptop, and there should be a message about parking the drive heads.&lt;br /&gt;
&lt;br /&gt;
===USB autosuspend===&lt;br /&gt;
&lt;br /&gt;
USB autosuspend is disabled in the default configuration. This seems to prevent the processor from entering the lowest power (C4) state when running on battery power, at least in practice. This feature can be enabled per session using the powertop application (by accepting the suggestion to enable). To enable at startup, follow the instructions from [http://ubuntuforums.org/showthread.php?t=1326333]. Power savings are significant, and no negative side effects have been observed with stock hardware.&lt;br /&gt;
&lt;br /&gt;
===GPU Power Management (ATI Mobility Radeon X300)===&lt;br /&gt;
&lt;br /&gt;
The default installation uses the open-source Radeon driver. Compared with the ATI drivers under Windows XP, GPU temperature was about 6 degrees celsius higher and overall power consumption at idle was about 4w (20w v 16w) greater running on battery. The open-source driver defaults to maximum GPU clockspeed (300MHz) in all situations.  You can check the current clock speeds with:&lt;br /&gt;
&lt;br /&gt;
 $ cat /sys/kernel/debug/dri/0/radeon_pm_info&lt;br /&gt;
&lt;br /&gt;
Reduce clock speed with the following commands issued as root ([http://wiki.x.org/wiki/RadeonFeature detailed documentation], but note error in config paths &amp;quot;card-0&amp;quot; instead of &amp;quot;card0&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
 $ echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $ echo low &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Return to max clock speed with:&lt;br /&gt;
&lt;br /&gt;
 $ echo high &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Automatically switch to low when on battery power with:&lt;br /&gt;
&lt;br /&gt;
 $echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $echo auto &amp;gt; /sys/class/drm/card0/device/power_profile&lt;br /&gt;
&lt;br /&gt;
Running on low considerably reduces the GPU temperature and power draw.&lt;br /&gt;
&lt;br /&gt;
===Cooling Fan===&lt;br /&gt;
&lt;br /&gt;
The cooling fan exhibits the documented [[Problem with fan noise]]. To improve it (but at risk of overheating), run one of the [[Fan control scripts]].&lt;br /&gt;
&lt;br /&gt;
===Middle Button Trackpoint Scroll===&lt;br /&gt;
&lt;br /&gt;
This is disabled by default but is easily configured with the GUI tool gpointing-device-settings, available in the Ubuntu Software Center.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
&lt;br /&gt;
===External Display in Spanning Mode===&lt;br /&gt;
&lt;br /&gt;
There seems to be an issue with external displays in spanning mode when [[Compiz]] effects are enabled. With the ATI Mobility Radeon X300 card and an external 1680x1050 display (internal 1024x768), the rightmost area of the extended desktop is corrupted. The corruption is the same whether the internal LCD screen or the external display is in the righthand position. This occurs using built-in VGA out, [[ThinkPad Mini-Dock]] VGA out, or [[ThinkPad Mini-Dock]] DVI out. The solution is to disable all [[Compiz]] effects (Preferences-&amp;gt;Appearance-&amp;gt;Visual Effects).&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Tp-smapi]]&lt;br /&gt;
* [[Problem with fan noise]]&lt;br /&gt;
* [[Fan control scripts]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Installing Ubuntu 10.10 (Maverick) on a ThinkPad T61]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* http://ubuntuforums.org/archive/index.php/t-1328016.html&lt;br /&gt;
* http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download&lt;br /&gt;
* http://wiki.x.org/wiki/RadeonFeature&lt;br /&gt;
&lt;br /&gt;
[[Category: Ubuntu]] [[Category: t43]] [[Category: Ubuntu 10.10]]&lt;/div&gt;</summary>
		<author><name>Jbroach</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=53627</id>
		<title>Installing Ubuntu 10.10 (Maverick Meerkat) on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=53627"/>
		<updated>2012-04-28T18:22:48Z</updated>

		<summary type="html">&lt;p&gt;Jbroach: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* ATI Mobility Radeon X300 graphics card&lt;br /&gt;
* Battery Management (but see battery life notes in GPU clockspeed section)&lt;br /&gt;
* CPU power management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad) middle button scroll did not work&lt;br /&gt;
* Wi-Fi&lt;br /&gt;
* Hibernate and Standby (Hibernate slower than reboot, though)&lt;br /&gt;
* ThinkLight&lt;br /&gt;
* Generic external USB Bluetooth adapter (internal Bluetooth not tested) &lt;br /&gt;
&lt;br /&gt;
Required extra work&lt;br /&gt;
* Volume up/down/mute buttons&lt;br /&gt;
* [[Active Protection System]] (APS)&lt;br /&gt;
* GPU power management (ATI Mobility Radeon X300)&lt;br /&gt;
* Fan control&lt;br /&gt;
* Middle button trackpoint scroll&lt;br /&gt;
&lt;br /&gt;
Not working or working with bugs&lt;br /&gt;
* External 1680x1050 display in spanning mode has issues (both DVI and VGA) unless [[Compiz]] effects are switched off.&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Battery charge controls (e.g. charge/discharge threshold settings)&lt;br /&gt;
* Built-in Bluetooth&lt;br /&gt;
* Modem&lt;br /&gt;
* IrDA&lt;br /&gt;
* PCMCIA&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Volume Up/Down/Mute Buttons===&lt;br /&gt;
&lt;br /&gt;
The volume up/down/mute keys are disabled by default. To enable them ([http://ubuntuforums.org/archive/index.php/t-1328016.html discussion]):&lt;br /&gt;
&lt;br /&gt;
 $ sudo cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask&lt;br /&gt;
&lt;br /&gt;
Add the above line (minus the &amp;quot;sudo&amp;quot;) to /etc/rc.local to enable sound keys at boot. Note that sound control with the volume keys is coarser in Ubuntu than in Windows XP.&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
The accelerometer-controlled [[Active Protection System]] (APS) that parks the hard drive when the computer is bumped or dropped is not enabled by default. Refer to [[How to protect the harddisk through APS]] for more general and detailed notes.&lt;br /&gt;
&lt;br /&gt;
The preferred method of interfacing with the accelerometer seems to be through the [[Tp-smapi]] module. Download tp-smapi from [http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download]. Install using:&lt;br /&gt;
&lt;br /&gt;
 $ tar xvzf tp_smapi-0.40.tgz&lt;br /&gt;
 $ sudo make HDAPS=1 install&lt;br /&gt;
&lt;br /&gt;
Reboot the system.  Test by nudging the laptop or lifting the base.  You should hear the drive's heads park immediately.  Some drives do not correctly report that they support instant head parking (e.g. Fujitsu MHV2040AH).  In that case, try adding the &amp;quot;force&amp;quot; parking option to the hdapsd configuration script:&lt;br /&gt;
&lt;br /&gt;
 $ sudo gedit /etc/default/hdapsd&lt;br /&gt;
&lt;br /&gt;
Add -f to the $OPTIONS variable, and save and close the file. Then, restart the hdaps daemon:&lt;br /&gt;
&lt;br /&gt;
 $ sudo /etc/init.d/hdapsd restart&lt;br /&gt;
&lt;br /&gt;
This has fixed the issue on some drives (Fujitsu MHV2040AH).&lt;br /&gt;
&lt;br /&gt;
For further troubleshooting, the follwing command will print acceleroemter data and parking messages in real-time:&lt;br /&gt;
&lt;br /&gt;
 $ sudo hdapsd -d sda -s 15 -a -v -y&lt;br /&gt;
&lt;br /&gt;
Move the computer, and check that the values change. Bump the laptop, and there should be a message about parking the drive heads.&lt;br /&gt;
&lt;br /&gt;
===GPU Power Management (ATI Mobility Radeon X300)===&lt;br /&gt;
&lt;br /&gt;
The default installation uses the open-source Radeon driver. Compared with the ATI drivers under Windows XP, GPU temperature was about 6 degrees celsius higher and overall power consumption at idle was about 4w (20w v 16w) greater running on battery. The open-source driver defaults to maximum GPU clockspeed (300MHz) in all situations.  You can check the current clock speeds with:&lt;br /&gt;
&lt;br /&gt;
 $ cat /sys/kernel/debug/dri/0/radeon_pm_info&lt;br /&gt;
&lt;br /&gt;
Reduce clock speed with the following commands issued as root ([http://wiki.x.org/wiki/RadeonFeature detailed documentation], but note error in config paths &amp;quot;card-0&amp;quot; instead of &amp;quot;card0&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
 $ echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $ echo low &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Return to max clock speed with:&lt;br /&gt;
&lt;br /&gt;
 $ echo high &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Automatically switch to low when on battery power with:&lt;br /&gt;
&lt;br /&gt;
 $echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $echo auto &amp;gt; /sys/class/drm/card0/device/power_profile&lt;br /&gt;
&lt;br /&gt;
Running on low considerably reduces the GPU temperature and power draw.&lt;br /&gt;
&lt;br /&gt;
===Cooling Fan===&lt;br /&gt;
&lt;br /&gt;
The cooling fan exhibits the documented [[Problem with fan noise]]. To improve it (but at risk of overheating), run one of the [[Fan control scripts]].&lt;br /&gt;
&lt;br /&gt;
===Middle Button Trackpoint Scroll===&lt;br /&gt;
&lt;br /&gt;
This is disabled by default but is easily configured with the GUI tool gpointing-device-settings, available in the Ubuntu Software Center.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
&lt;br /&gt;
===External Display in Spanning Mode===&lt;br /&gt;
&lt;br /&gt;
There seems to be an issue with external displays in spanning mode when [[Compiz]] effects are enabled. With the ATI Mobility Radeon X300 card and an external 1680x1050 display (internal 1024x768), the rightmost area of the extended desktop is corrupted. The corruption is the same whether the internal LCD screen or the external display is in the righthand position. This occurs using built-in VGA out, [[ThinkPad Mini-Dock]] VGA out, or [[ThinkPad Mini-Dock]] DVI out. The solution is to disable all [[Compiz]] effects (Preferences-&amp;gt;Appearance-&amp;gt;Visual Effects).&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Tp-smapi]]&lt;br /&gt;
* [[Problem with fan noise]]&lt;br /&gt;
* [[Fan control scripts]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Installing Ubuntu 10.10 (Maverick) on a ThinkPad T61]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* http://ubuntuforums.org/archive/index.php/t-1328016.html&lt;br /&gt;
* http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download&lt;br /&gt;
* http://wiki.x.org/wiki/RadeonFeature&lt;br /&gt;
&lt;br /&gt;
[[Category: Ubuntu]] [[Category: t43]] [[Category: Ubuntu 10.10]]&lt;/div&gt;</summary>
		<author><name>Jbroach</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=53626</id>
		<title>Installing Ubuntu 10.10 (Maverick Meerkat) on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=53626"/>
		<updated>2012-04-28T18:21:47Z</updated>

		<summary type="html">&lt;p&gt;Jbroach: added workaround for Compiz effects bug when spanning displays&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* ATI Mobility Radeon X300 graphics card&lt;br /&gt;
* Battery Management (but see battery life notes in GPU clockspeed section)&lt;br /&gt;
* CPU power management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad) middle button scroll did not work&lt;br /&gt;
* Wi-Fi&lt;br /&gt;
* Hibernate and Standby (Hibernate slower than reboot, though)&lt;br /&gt;
* ThinkLight&lt;br /&gt;
* Generic external USB Bluetooth adapter (internal Bluetooth not tested) &lt;br /&gt;
&lt;br /&gt;
Required extra work&lt;br /&gt;
* Volume up/down/mute buttons&lt;br /&gt;
* [[Active Protection System]] (APS)&lt;br /&gt;
* GPU power management (ATI Mobility Radeon X300)&lt;br /&gt;
* Fan control&lt;br /&gt;
* Middle button trackpoint scroll&lt;br /&gt;
&lt;br /&gt;
Not working or working with bugs&lt;br /&gt;
* External 1680x1050 display in spanning mode has issues (both DVI and VGA) unless compiz effects are switched off.&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Battery charge controls (e.g. charge/discharge threshold settings)&lt;br /&gt;
* Built-in Bluetooth&lt;br /&gt;
* Modem&lt;br /&gt;
* IrDA&lt;br /&gt;
* PCMCIA&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Volume Up/Down/Mute Buttons===&lt;br /&gt;
&lt;br /&gt;
The volume up/down/mute keys are disabled by default. To enable them ([http://ubuntuforums.org/archive/index.php/t-1328016.html discussion]):&lt;br /&gt;
&lt;br /&gt;
 $ sudo cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask&lt;br /&gt;
&lt;br /&gt;
Add the above line (minus the &amp;quot;sudo&amp;quot;) to /etc/rc.local to enable sound keys at boot. Note that sound control with the volume keys is coarser in Ubuntu than in Windows XP.&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
The accelerometer-controlled [[Active Protection System]] (APS) that parks the hard drive when the computer is bumped or dropped is not enabled by default. Refer to [[How to protect the harddisk through APS]] for more general and detailed notes.&lt;br /&gt;
&lt;br /&gt;
The preferred method of interfacing with the accelerometer seems to be through the [[Tp-smapi]] module. Download tp-smapi from [http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download]. Install using:&lt;br /&gt;
&lt;br /&gt;
 $ tar xvzf tp_smapi-0.40.tgz&lt;br /&gt;
 $ sudo make HDAPS=1 install&lt;br /&gt;
&lt;br /&gt;
Reboot the system.  Test by nudging the laptop or lifting the base.  You should hear the drive's heads park immediately.  Some drives do not correctly report that they support instant head parking (e.g. Fujitsu MHV2040AH).  In that case, try adding the &amp;quot;force&amp;quot; parking option to the hdapsd configuration script:&lt;br /&gt;
&lt;br /&gt;
 $ sudo gedit /etc/default/hdapsd&lt;br /&gt;
&lt;br /&gt;
Add -f to the $OPTIONS variable, and save and close the file. Then, restart the hdaps daemon:&lt;br /&gt;
&lt;br /&gt;
 $ sudo /etc/init.d/hdapsd restart&lt;br /&gt;
&lt;br /&gt;
This has fixed the issue on some drives (Fujitsu MHV2040AH).&lt;br /&gt;
&lt;br /&gt;
For further troubleshooting, the follwing command will print acceleroemter data and parking messages in real-time:&lt;br /&gt;
&lt;br /&gt;
 $ sudo hdapsd -d sda -s 15 -a -v -y&lt;br /&gt;
&lt;br /&gt;
Move the computer, and check that the values change. Bump the laptop, and there should be a message about parking the drive heads.&lt;br /&gt;
&lt;br /&gt;
===GPU Power Management (ATI Mobility Radeon X300)===&lt;br /&gt;
&lt;br /&gt;
The default installation uses the open-source Radeon driver. Compared with the ATI drivers under Windows XP, GPU temperature was about 6 degrees celsius higher and overall power consumption at idle was about 4w (20w v 16w) greater running on battery. The open-source driver defaults to maximum GPU clockspeed (300MHz) in all situations.  You can check the current clock speeds with:&lt;br /&gt;
&lt;br /&gt;
 $ cat /sys/kernel/debug/dri/0/radeon_pm_info&lt;br /&gt;
&lt;br /&gt;
Reduce clock speed with the following commands issued as root ([http://wiki.x.org/wiki/RadeonFeature detailed documentation], but note error in config paths &amp;quot;card-0&amp;quot; instead of &amp;quot;card0&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
 $ echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $ echo low &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Return to max clock speed with:&lt;br /&gt;
&lt;br /&gt;
 $ echo high &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Automatically switch to low when on battery power with:&lt;br /&gt;
&lt;br /&gt;
 $echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $echo auto &amp;gt; /sys/class/drm/card0/device/power_profile&lt;br /&gt;
&lt;br /&gt;
Running on low considerably reduces the GPU temperature and power draw.&lt;br /&gt;
&lt;br /&gt;
===Cooling Fan===&lt;br /&gt;
&lt;br /&gt;
The cooling fan exhibits the documented [[Problem with fan noise]]. To improve it (but at risk of overheating), run one of the [[Fan control scripts]].&lt;br /&gt;
&lt;br /&gt;
===Middle Button Trackpoint Scroll===&lt;br /&gt;
&lt;br /&gt;
This is disabled by default but is easily configured with the GUI tool gpointing-device-settings, available in the Ubuntu Software Center.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
&lt;br /&gt;
===External Display in Spanning Mode===&lt;br /&gt;
&lt;br /&gt;
There seems to be an issue with external displays in spanning mode when [[Compiz]] effects are enabled. With the ATI Mobility Radeon X300 card and an external 1680x1050 display (internal 1024x768), the rightmost area of the extended desktop is corrupted. The corruption is the same whether the internal LCD screen or the external display is in the righthand position. This occurs using built-in VGA out, [[ThinkPad Mini-Dock]] VGA out, or [[ThinkPad Mini-Dock]] DVI out. The solution is to disable all [[Compiz]] effects (Preferences-&amp;gt;Appearance-&amp;gt;Visual Effects).&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Tp-smapi]]&lt;br /&gt;
* [[Problem with fan noise]]&lt;br /&gt;
* [[Fan control scripts]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Installing Ubuntu 10.10 (Maverick) on a ThinkPad T61]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* http://ubuntuforums.org/archive/index.php/t-1328016.html&lt;br /&gt;
* http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download&lt;br /&gt;
* http://wiki.x.org/wiki/RadeonFeature&lt;br /&gt;
&lt;br /&gt;
[[Category: Ubuntu]] [[Category: t43]] [[Category: Ubuntu 10.10]]&lt;/div&gt;</summary>
		<author><name>Jbroach</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=50729</id>
		<title>Installing Ubuntu 10.10 (Maverick Meerkat) on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=50729"/>
		<updated>2011-02-25T19:18:35Z</updated>

		<summary type="html">&lt;p&gt;Jbroach: Edited GPU temps and power use based on better measurements.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* ATI Mobility Radeon X300 graphics card&lt;br /&gt;
* Battery Management (but see battery life notes in GPU clockspeed section)&lt;br /&gt;
* CPU power management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad) middle button scroll did not work&lt;br /&gt;
* Wi-Fi&lt;br /&gt;
* Hibernate and Standby (Hibernate slower than reboot, though)&lt;br /&gt;
* ThinkLight&lt;br /&gt;
* Generic external USB Bluetooth adapter (internal Bluetooth not tested) &lt;br /&gt;
&lt;br /&gt;
Required extra work&lt;br /&gt;
* Volume up/down/mute buttons&lt;br /&gt;
* [[Active Protection System]] (APS)&lt;br /&gt;
* GPU power management (ATI Mobility Radeon X300)&lt;br /&gt;
* Fan control&lt;br /&gt;
* Middle button trackpoint scroll&lt;br /&gt;
&lt;br /&gt;
Not working or working with bugs&lt;br /&gt;
* External 1680x1050 display in spanning mode has issues (both DVI and VGA)&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Battery charge controls (e.g. charge/discharge threshold settings)&lt;br /&gt;
* Built-in Bluetooth&lt;br /&gt;
* Modem&lt;br /&gt;
* IrDA&lt;br /&gt;
* PCMCIA&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Volume Up/Down/Mute Buttons===&lt;br /&gt;
&lt;br /&gt;
The volume up/down/mute keys are disabled by default. To enable them ([http://ubuntuforums.org/archive/index.php/t-1328016.html discussion]):&lt;br /&gt;
&lt;br /&gt;
 $ sudo cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask&lt;br /&gt;
&lt;br /&gt;
Add the above line (minus the &amp;quot;sudo&amp;quot;) to /etc/rc.local to enable sound keys at boot. Note that sound control with the volume keys is coarser in Ubuntu than in Windows XP.&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
The accelerometer-controlled [[Active Protection System]] (APS) that parks the hard drive when the computer is bumped or dropped is not enabled by default. Refer to [[How to protect the harddisk through APS]] for more general and detailed notes.&lt;br /&gt;
&lt;br /&gt;
The preferred method of interfacing with the accelerometer seems to be through the [[Tp-smapi]] module. Download tp-smapi from [http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download]. Install using:&lt;br /&gt;
&lt;br /&gt;
 $ tar xvzf tp_smapi-0.40.tgz&lt;br /&gt;
 $ sudo make HDAPS=1 install&lt;br /&gt;
&lt;br /&gt;
Reboot the system.  Test by nudging the laptop or lifting the base.  You should hear the drive's heads park immediately.  Some drives do not correctly report that they support instant head parking (e.g. Fujitsu MHV2040AH).  In that case, try adding the &amp;quot;force&amp;quot; parking option to the hdapsd configuration script:&lt;br /&gt;
&lt;br /&gt;
 $ sudo gedit /etc/default/hdapsd&lt;br /&gt;
&lt;br /&gt;
Add -f to the $OPTIONS variable, and save and close the file. Then, restart the hdaps daemon:&lt;br /&gt;
&lt;br /&gt;
 $ sudo /etc/init.d/hdapsd restart&lt;br /&gt;
&lt;br /&gt;
This has fixed the issue on some drives (Fujitsu MHV2040AH).&lt;br /&gt;
&lt;br /&gt;
For further troubleshooting, the follwing command will print acceleroemter data and parking messages in real-time:&lt;br /&gt;
&lt;br /&gt;
 $ sudo hdapsd -d sda -s 15 -a -v -y&lt;br /&gt;
&lt;br /&gt;
Move the computer, and check that the values change. Bump the laptop, and there should be a message about parking the drive heads.&lt;br /&gt;
&lt;br /&gt;
===GPU Power Management (ATI Mobility Radeon X300)===&lt;br /&gt;
&lt;br /&gt;
The default installation uses the open-source Radeon driver. Compared with the ATI drivers under Windows XP, GPU temperature was about 6 degrees celsius higher and overall power consumption at idle was about 4w (20w v 16w) greater running on battery. The open-source driver defaults to maximum GPU clockspeed (300MHz) in all situations.  You can check the current clock speeds with:&lt;br /&gt;
&lt;br /&gt;
 $ cat /sys/kernel/debug/dri/0/radeon_pm_info&lt;br /&gt;
&lt;br /&gt;
Reduce clock speed with the following commands issued as root ([http://wiki.x.org/wiki/RadeonFeature detailed documentation], but note error in config paths &amp;quot;card-0&amp;quot; instead of &amp;quot;card0&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
 $ echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $ echo low &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Return to max clock speed with:&lt;br /&gt;
&lt;br /&gt;
 $ echo high &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Automatically switch to low when on battery power with:&lt;br /&gt;
&lt;br /&gt;
 $echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $echo auto &amp;gt; /sys/class/drm/card0/device/power_profile&lt;br /&gt;
&lt;br /&gt;
Running on low considerably reduces the GPU temperature and power draw.&lt;br /&gt;
&lt;br /&gt;
===Cooling Fan===&lt;br /&gt;
&lt;br /&gt;
The cooling fan exhibits the documented [[Problem with fan noise]]. To improve it (but at risk of overheating), run one of the [[Fan control scripts]].&lt;br /&gt;
&lt;br /&gt;
===Middle Button Trackpoint Scroll===&lt;br /&gt;
&lt;br /&gt;
This is disabled by default but is easily configured with the GUI tool gpointing-device-settings, available in the Ubuntu Software Center.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
&lt;br /&gt;
===External Display in Spanning Mode===&lt;br /&gt;
&lt;br /&gt;
There seems to be an issue with external displays in spanning mode. With the ATI Mobility Radeon X300 card and an external 1680x1050 display (internal 1024x768), the rightmost area of the extended desktop is corrupted. The corruption is the same whether the internal LCD screen or the external display is in the righthand position. This occurs using built-in VGA out, [[ThinkPad Mini-Dock]] VGA out, or [[ThinkPad Mini-Dock]] DVI out. No solution has been found.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Tp-smapi]]&lt;br /&gt;
* [[Problem with fan noise]]&lt;br /&gt;
* [[Fan control scripts]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Installing Ubuntu 10.10 (Maverick) on a ThinkPad T61]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* http://ubuntuforums.org/archive/index.php/t-1328016.html&lt;br /&gt;
* http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download&lt;br /&gt;
* http://wiki.x.org/wiki/RadeonFeature&lt;br /&gt;
&lt;br /&gt;
[[Category: Ubuntu]] [[Category: t43]] [[Category: Ubuntu 10.10]]&lt;/div&gt;</summary>
		<author><name>Jbroach</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=50728</id>
		<title>Installing Ubuntu 10.10 (Maverick Meerkat) on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=50728"/>
		<updated>2011-02-25T07:01:10Z</updated>

		<summary type="html">&lt;p&gt;Jbroach: added info on enabling middle button scroll&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* ATI Mobility Radeon X300 graphics card&lt;br /&gt;
* Battery Management (but see battery life notes in GPU clockspeed section)&lt;br /&gt;
* CPU power management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad) middle button scroll did not work&lt;br /&gt;
* Wi-Fi&lt;br /&gt;
* Hibernate and Standby (Hibernate slower than reboot, though)&lt;br /&gt;
* ThinkLight&lt;br /&gt;
* Generic external USB Bluetooth adapter (internal Bluetooth not tested) &lt;br /&gt;
&lt;br /&gt;
Required extra work&lt;br /&gt;
* Volume up/down/mute buttons&lt;br /&gt;
* [[Active Protection System]] (APS)&lt;br /&gt;
* GPU power management (ATI Mobility Radeon X300)&lt;br /&gt;
* Fan control&lt;br /&gt;
* Middle button trackpoint scroll&lt;br /&gt;
&lt;br /&gt;
Not working or working with bugs&lt;br /&gt;
* External 1680x1050 display in spanning mode has issues (both DVI and VGA)&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Battery charge controls (e.g. charge/discharge threshold settings)&lt;br /&gt;
* Built-in Bluetooth&lt;br /&gt;
* Modem&lt;br /&gt;
* IrDA&lt;br /&gt;
* PCMCIA&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Volume Up/Down/Mute Buttons===&lt;br /&gt;
&lt;br /&gt;
The volume up/down/mute keys are disabled by default. To enable them ([http://ubuntuforums.org/archive/index.php/t-1328016.html discussion]):&lt;br /&gt;
&lt;br /&gt;
 $ sudo cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask&lt;br /&gt;
&lt;br /&gt;
Add the above line (minus the &amp;quot;sudo&amp;quot;) to /etc/rc.local to enable sound keys at boot. Note that sound control with the volume keys is coarser in Ubuntu than in Windows XP.&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
The accelerometer-controlled [[Active Protection System]] (APS) that parks the hard drive when the computer is bumped or dropped is not enabled by default. Refer to [[How to protect the harddisk through APS]] for more general and detailed notes.&lt;br /&gt;
&lt;br /&gt;
The preferred method of interfacing with the accelerometer seems to be through the [[Tp-smapi]] module. Download tp-smapi from [http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download]. Install using:&lt;br /&gt;
&lt;br /&gt;
 $ tar xvzf tp_smapi-0.40.tgz&lt;br /&gt;
 $ sudo make HDAPS=1 install&lt;br /&gt;
&lt;br /&gt;
Reboot the system.  Test by nudging the laptop or lifting the base.  You should hear the drive's heads park immediately.  Some drives do not correctly report that they support instant head parking (e.g. Fujitsu MHV2040AH).  In that case, try adding the &amp;quot;force&amp;quot; parking option to the hdapsd configuration script:&lt;br /&gt;
&lt;br /&gt;
 $ sudo gedit /etc/default/hdapsd&lt;br /&gt;
&lt;br /&gt;
Add -f to the $OPTIONS variable, and save and close the file. Then, restart the hdaps daemon:&lt;br /&gt;
&lt;br /&gt;
 $ sudo /etc/init.d/hdapsd restart&lt;br /&gt;
&lt;br /&gt;
This has fixed the issue on some drives (Fujitsu MHV2040AH).&lt;br /&gt;
&lt;br /&gt;
For further troubleshooting, the follwing command will print acceleroemter data and parking messages in real-time:&lt;br /&gt;
&lt;br /&gt;
 $ sudo hdapsd -d sda -s 15 -a -v -y&lt;br /&gt;
&lt;br /&gt;
Move the computer, and check that the values change. Bump the laptop, and there should be a message about parking the drive heads.&lt;br /&gt;
&lt;br /&gt;
===GPU Power Management (ATI Mobility Radeon X300)===&lt;br /&gt;
&lt;br /&gt;
The default installation uses the open-source Radeon driver. Compared with the ATI drivers under Windows XP, GPU temperature was about 6 degrees celsius higher and overall power consumption at idle was about 7w (25w v 18w) greater running on battery. The open-source driver defaults to maximum GPU clockspeed (300MHz) in all situations.  You can check the current clock speeds with:&lt;br /&gt;
&lt;br /&gt;
 $ cat /sys/kernel/debug/dri/0/radeon_pm_info&lt;br /&gt;
&lt;br /&gt;
Reduce clock speed with the following commands issued as root ([http://wiki.x.org/wiki/RadeonFeature detailed documentation], but note error in config paths &amp;quot;card-0&amp;quot; instead of &amp;quot;card0&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
 $ echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $ echo low &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Return to max clock speed with:&lt;br /&gt;
&lt;br /&gt;
 $ echo high &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Automatically switch to low when on battery power with:&lt;br /&gt;
&lt;br /&gt;
 $echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $echo auto &amp;gt; /sys/class/drm/card0/device/power_profile&lt;br /&gt;
&lt;br /&gt;
Running on low considerably reduces the GPU temperature and power draw.&lt;br /&gt;
 &lt;br /&gt;
===Cooling Fan===&lt;br /&gt;
&lt;br /&gt;
The cooling fan exhibits the documented [[Problem with fan noise]]. To improve it (but at risk of overheating), run one of the [[Fan control scripts]].&lt;br /&gt;
&lt;br /&gt;
===Middle Button Trackpoint Scroll===&lt;br /&gt;
&lt;br /&gt;
This is disabled by default but is easily configured with the GUI tool gpointing-device-settings, available in the Ubuntu Software Center.&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
&lt;br /&gt;
===External Display in Spanning Mode===&lt;br /&gt;
&lt;br /&gt;
There seems to be an issue with external displays in spanning mode. With the ATI Mobility Radeon X300 card and an external 1680x1050 display (internal 1024x768), the rightmost area of the extended desktop is corrupted. The corruption is the same whether the internal LCD screen or the external display is in the righthand position. This occurs using built-in VGA out, [[ThinkPad Mini-Dock]] VGA out, or [[ThinkPad Mini-Dock]] DVI out. No solution has been found.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Tp-smapi]]&lt;br /&gt;
* [[Problem with fan noise]]&lt;br /&gt;
* [[Fan control scripts]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Installing Ubuntu 10.10 (Maverick) on a ThinkPad T61]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* http://ubuntuforums.org/archive/index.php/t-1328016.html&lt;br /&gt;
* http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download&lt;br /&gt;
* http://wiki.x.org/wiki/RadeonFeature&lt;br /&gt;
&lt;br /&gt;
[[Category: Ubuntu]] [[Category: t43]] [[Category: Ubuntu 10.10]]&lt;/div&gt;</summary>
		<author><name>Jbroach</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T43&amp;diff=50727</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=50727"/>
		<updated>2011-02-25T00:47:25Z</updated>

		<summary type="html">&lt;p&gt;Jbroach: Added link to Installing Ubuntu 10.10 on a Thinkpad T43&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) [[http://thinkwiki.org/wiki/Installing_Fedora_Core_4_on_a_ThinkPad_T43_%282668%29]]&lt;br /&gt;
*{{Install|Fedora| Core 5|T43}} (2686)&lt;br /&gt;
*{{Install|Fedora| Core 6|T43}} (2668)&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;
*{{Install|Ubuntu| 6.06|T43}}&lt;br /&gt;
*{{Install|Ubuntu| 6.10|T43}} (2668)&lt;br /&gt;
*{{Install|Ubuntu| 7.04|T43}}&lt;br /&gt;
*{{Install|Ubuntu| 7.10|T43}}&lt;br /&gt;
*{{Install|Ubuntu| 8.10|T43}}&lt;br /&gt;
*{{Install|Ubuntu| 10.10|T43}}&lt;br /&gt;
*{{Install|OpenSUSE| 10.1|T43}} (2668)&lt;br /&gt;
*{{Install|MacOSX| X86 (Hackintosh) 10.4.x|T43}} (2668)&lt;br /&gt;
*{{Install|Arch| 2007.08-2|T43}} (2668)&lt;br /&gt;
==FreeBSD-specific instructions==&lt;br /&gt;
*{{Install|FreeBSD| 7|T43}} (2668)&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>Jbroach</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_on_a_ThinkPad_T43&amp;diff=50726</id>
		<title>Installing Ubuntu 10.10 on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_on_a_ThinkPad_T43&amp;diff=50726"/>
		<updated>2011-02-25T00:46:03Z</updated>

		<summary type="html">&lt;p&gt;Jbroach: Redirected page to Installing Ubuntu 10.10 (Maverick Meerkat) on a ThinkPad T43&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing Ubuntu 10.10 (Maverick Meerkat) on a ThinkPad T43]]&lt;/div&gt;</summary>
		<author><name>Jbroach</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=50725</id>
		<title>Installing Ubuntu 10.10 (Maverick Meerkat) on a ThinkPad T43</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick_Meerkat)_on_a_ThinkPad_T43&amp;diff=50725"/>
		<updated>2011-02-24T19:19:47Z</updated>

		<summary type="html">&lt;p&gt;Jbroach: Created page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Worked right out of the box&lt;br /&gt;
* ATI Mobility Radeon X300 graphics card&lt;br /&gt;
* Battery Management (but see battery life notes in GPU clockspeed section)&lt;br /&gt;
* CPU power management&lt;br /&gt;
* Ultra Nav (Trackpoint and synaptic touchpad) 3rd button scroll did not work&lt;br /&gt;
* Wi-Fi&lt;br /&gt;
* Hibernate and Standby (Hibernate slower than reboot, though)&lt;br /&gt;
* ThinkLight&lt;br /&gt;
* Generic external USB Bluetooth adapter (internal Bluetooth not tested) &lt;br /&gt;
&lt;br /&gt;
Required extra work&lt;br /&gt;
* Volume up/down/mute buttons&lt;br /&gt;
* [[Active Protection System]] (APS)&lt;br /&gt;
* GPU power management (ATI Mobility Radeon X300)&lt;br /&gt;
* Fan control&lt;br /&gt;
&lt;br /&gt;
Not working or working with bugs&lt;br /&gt;
* External 1680x1050 display in spanning mode has issues (both DVI and VGA)&lt;br /&gt;
&lt;br /&gt;
Untested&lt;br /&gt;
* Battery charge controls (e.g. charge/discharge threshold settings)&lt;br /&gt;
* Built-in Bluetooth&lt;br /&gt;
* Modem&lt;br /&gt;
* IrDA&lt;br /&gt;
* PCMCIA&lt;br /&gt;
* Fingerprint reader&lt;br /&gt;
&lt;br /&gt;
==Configuration==&lt;br /&gt;
&lt;br /&gt;
===Volume Up/Down/Mute Buttons===&lt;br /&gt;
&lt;br /&gt;
The volume up/down/mute keys are disabled by default. To enable them ([http://ubuntuforums.org/archive/index.php/t-1328016.html discussion]):&lt;br /&gt;
&lt;br /&gt;
 $ sudo cp /sys/devices/platform/thinkpad_acpi/hotkey_all_mask /sys/devices/platform/thinkpad_acpi/hotkey_mask&lt;br /&gt;
&lt;br /&gt;
Add the above line (minus the &amp;quot;sudo&amp;quot;) to /etc/rc.local to enable sound keys at boot. Note that sound control with the volume keys is coarser in Ubuntu than in Windows XP.&lt;br /&gt;
&lt;br /&gt;
===Active Protection System===&lt;br /&gt;
The accelerometer-controlled [[Active Protection System]] (APS) that parks the hard drive when the computer is bumped or dropped is not enabled by default. Refer to [[How to protect the harddisk through APS]] for more general and detailed notes.&lt;br /&gt;
&lt;br /&gt;
The preferred method of interfacing with the accelerometer seems to be through the [[Tp-smapi]] module. Download tp-smapi from [http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download]. Install using:&lt;br /&gt;
&lt;br /&gt;
 $ tar xvzf tp_smapi-0.40.tgz&lt;br /&gt;
 $ sudo make HDAPS=1 install&lt;br /&gt;
&lt;br /&gt;
Reboot the system.  Test by nudging the laptop or lifting the base.  You should hear the drive's heads park immediately.  Some drives do not correctly report that they support instant head parking (e.g. Fujitsu MHV2040AH).  In that case, try adding the &amp;quot;force&amp;quot; parking option to the hdapsd configuration script:&lt;br /&gt;
&lt;br /&gt;
 $ sudo gedit /etc/default/hdapsd&lt;br /&gt;
&lt;br /&gt;
Add -f to the $OPTIONS variable, and save and close the file. Then, restart the hdaps daemon:&lt;br /&gt;
&lt;br /&gt;
 $ sudo /etc/init.d/hdapsd restart&lt;br /&gt;
&lt;br /&gt;
This has fixed the issue on some drives (Fujitsu MHV2040AH).&lt;br /&gt;
&lt;br /&gt;
For further troubleshooting, the follwing command will print acceleroemter data and parking messages in real-time:&lt;br /&gt;
&lt;br /&gt;
 $ sudo hdapsd -d sda -s 15 -a -v -y&lt;br /&gt;
&lt;br /&gt;
Move the computer, and check that the values change. Bump the laptop, and there should be a message about parking the drive heads.&lt;br /&gt;
&lt;br /&gt;
===GPU Power Management (ATI Mobility Radeon X300)===&lt;br /&gt;
&lt;br /&gt;
The default installation uses the open-source Radeon driver. Compared with the ATI drivers under Windows XP, GPU temperature was about 6 degrees celsius higher and overall power consumption at idle was about 7w (25w v 18w) greater running on battery. The open-source driver defaults to maximum GPU clockspeed (300MHz) in all situations.  You can check the current clock speeds with:&lt;br /&gt;
&lt;br /&gt;
 $ cat /sys/kernel/debug/dri/0/radeon_pm_info&lt;br /&gt;
&lt;br /&gt;
Reduce clock speed with the following commands issued as root ([http://wiki.x.org/wiki/RadeonFeature detailed documentation], but note error in config paths &amp;quot;card-0&amp;quot; instead of &amp;quot;card0&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
 $ echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $ echo low &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Return to max clock speed with:&lt;br /&gt;
&lt;br /&gt;
 $ echo high &amp;gt; /sys/class/drm/card0/device/power_profile &lt;br /&gt;
&lt;br /&gt;
Automatically switch to low when on battery power with:&lt;br /&gt;
&lt;br /&gt;
 $echo profile &amp;gt; /sys/class/drm/card0/device/power_method&lt;br /&gt;
 $echo auto &amp;gt; /sys/class/drm/card0/device/power_profile&lt;br /&gt;
&lt;br /&gt;
Running on low considerably reduces the GPU temperature and power draw.&lt;br /&gt;
 &lt;br /&gt;
===Cooling Fan===&lt;br /&gt;
&lt;br /&gt;
The cooling fan exhibits the documented [[Problem with fan noise]]. To improve it (but at risk of overheating), run one of the [[Fan control scripts]].&lt;br /&gt;
&lt;br /&gt;
==Bugs==&lt;br /&gt;
&lt;br /&gt;
===External Display in Spanning Mode===&lt;br /&gt;
&lt;br /&gt;
There seems to be an issue with external displays in spanning mode. With the ATI Mobility Radeon X300 card and an external 1680x1050 display (internal 1024x768), the rightmost area of the extended desktop is corrupted. The corruption is the same whether the internal LCD screen or the external display is in the righthand position. This occurs using built-in VGA out, [[ThinkPad Mini-Dock]] VGA out, or [[ThinkPad Mini-Dock]] DVI out. No solution has been found.&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* [[Active Protection System]]&lt;br /&gt;
* [[Tp-smapi]]&lt;br /&gt;
* [[Problem with fan noise]]&lt;br /&gt;
* [[Fan control scripts]]&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Installing Ubuntu 10.10 (Maverick) on a ThinkPad T61]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
* http://ubuntuforums.org/archive/index.php/t-1328016.html&lt;br /&gt;
* http://sourceforge.net/projects/tpctl/files/tp_smapi/0.40/tp_smapi-0.40.tgz/download&lt;br /&gt;
* http://wiki.x.org/wiki/RadeonFeature&lt;br /&gt;
&lt;br /&gt;
[[Category: Ubuntu]] [[Category: t43]] [[Category: Ubuntu 10.10]]&lt;/div&gt;</summary>
		<author><name>Jbroach</name></author>
		
	</entry>
</feed>