<?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=Corwin78</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=Corwin78"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Corwin78"/>
	<updated>2026-05-16T17:22:17Z</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)_on_a_ThinkPad_T61&amp;diff=49910</id>
		<title>Installing Ubuntu 10.10 (Maverick) on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Ubuntu_10.10_(Maverick)_on_a_ThinkPad_T61&amp;diff=49910"/>
		<updated>2010-10-31T20:31:36Z</updated>

		<summary type="html">&lt;p&gt;Corwin78: /* Tested: Worked &amp;quot;out of the box&amp;quot; */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= General Information =&lt;br /&gt;
Ubuntu 10.10 (Maverick)&lt;br /&gt;
&lt;br /&gt;
== Tested: Worked &amp;quot;out of the box&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
'''Video 2D/3D '''&lt;br /&gt;
* '''NVidia (Quadro NVS 140M):''' works (needs proprietary driver for hardware acceleration)&lt;br /&gt;
&lt;br /&gt;
'''WiFi'''&lt;br /&gt;
* '''Intel PRO/Wireless 4965AGN:''' works by default&lt;br /&gt;
* '''Front switch (airplane mode):''' works by default&lt;br /&gt;
&lt;br /&gt;
'''Ethernet (Intel Gigabit):''' works&lt;br /&gt;
&lt;br /&gt;
'''Special Keys (volume, Fn-, {{ibmkey|ThinkVantage|#495988}}):'''&lt;br /&gt;
* ThinkVantage button: go to ''System'' -&amp;gt; ''Preferences'' -&amp;gt; ''Keyboard Shortcuts'' and assign a task to it.&lt;br /&gt;
*Fn-F5 (Wireless/Bluetooth): works by default&lt;br /&gt;
*Fn-F8 (Enable/Disable touchpad): works by default&lt;br /&gt;
*Fn.F4 (Sleep button) works by default with Ubuntu and proprietary NVidia driver&lt;br /&gt;
&lt;br /&gt;
'''Touchpad:''' works by default&lt;br /&gt;
&lt;br /&gt;
'''Touchpoint:''' works by default &lt;br /&gt;
{{HINT|'''''If you want use the middle button for scrolling you must do this''''':&lt;br /&gt;
1. Use your favorite editor for creating following file - e.g.: {{path|sudo vim /usr/share/X11/xorg.conf.d/20-thinkpad.conf}}&lt;br /&gt;
&lt;br /&gt;
2. Enter this text to the newly created ''20-thinkpad.conf'': &lt;br /&gt;
  &amp;lt;pre&amp;gt;&lt;br /&gt;
  Section &amp;quot;InputClass&amp;quot;&lt;br /&gt;
    Identifier &amp;quot;Trackpoint Wheel Emulation&amp;quot;&lt;br /&gt;
    MatchProduct &amp;quot;TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint&amp;quot;&lt;br /&gt;
    MatchDevicePath &amp;quot;/dev/input/event*&amp;quot;&lt;br /&gt;
    Option &amp;quot;EmulateWheel&amp;quot; &amp;quot;true&amp;quot;&lt;br /&gt;
    Option &amp;quot;EmulateWheelButton&amp;quot; &amp;quot;2&amp;quot;&lt;br /&gt;
    Option &amp;quot;Emulate3Buttons&amp;quot; &amp;quot;false&amp;quot;&lt;br /&gt;
    Option &amp;quot;XAxisMapping&amp;quot; &amp;quot;6 7&amp;quot;&lt;br /&gt;
    Option &amp;quot;YAxisMapping&amp;quot; &amp;quot;4 5&amp;quot;&lt;br /&gt;
  EndSection&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3. Save file and reboot your laptop.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Fingerprint reader:''' works but there is a bug in sudo, introduced in version 1.7.2p2 (https://bugs.launchpad.net/ubuntu/+source/sudo/+bug/609645)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''ACPI'''&lt;br /&gt;
* '''Suspend:''' works by default&lt;br /&gt;
* '''Hibernate:''' works by default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Bluetooth:''' works by default&lt;br /&gt;
&lt;br /&gt;
'''DVD Drive'''&lt;br /&gt;
* '''Ultrabay Slim Super Multi-Burner Drive :''' works by default&lt;br /&gt;
&lt;br /&gt;
'''Audio (82801H (ICH8 Family) HD Audio)''': works by default&lt;br /&gt;
* '''Headphones:''' works by default&lt;br /&gt;
* '''Microphone:''' works by default&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Card Reader:''' works by default &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Install HDAPS - IBM Active Protection System Linux Driver'''&lt;br /&gt;
&lt;br /&gt;
To install the Active Protection System execute the following commands:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo apt-get -y install tp-smapi-dkms hdapsd}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo modprobe tp-smapi}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo /etc/init.d/hdapsd restart}}&lt;br /&gt;
&lt;br /&gt;
{{cmduser|echo 'tp-smapi' &amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt; sudo tee -a /etc/modules}}&lt;br /&gt;
&lt;br /&gt;
[[Category:T61]]&lt;br /&gt;
[[Category:Ubuntu 10.10]]&lt;/div&gt;</summary>
		<author><name>Corwin78</name></author>
		
	</entry>
</feed>