<?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=Fstonedahl</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=Fstonedahl"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Fstonedahl"/>
	<updated>2026-04-21T07:50:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_9.10_(Karmic_Koala)_on_a_ThinkPad_T400&amp;diff=45279</id>
		<title>Install Ubuntu 9.10 (Karmic Koala) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_9.10_(Karmic_Koala)_on_a_ThinkPad_T400&amp;diff=45279"/>
		<updated>2009-12-28T21:51:37Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: /* Active Protection System */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]]&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Intel driver for Integrated Graphics (Intel Integrated [[Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470]] graphics)&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*VGA/HDMI output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Sound card&lt;br /&gt;
*Optical drive (Including DVD burning)&lt;br /&gt;
*built-in webcam (tested with skype, cheese and vlc media player)&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
*Trackpoint and Touchpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (FN + Home/End)&lt;br /&gt;
**Thinklight control (FN + PgUp)&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 press once: Wlan and BT off/Press second time: BT off, Wlan on/Third time: BT on, Wlan off/Press another time: BT and Wlan on)&lt;br /&gt;
**To add a bluetooth-only-toggle (Fn+F6) that doesn't affect WLAN take a look [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|here]]&lt;br /&gt;
**Wlan/BT hardware switch&lt;br /&gt;
**Media player control (FN + arrows)&lt;br /&gt;
**Browser history buttons&lt;br /&gt;
**Switch to extern Monitor (FN + F7 press once: picture on both monitors/Second time: on external Monitor/Third time: Laptop monitor)&lt;br /&gt;
**Suspend shortcut (FN + F4)&lt;br /&gt;
**Hibernate shortcut (FN + F12)&lt;br /&gt;
**Battery info shortcut (FN + F3)&lt;br /&gt;
**Screenlock shortcut (FN + F2)&lt;br /&gt;
**dock eject button (FN + F9) not tested yet!&lt;br /&gt;
**[[ThinkVantage Button]] (You only have to allocate a programm!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
*Suspend/Hibernate&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
===Mute button=== &lt;br /&gt;
&lt;br /&gt;
The Mute button only mutes the sound but no induction in the gnome volume indicator. &lt;br /&gt;
To fix this you must edit your grub configuration adding a kernel option acpi_osi=&amp;quot;Linux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Configure your grub&lt;br /&gt;
 &amp;gt; sudo vim /etc/default/grub&lt;br /&gt;
&lt;br /&gt;
Look for the line:&lt;br /&gt;
 # GRUB_CMDLINE_LINUX=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Add the kernel option to the end of the line:&lt;br /&gt;
 # GRUB_CMDLINE_LINUX=&amp;quot;acpi_osi=&amp;quot;Linux&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file, then update grub&lt;br /&gt;
 &amp;gt; sudo update-grub&lt;br /&gt;
&lt;br /&gt;
===Scrolling with Trackpoint===&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- -*- SGML -*- --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxsisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
===Enabling Touchpad on/off key===&lt;br /&gt;
====Enabling it====&lt;br /&gt;
Source: [[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig]]&lt;br /&gt;
The SHMConfig is now controlled through hal. In the past this was done through xorg.conf&lt;br /&gt;
&lt;br /&gt;
You have to add the file &lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/shmconfig.fdi}}&lt;br /&gt;
with the following content:&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this change please reboot. Restarting hal doesn't help.&lt;br /&gt;
&lt;br /&gt;
====Auto Re-enable Workaround====&lt;br /&gt;
The touchpad will be automatically enabled every time you hit a key on the keyboard (Bug #459832 [[https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/459832]]). In order to avoid that you have to install gsynaptics and unselect &amp;quot;Disable touchpad while typing&amp;quot;. To do it:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install gsynaptics&lt;br /&gt;
&lt;br /&gt;
 Go to Menu: System-&amp;gt;Preferences-&amp;gt;Mouse-&amp;gt;Touchpad&lt;br /&gt;
 Under General unselect &amp;quot;Disable touchpad while typing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Configuring Trackpoint's sensitivity and speed on start===&lt;br /&gt;
&lt;br /&gt;
Source: [[http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint]]&lt;br /&gt;
Adjusting the speed and sensitivity of the TrackPoint requires echoing a value between 0 and 255 into the appropriate file. For example, for a speed of 120 and a sensitivity of 250, type the following into a terminal:&lt;br /&gt;
&lt;br /&gt;
    # echo -n 120 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/speed &lt;br /&gt;
    # echo -n 250 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/sensitivity &lt;br /&gt;
&lt;br /&gt;
Feel free to experiment with your settings until you find a combination that is comfortable. Do it as root, sudo does not work. Instead use &amp;quot;sudo -i&amp;quot; or &amp;quot;sudo su&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
When you satisfy your setting, add the two lines into /etc/rc.d/rc.local in order to avoid restoring the default setting every time the system reboots. In Ubuntu 9.10, add the lines to /etc/rc.local before the exit 0 line:&lt;br /&gt;
&lt;br /&gt;
    # By default this script does nothing.&lt;br /&gt;
    &lt;br /&gt;
    echo -n 120 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/speed &lt;br /&gt;
    echo -n 250 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/sensitivity &lt;br /&gt;
    &lt;br /&gt;
    exit 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also a graphical tool for configuring the trackpoint: [http://tpctl.sourceforge.net/configure-trackpoint.html Configure Trackpoint]&lt;br /&gt;
&lt;br /&gt;
===Gnome Power Manager: Put computer to sleep when inactive for: XX Minutes workaround===&lt;br /&gt;
&lt;br /&gt;
Type ALT+F2, input gconf-editor and click on Run. Navigate to /apps/gnome-power-manager/actions. Notice that sleep_type_battery has no value defined. Click on it, select options with the right mouse button, click on Edit key... Set value to hibernate or suspend whatever you want. &lt;br /&gt;
&lt;br /&gt;
Now your computer should suspend or hibernate after the idle time you set on gnome-power-manager. Remember that this time starts only after the screensaver has jumped in. That's 5 minutes standard. So if you set 10 minutes it will sleep after 15 minutes idle time. &lt;br /&gt;
&lt;br /&gt;
===Notebook-Harddrive Bug===&lt;br /&gt;
-----------------------------&lt;br /&gt;
'''This step is probably not necessary, at least on my t400 Load_Cycle_Count is stable.'''&lt;br /&gt;
-----------------------------&lt;br /&gt;
&lt;br /&gt;
Source: [[https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695]]&lt;br /&gt;
&lt;br /&gt;
Change &amp;quot;BATT_HD_POWERMGMT=1&amp;quot; in /etc/laptop-mode/laptop-mode.conf to an higher value to stop permanent harddrive-parking! Line 238, 200 seems to be a reasonable value:&lt;br /&gt;
&lt;br /&gt;
    BATT_HD_POWERMGMT=200&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
There is a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
Daniel from fprint Project wrote in their mailing list, that support for our device is in development!&lt;br /&gt;
For more information look here: [http://reactivated.net/fprint/wiki/Unsupported_devices fprint Unsupported devices]&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
Not tested yet.&lt;br /&gt;
&lt;br /&gt;
==Upgrading from earlier versions of Ubuntu==&lt;br /&gt;
&lt;br /&gt;
====Resume/Suspend problems====&lt;br /&gt;
If you have problems with resume/suspend, first try if it works from the LiveCD. If LiveCD works, the problem must be in your Ubuntu configuration.&lt;br /&gt;
Try reinstalling acpi-support and laptop-mode-tools:&lt;br /&gt;
 sudo apt-get remove --purge laptop-mode-tools acpi-support&lt;br /&gt;
 sudo apt-get install laptop-mode-tools acpi-support&lt;br /&gt;
If this doesn't help, check the files in /etc/hal/fdi/information directory and remove the unnecessary files.&lt;br /&gt;
&lt;br /&gt;
==Extras==&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
'''NOTE: The hdaps-utils package mentioned below appears to have been removed from the Karmic repositories (not sure why), so this set of instructions is somewhat out of date.  They still seem to work, apart from the hdaps-gl part (though I didn't try installing the gnome applet)'''  --[[User:Fstonedahl|Fstonedahl]] 20:55, 28 December 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Install Packages:'''&lt;br /&gt;
&lt;br /&gt;
Since Karmic the packages were updated in the respiratory. So you only have to install this packages:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tp-smapi-source hdapsd hdaps-utils&lt;br /&gt;
&lt;br /&gt;
Then use module-assistant to build tp-smapi:&lt;br /&gt;
&lt;br /&gt;
 sudo module-assistant prepare tp-smapi&lt;br /&gt;
 sudo module-assistant auto-install tp-smapi&lt;br /&gt;
&lt;br /&gt;
'''Set Options:'''&lt;br /&gt;
&lt;br /&gt;
To load these modules on every startup you have to write them into the /etc/modules file:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modules&lt;br /&gt;
&lt;br /&gt;
Append this to the file:&lt;br /&gt;
&lt;br /&gt;
 thinkpad_ec	&lt;br /&gt;
 tp_smapi&lt;br /&gt;
 hdaps&lt;br /&gt;
&lt;br /&gt;
We also need options to load these modules correctly. They have to be written in /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
Fill the file with this code&lt;br /&gt;
&lt;br /&gt;
 # enable thinkpad_ec&lt;br /&gt;
 options thinkpad_ec force_io=1&lt;br /&gt;
 &lt;br /&gt;
 # option to correctly set tilting through hdaps sensor&lt;br /&gt;
 options hdaps invert=1&lt;br /&gt;
&lt;br /&gt;
'''Test installation:'''&lt;br /&gt;
&lt;br /&gt;
Now you can try, if the modules are loaded yet. Do so with &lt;br /&gt;
&lt;br /&gt;
 lsmod | grep hdaps&lt;br /&gt;
&lt;br /&gt;
if not perform:&lt;br /&gt;
&lt;br /&gt;
 sudo modprobe -a thinkpad_ec tp_smapi hdaps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Afterwards you can test hdaps-gl (with typing hdaps-gl in terminal) which shows the position of your Laptop.&lt;br /&gt;
&lt;br /&gt;
If the installation of hdapsd succeeded, you can test it by typing this into your terminal:&lt;br /&gt;
&lt;br /&gt;
 sudo hdapsd -d sda -s 15 -a -v -y &lt;br /&gt;
&lt;br /&gt;
If you suddenly move your laptop the output will change! (stop it with pressing Ctr + C)&lt;br /&gt;
&lt;br /&gt;
Now you can start hdapsd with typing:&lt;br /&gt;
&lt;br /&gt;
 sudo /etc/init.d/hdapsd start&lt;br /&gt;
&lt;br /&gt;
After an reboot everything should start automatically and work correctly! You can change the sensitivity value and other things in this file: &amp;quot;'''/etc/default/hdapsd'''&amp;quot;. &lt;br /&gt;
To see the effects you have to type &amp;quot;sudo /etc/init.d/hdapsd restart&amp;quot; to restart hdapsd!&lt;br /&gt;
&lt;br /&gt;
'''Additional tools:'''&lt;br /&gt;
 &lt;br /&gt;
To install the gnome-panel-applet type these lines into the terminal (or create a new file, insert this lines and execute it with sudo):&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install libpanel-applet2-dev&lt;br /&gt;
 mkdir gnome-hdaps&lt;br /&gt;
 cd gnome-hdaps&lt;br /&gt;
 wget http://www.zen24593.zen.co.uk/hdaps/gnome-hdaps-applet-20081204.tar.gz&lt;br /&gt;
 tar xfvz gnome-hdaps-applet-20081204.tar.gz&lt;br /&gt;
 sudo gcc $(pkg-config --cflags --libs libpanelapplet-2.0) -o gnome-hdaps-applet gnome-hdaps-applet.c&lt;br /&gt;
 sudo cp gnome-hdaps-applet /usr/bin/&lt;br /&gt;
 sudo mkdir /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp *.png /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp GNOME_HDAPS_StatusApplet.server /usr/lib/bonobo/servers/&lt;br /&gt;
 cd ..&lt;br /&gt;
 rm -R gnome-hdaps&lt;br /&gt;
&lt;br /&gt;
The first line is to install required deps, next lines are to download, extract and move to the source directory, then we compile it and copy the files to several positions. At last clean up a little bit. Now you can add this applet to the panel!&lt;br /&gt;
&lt;br /&gt;
Please feel free to correct mistakes. If you have trouble, don't be shy and contact me with jabber: jango4@jabber.org&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]][[Category:Ubuntu]][[Category:Ubuntu_9.10]]&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_9.10_(Karmic_Koala)_on_a_ThinkPad_T400&amp;diff=45278</id>
		<title>Install Ubuntu 9.10 (Karmic Koala) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_9.10_(Karmic_Koala)_on_a_ThinkPad_T400&amp;diff=45278"/>
		<updated>2009-12-28T20:55:39Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: /* Active Protection System */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]]&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Intel driver for Integrated Graphics (Intel Integrated [[Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470]] graphics)&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*VGA/HDMI output&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Sound card&lt;br /&gt;
*Optical drive (Including DVD burning)&lt;br /&gt;
*built-in webcam (tested with skype, cheese and vlc media player)&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
*Trackpoint and Touchpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (FN + Home/End)&lt;br /&gt;
**Thinklight control (FN + PgUp)&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 press once: Wlan and BT off/Press second time: BT off, Wlan on/Third time: BT on, Wlan off/Press another time: BT and Wlan on)&lt;br /&gt;
**To add a bluetooth-only-toggle (Fn+F6) that doesn't affect WLAN take a look [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|here]]&lt;br /&gt;
**Wlan/BT hardware switch&lt;br /&gt;
**Media player control (FN + arrows)&lt;br /&gt;
**Browser history buttons&lt;br /&gt;
**Switch to extern Monitor (FN + F7 press once: picture on both monitors/Second time: on external Monitor/Third time: Laptop monitor)&lt;br /&gt;
**Suspend shortcut (FN + F4)&lt;br /&gt;
**Hibernate shortcut (FN + F12)&lt;br /&gt;
**Battery info shortcut (FN + F3)&lt;br /&gt;
**Screenlock shortcut (FN + F2)&lt;br /&gt;
**dock eject button (FN + F9) not tested yet!&lt;br /&gt;
**[[ThinkVantage Button]] (You only have to allocate a programm!)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
*Suspend/Hibernate&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
===Mute button=== &lt;br /&gt;
&lt;br /&gt;
The Mute button only mutes the sound but no induction in the gnome volume indicator. &lt;br /&gt;
To fix this you must edit your grub configuration adding a kernel option acpi_osi=&amp;quot;Linux&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Configure your grub&lt;br /&gt;
 &amp;gt; sudo vim /etc/default/grub&lt;br /&gt;
&lt;br /&gt;
Look for the line:&lt;br /&gt;
 # GRUB_CMDLINE_LINUX=&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Add the kernel option to the end of the line:&lt;br /&gt;
 # GRUB_CMDLINE_LINUX=&amp;quot;acpi_osi=&amp;quot;Linux&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file, then update grub&lt;br /&gt;
 &amp;gt; sudo update-grub&lt;br /&gt;
&lt;br /&gt;
===Scrolling with Trackpoint===&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &amp;lt;!-- -*- SGML -*- --&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxsisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
===Enabling Touchpad on/off key===&lt;br /&gt;
====Enabling it====&lt;br /&gt;
Source: [[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig]]&lt;br /&gt;
The SHMConfig is now controlled through hal. In the past this was done through xorg.conf&lt;br /&gt;
&lt;br /&gt;
You have to add the file &lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/shmconfig.fdi}}&lt;br /&gt;
with the following content:&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this change please reboot. Restarting hal doesn't help.&lt;br /&gt;
&lt;br /&gt;
====Auto Re-enable Workaround====&lt;br /&gt;
The touchpad will be automatically enabled every time you hit a key on the keyboard (Bug #459832 [[https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/459832]]). In order to avoid that you have to install gsynaptics and unselect &amp;quot;Disable touchpad while typing&amp;quot;. To do it:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install gsynaptics&lt;br /&gt;
&lt;br /&gt;
 Go to Menu: System-&amp;gt;Preferences-&amp;gt;Mouse-&amp;gt;Touchpad&lt;br /&gt;
 Under General unselect &amp;quot;Disable touchpad while typing&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Configuring Trackpoint's sensitivity and speed on start===&lt;br /&gt;
&lt;br /&gt;
Source: [[http://www.thinkwiki.org/wiki/How_to_configure_the_TrackPoint]]&lt;br /&gt;
Adjusting the speed and sensitivity of the TrackPoint requires echoing a value between 0 and 255 into the appropriate file. For example, for a speed of 120 and a sensitivity of 250, type the following into a terminal:&lt;br /&gt;
&lt;br /&gt;
    # echo -n 120 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/speed &lt;br /&gt;
    # echo -n 250 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/sensitivity &lt;br /&gt;
&lt;br /&gt;
Feel free to experiment with your settings until you find a combination that is comfortable. Do it as root, sudo does not work. Instead use &amp;quot;sudo -i&amp;quot; or &amp;quot;sudo su&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
When you satisfy your setting, add the two lines into /etc/rc.d/rc.local in order to avoid restoring the default setting every time the system reboots. In Ubuntu 9.10, add the lines to /etc/rc.local before the exit 0 line:&lt;br /&gt;
&lt;br /&gt;
    # By default this script does nothing.&lt;br /&gt;
    &lt;br /&gt;
    echo -n 120 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/speed &lt;br /&gt;
    echo -n 250 &amp;gt; /sys/devices/platform/i8042/serio1/serio2/sensitivity &lt;br /&gt;
    &lt;br /&gt;
    exit 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There is also a graphical tool for configuring the trackpoint: [http://tpctl.sourceforge.net/configure-trackpoint.html Configure Trackpoint]&lt;br /&gt;
&lt;br /&gt;
===Gnome Power Manager: Put computer to sleep when inactive for: XX Minutes workaround===&lt;br /&gt;
&lt;br /&gt;
Type ALT+F2, input gconf-editor and click on Run. Navigate to /apps/gnome-power-manager/actions. Notice that sleep_type_battery has no value defined. Click on it, select options with the right mouse button, click on Edit key... Set value to hibernate or suspend whatever you want. &lt;br /&gt;
&lt;br /&gt;
Now your computer should suspend or hibernate after the idle time you set on gnome-power-manager. Remember that this time starts only after the screensaver has jumped in. That's 5 minutes standard. So if you set 10 minutes it will sleep after 15 minutes idle time. &lt;br /&gt;
&lt;br /&gt;
===Notebook-Harddrive Bug===&lt;br /&gt;
-----------------------------&lt;br /&gt;
'''This step is probably not necessary, at least on my t400 Load_Cycle_Count is stable.'''&lt;br /&gt;
-----------------------------&lt;br /&gt;
&lt;br /&gt;
Source: [[https://bugs.launchpad.net/ubuntu/+source/acpi-support/+bug/59695]]&lt;br /&gt;
&lt;br /&gt;
Change &amp;quot;BATT_HD_POWERMGMT=1&amp;quot; in /etc/laptop-mode/laptop-mode.conf to an higher value to stop permanent harddrive-parking! Line 238, 200 seems to be a reasonable value:&lt;br /&gt;
&lt;br /&gt;
    BATT_HD_POWERMGMT=200&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
There is a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
Daniel from fprint Project wrote in their mailing list, that support for our device is in development!&lt;br /&gt;
For more information look here: [http://reactivated.net/fprint/wiki/Unsupported_devices fprint Unsupported devices]&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
Not tested yet.&lt;br /&gt;
&lt;br /&gt;
==Upgrading from earlier versions of Ubuntu==&lt;br /&gt;
&lt;br /&gt;
====Resume/Suspend problems====&lt;br /&gt;
If you have problems with resume/suspend, first try if it works from the LiveCD. If LiveCD works, the problem must be in your Ubuntu configuration.&lt;br /&gt;
Try reinstalling acpi-support and laptop-mode-tools:&lt;br /&gt;
 sudo apt-get remove --purge laptop-mode-tools acpi-support&lt;br /&gt;
 sudo apt-get install laptop-mode-tools acpi-support&lt;br /&gt;
If this doesn't help, check the files in /etc/hal/fdi/information directory and remove the unnecessary files.&lt;br /&gt;
&lt;br /&gt;
==Extras==&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
'''NOTE: The hdaps-utils package mentioned below appears to have been removed from the Karmic repositories (not sure why), so this set of instructions is somewhat out of date... it might still work, apart from the hdaps-gl part.'''  --[[User:Fstonedahl|Fstonedahl]] 20:55, 28 December 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
'''Install Packages:'''&lt;br /&gt;
&lt;br /&gt;
Since Karmic the packages were updated in the respiratory. So you only have to install this packages:&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install tp-smapi-source hdapsd hdaps-utils&lt;br /&gt;
&lt;br /&gt;
Then use module-assistant to build tp-smapi:&lt;br /&gt;
&lt;br /&gt;
 sudo module-assistant prepare tp-smapi&lt;br /&gt;
 sudo module-assistant auto-install tp-smapi&lt;br /&gt;
&lt;br /&gt;
'''Set Options:'''&lt;br /&gt;
&lt;br /&gt;
To load these modules on every startup you have to write them into the /etc/modules file:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modules&lt;br /&gt;
&lt;br /&gt;
Append this to the file:&lt;br /&gt;
&lt;br /&gt;
 thinkpad_ec	&lt;br /&gt;
 tp_smapi&lt;br /&gt;
 hdaps&lt;br /&gt;
&lt;br /&gt;
We also need options to load these modules correctly. They have to be written in /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /etc/modprobe.d/local.conf&lt;br /&gt;
&lt;br /&gt;
Fill the file with this code&lt;br /&gt;
&lt;br /&gt;
 # enable thinkpad_ec&lt;br /&gt;
 options thinkpad_ec force_io=1&lt;br /&gt;
 &lt;br /&gt;
 # option to correctly set tilting through hdaps sensor&lt;br /&gt;
 options hdaps invert=1&lt;br /&gt;
&lt;br /&gt;
'''Test installation:'''&lt;br /&gt;
&lt;br /&gt;
Now you can try, if the modules are loaded yet. Do so with &lt;br /&gt;
&lt;br /&gt;
 lsmod | grep hdaps&lt;br /&gt;
&lt;br /&gt;
if not perform:&lt;br /&gt;
&lt;br /&gt;
 sudo modprobe -a thinkpad_ec tp_smapi hdaps&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Afterwards you can test hdaps-gl (with typing hdaps-gl in terminal) which shows the position of your Laptop.&lt;br /&gt;
&lt;br /&gt;
If the installation of hdapsd succeeded, you can test it by typing this into your terminal:&lt;br /&gt;
&lt;br /&gt;
 sudo hdapsd -d sda -s 15 -a -v -y &lt;br /&gt;
&lt;br /&gt;
If you suddenly move your laptop the output will change! (stop it with pressing Ctr + C)&lt;br /&gt;
&lt;br /&gt;
Now you can start hdapsd with typing:&lt;br /&gt;
&lt;br /&gt;
 sudo /etc/init.d/hdapsd start&lt;br /&gt;
&lt;br /&gt;
After an reboot everything should start automatically and work correctly! You can change the sensitivity value and other things in this file: &amp;quot;'''/etc/default/hdapsd'''&amp;quot;. &lt;br /&gt;
To see the effects you have to type &amp;quot;sudo /etc/init.d/hdapsd restart&amp;quot; to restart hdapsd!&lt;br /&gt;
&lt;br /&gt;
'''Additional tools:'''&lt;br /&gt;
 &lt;br /&gt;
To install the gnome-panel-applet type these lines into the terminal (or create a new file, insert this lines and execute it with sudo):&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install libpanel-applet2-dev&lt;br /&gt;
 mkdir gnome-hdaps&lt;br /&gt;
 cd gnome-hdaps&lt;br /&gt;
 wget http://www.zen24593.zen.co.uk/hdaps/gnome-hdaps-applet-20081204.tar.gz&lt;br /&gt;
 tar xfvz gnome-hdaps-applet-20081204.tar.gz&lt;br /&gt;
 sudo gcc $(pkg-config --cflags --libs libpanelapplet-2.0) -o gnome-hdaps-applet gnome-hdaps-applet.c&lt;br /&gt;
 sudo cp gnome-hdaps-applet /usr/bin/&lt;br /&gt;
 sudo mkdir /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp *.png /usr/share/pixmaps/gnome-hdaps-applet/&lt;br /&gt;
 sudo cp GNOME_HDAPS_StatusApplet.server /usr/lib/bonobo/servers/&lt;br /&gt;
 cd ..&lt;br /&gt;
 rm -R gnome-hdaps&lt;br /&gt;
&lt;br /&gt;
The first line is to install required deps, next lines are to download, extract and move to the source directory, then we compile it and copy the files to several positions. At last clean up a little bit. Now you can add this applet to the panel!&lt;br /&gt;
&lt;br /&gt;
Please feel free to correct mistakes. If you have trouble, don't be shy and contact me with jabber: jango4@jabber.org&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]][[Category:Ubuntu]][[Category:Ubuntu_9.10]]&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=41604</id>
		<title>Install Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=41604"/>
		<updated>2009-02-19T04:03:26Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: /* ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]] '''Site under construction. You are invited building an useful guidance!'''&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
With one version of the installer CD, the installation works fine, but after rebooting it hangs with ATA errors. Solution was to boot the Live CD, mount the partition, chroot, and upgrade to the newest kernel (from 2.6.27-7 to 2.6.27-9).&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK (If you have the ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset), see below!)&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
**Note: Bluetooth can only be toggled together with WLAN on and off, to add a bluetooth-only-toggle (Fn+F6) that doesn't affect WLAN take a look [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|here]].&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
*Intel driver for Integrated Graphics ([[Intel Integrated Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
** VGA output - mirrored and extended desktop both work, but might need to run the following to enable 1600x1200 resolution&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470 graphics]])&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*Touchpoint and Trackpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
*Optical drive&lt;br /&gt;
**Including DVD burning&lt;br /&gt;
*Sound card&lt;br /&gt;
**To use your internal microphone you have to change to &amp;quot;HDA Intel CONEXANT Analog (ALSA)&amp;quot; in audio-settings.&lt;br /&gt;
*built-in webcam with Skype&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
**Only tested SD cards.&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (but changing brightness is a little bit diffuse. It's getting brighter but on maximum it changes to nearly lowest and get brighter again.)&lt;br /&gt;
**Thinklight control&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 and mechanical toggle)&lt;br /&gt;
**Media player control&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
*Suspend/Hibernate on a fully updated System!&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
====[[ThinkVantage Button]] {{ibmkey|ThinkVantage|#495988}}====&lt;br /&gt;
&lt;br /&gt;
Edit the file /usr/share/hotkey-setup/ibm.hk with adding this line:&lt;br /&gt;
&lt;br /&gt;
 setkeycodes e017 148 #thinkpad button&lt;br /&gt;
&lt;br /&gt;
You have to restart, then you refer a program with the &amp;quot;System -&amp;gt; Preferences -&amp;gt; Keyboard Shortcuts&amp;quot;-Menu (eg. Terminal, Firefox,...).&lt;br /&gt;
&lt;br /&gt;
====Internal LCD Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
The native screen resolution of 1440x900 is not detected automatically.  The problem is that a secondary cloned display is set to 1360x768, and is being displayed on the integrated screen.  Disable screen cloning, and disable the secondary display to fix the problem.  For a complete fix, a restart of X is required (CTRL+ALT+BACKSPACE) is required, and when logging in again, you may need to fix your dock icon positions.&lt;br /&gt;
&lt;br /&gt;
However, GDM still displays at either 1152x864 or 1360x768, creating a fuzzy image, or leaving borders at right and bottom, respectively. But it isn't a problem after logging in.&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:'''The solution posted above was too sparse for me.  Instead, I found a new driver and compviz packages that fixed the problem using the v.2.5.0 of the intel drivers that are available here:https://launchpad.net/~thjaeger/+archive&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' Thomas Jaeger no longer maintains the updated Intel drivers, but he helpfully directed me to the intel-gfx-testing team's Personal Package Archive (here:https://launchpad.net/~intel-gfx-testing/+archive) which does maintain them.&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' Resolutions work fine on both gpus for me, maybe this issue was fixed in the standard driver?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Create a file /etc/apt/sources.list.d/intel-gfx-testing.list with the following contents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://ppa.launchpad.net/intel-gfx-testing/ubuntu intrepid main&lt;br /&gt;
deb-src http://ppa.launchpad.net/intel-gfx-testing/ubuntu intrepid main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can edit it using:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo gedit /etc/apt/sources.list.d/intel-gfx-testing.list&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
once you've closed gedit, update the list of updates by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get update&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this will update the package db, and you should see the 'package update' icon light up.  Open that up, and apply the updates.  Alternately, you can open it via System-&amp;gt;Administration-&amp;gt;Update Manager&lt;br /&gt;
&lt;br /&gt;
Once the updates are applied, you will need to revert your /etc/X11/xorg.conf file if you've made any changes to it.  You can do this via:&lt;br /&gt;
&lt;br /&gt;
sudo dpkg-reconfigure -phigh xserver-xorg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally press ctrl-alt-backspace to restart the X-server.&lt;br /&gt;
&lt;br /&gt;
Now, once you've logged back in, under System-&amp;gt;Preferences-&amp;gt;Screen Resolution, you should see 1440x900 listed.&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' Using the intel-gfx-testing drivers causes a 3D performance issue, but only because the permissions on the DRM device are not set up properly, which forces 3D applications to use software rendering.  This is tracked in this bug: https://bugs.launchpad.net/ubuntu/+source/hal/+bug/306014.  Fixes and workarounds are provided in the bug comments.&lt;br /&gt;
&lt;br /&gt;
You can test if you're using the software renderer by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;glxinfo | grep renderer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you're using the software renderer, you will see:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;OpenGL renderer string: Software Rasterizer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the fix in place, I get:&lt;br /&gt;
&amp;lt;pre&amp;gt;OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset 20061102 x86/MMX/SSE2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Shutdown freezes sometimes====&lt;br /&gt;
&lt;br /&gt;
It seems that ALSA has problems to shut down if network devices are still active.&lt;br /&gt;
You can force ALSA during its unloading to disable the networking first (remember to backup your files!):&lt;br /&gt;
 sudo gedit /etc/init.d/alsa-utils&lt;br /&gt;
Search for &amp;quot;stop)&amp;quot; and add immediately below:&lt;br /&gt;
&lt;br /&gt;
 ifconfig eth0 down&lt;br /&gt;
 ifconfig wlan0 down&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' - This doesn't seem to be a problem with Madwifi drivers, it is created by the Intel wireless card?&lt;br /&gt;
&lt;br /&gt;
Now your shutdown should go smoothly.&lt;br /&gt;
&lt;br /&gt;
====VGA Output Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
To enable 1600x1200 resolution to show up, run&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
&lt;br /&gt;
====Suspend/Hibernate====&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' On a fully updated 8.10-32bit-System Suspend and Hibernate now work out of the box. You do not need this workaround anymore!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Neither Suspend nor Hibernate work out of the box. They fall asleep, but when waking up only the mousepointer is on the black screen, put neither keyboard, nor mouse showing response.&lt;br /&gt;
&lt;br /&gt;
Here's a [http://ubuntuforums.org/showthread.php?p=6057496 Ubuntu forum discussion thread] about the problem!  &lt;br /&gt;
&lt;br /&gt;
Petri K posted a workaround, to get suspend and hibernate working:&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;I would say that this is a classical multiprocessor concurrency control problem! Disabling all but one core makes the bug disappear.&lt;br /&gt;
 Here is my suggestion for a workaround. Save in /etc/pm/sleep.d/00CPU with 755 permissions. &lt;br /&gt;
 Note that it has to be called 00CPU so that it gets executed before and after anything else.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Open Terminal and type:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo gedit /etc/pm/sleep.d/00CPU}}&lt;br /&gt;
&lt;br /&gt;
Copy the following Code into gedit and save the file!&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # Workaround for concurrency bug in xserver-xorg-video-intel 2:2.4.1-1ubuntu10.&lt;br /&gt;
 # Save this as /etc/pm/sleep.d/00CPU&lt;br /&gt;
 &lt;br /&gt;
 . &amp;quot;${PM_FUNCTIONS}&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
 	hibernate|suspend)&lt;br /&gt;
 		for i in /sys/devices/system/cpu/cpu*/online ; do&lt;br /&gt;
 			echo 0 &amp;gt;$i&lt;br /&gt;
 		done&lt;br /&gt;
 		;;&lt;br /&gt;
 	thaw|resume) &lt;br /&gt;
 		sleep 10	# run with one core for 10 secs&lt;br /&gt;
 		for i in /sys/devices/system/cpu/cpu*/online ; do&lt;br /&gt;
 			echo 1 &amp;gt;$i&lt;br /&gt;
 		done&lt;br /&gt;
 		;;&lt;br /&gt;
 	*)&lt;br /&gt;
 		;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
Then close gedit and copy this line into the terminal to set permission 755 (read, write and execute):&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo chmod 755 /etc/pm/sleep.d/00CPU}}&lt;br /&gt;
&lt;br /&gt;
After reboot suspend and hibernate should work for you, because there is only one core running while doing this events.&lt;br /&gt;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset)====&lt;br /&gt;
&lt;br /&gt;
There are two options for drivers here, the ath5k project, or older Madwifi drivers.  The Madwifi drivers are based on the older, closed source HAL by Atheros, and the ath5k driver are based on the newer open source HAL by Atheros.  Note that you should not enable more than one Atheros driver, or they will conflict with each other (this includes ath5k, ath9k, and Madwifi).  If you need both BG &amp;amp; N support, do not use ath5k &amp;amp; ath9k, use Madwifi instead (only applicable if you are running multiple wireless cards).&lt;br /&gt;
&lt;br /&gt;
'''ath5k cons:''' One user (with the a B/G card) reports that wireless performance was awful with the FOSS ath5k driver, but smooth and nice with Madwifi. YMMV - Also, the ath5k do not correctly detect hardware settings such as txpower.&lt;br /&gt;
&lt;br /&gt;
'''Madwifi cons:''' For one user at least, the madwifi driver is dumping *tons* of text into /var/log/messages , /var/log/syslog , /var/log/kern.log , wasting several GBs of disk space. (In general, if your /var/log directory uses more than 100 MB of space, there's probably something wrong)  I don't know if the driver is set up to dump debug info to the log files, or if there is some error that keeps occurring (although the wireless seems to work just).  If anyone figures out how to fix this, please post here!&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' Due to a conflict, in order to achieve a stable connection it may be necessary to remove linux-restricted-modules beforehand using the following command: &amp;quot;sudo update-rc.d -f linux-restricted-modules-common remove&amp;quot;&lt;br /&gt;
http://madberry.org/2008/11/how-to-get-atheros-ar242x-to-work-on-810-intrepid-ibex/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing the ath5k drivers from the compat-wireless package'''&lt;br /&gt;
&lt;br /&gt;
Original discussion thread: [http://ubuntuforums.org/showpost.php?p=6071960&amp;amp;postcount=2]&lt;br /&gt;
&lt;br /&gt;
1. Become the super user of the system:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo su}}&lt;br /&gt;
&lt;br /&gt;
 *NOTE: Becareful here, as you have complete access to the system, and can do damage if careless.  Optionally, you can work as a normal user, and preface each command with sudo.&lt;br /&gt;
&lt;br /&gt;
Disable any currently running Madwifi drivers by running this in the terminal:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|rmmod ath_pci; rmmod ath_hal}}&lt;br /&gt;
&lt;br /&gt;
3. These drivers require source compilitation, so the build-essential package is required:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Enter the /usr/src directory, and download the source package:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|cd /usr/src; wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2008-10-31.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
5. Extract the source and enter the directory:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|tar xjvf compat-wireless-2008-10-31.tar.bz2; cd compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
6. Take a quick look at the README:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|less README}}&lt;br /&gt;
&lt;br /&gt;
7. Begin the compiliation process&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make}}&lt;br /&gt;
&lt;br /&gt;
8. Next, disable any active wireless connections, and run a script to make sure all wireless drivers that are going to be replaced are unloaded:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make unload}}&lt;br /&gt;
&lt;br /&gt;
9. Install the drivers:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make install}}&lt;br /&gt;
&lt;br /&gt;
10. If everything completed without errors, load the ath5k module:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|modprobe ath5k}}&lt;br /&gt;
&lt;br /&gt;
11. Check to make sure the new drivers detected the wireless card (you may need to adjust the interface name if you have several wireless cards):&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|ifconfig wlan0 up; iwconfig}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: When I first installed these drivers, they were unable to bring the MAC chip up, and needed a restart.&lt;br /&gt;
&lt;br /&gt;
12. Clean the src directory&lt;br /&gt;
&lt;br /&gt;
 {{cd /usr/src; rm compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: You can also delete the compat-wireless-2008-10-31/ folder if you need to recover the space, but it is useful to keep because the Makefile has a 'make uninstall' switch.&lt;br /&gt;
&lt;br /&gt;
13. Last, blacklist any other drivers that may interfere with the new ath5k drivers:&lt;br /&gt;
&lt;br /&gt;
 {{echo &amp;quot;blacklist ath_pci&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist; echo &amp;quot;blacklist ath_hal&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist}}&lt;br /&gt;
&lt;br /&gt;
'''Installing the Madwifi drivers:''' &lt;br /&gt;
&lt;br /&gt;
The following instructions were originally found here [http://ubuntuforums.org/showpost.php?p=5711824&amp;amp;postcount=6]:&lt;br /&gt;
&lt;br /&gt;
1. Under System/Administration/HarwareDrivers disable &amp;quot;Support for Atheros 802.11 wireless LAN cards&lt;br /&gt;
&lt;br /&gt;
2. Reboot&lt;br /&gt;
&lt;br /&gt;
3. The kernel headers and the compiler are needed to build this driver so install build-essential. In a terminal window (Applications/Accessories/Terminal) enter:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Install Subversion&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install subversion}}&lt;br /&gt;
&lt;br /&gt;
5. Checkout the Madwifi drivers to a directory on your local disk&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|cd~}}&lt;br /&gt;
 {{cmduser|mkdir madwifi}}&lt;br /&gt;
 {{cmduser|cd madwifi}}&lt;br /&gt;
 {{cmduser|svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6}}&lt;br /&gt;
&lt;br /&gt;
6. Build the drivers&lt;br /&gt;
 &lt;br /&gt;
 {{cmduser|cd madwifi-hal-0.10.5.6}}&lt;br /&gt;
 {{cmduser|make}}&lt;br /&gt;
&lt;br /&gt;
7. Install the drivers&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|make install}}&lt;br /&gt;
&lt;br /&gt;
8. Add the Atheros kernel module to the list of modules to be automatically loaded at boot by adding &amp;quot;ath_pci&amp;quot; (without the quotes) to the end of the /etc/modules file and save the file&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/modules}}&lt;br /&gt;
&lt;br /&gt;
9. Now you can reboot and it should work.&lt;br /&gt;
&lt;br /&gt;
====Scrolling with Trackpoint====&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi}}&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you change to another Shell (&amp;lt;ctrl&amp;gt;&amp;lt;alt&amp;gt;F1 etc) the Trackpoint does not scroll anymore. Restarting the Xserver works and can most easily done by choosing &amp;quot;switch user&amp;quot; and than log in again. All programs stay open and it does not take much time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Enabling Touchpad on/off key====&lt;br /&gt;
Source: [[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig]]&lt;br /&gt;
The SHMConfig is now controlled through hal. In the past this was done through xorg.conf&lt;br /&gt;
&lt;br /&gt;
You have to add the file &lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/shmconfig.fdi}}&lt;br /&gt;
with the following content:&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this change please reboot. Restarting hal doesn't help.&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
Theres a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
Daniel from fprint Project wrote in their mailing list, that support for our device is in development!&lt;br /&gt;
For more information look here: [http://reactivated.net/fprint/wiki/Unsupported_devices fprint Unsupported devices]&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
I installed Ubuntu 8.10 with the on-board Intel Graphic chip. So 3D acceleration works out-of-the-box.&lt;br /&gt;
&lt;br /&gt;
Then I booted with the ATI Graphics, which was no problem, because the [[radeon]] driver works very well, but only in 2D.&lt;br /&gt;
&lt;br /&gt;
After installing [[fglrx]] packages, jockey also found out, that proprietary drivers are available. So i let him configure my xorg.conf:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Default Screen&amp;quot;&lt;br /&gt;
 	Monitor		&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 	Device		&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 	DefaultDepth	24&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Module&amp;quot;&lt;br /&gt;
 	Load	&amp;quot;glx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier  	&amp;quot;ATI Technologies Inc Mobility Radeon HD 3400 Series&amp;quot;&lt;br /&gt;
 	BusID       	&amp;quot;PCI:01:00.0&amp;quot;&lt;br /&gt;
 	Driver	        &amp;quot;fglrx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
After reboot also Compiz works (but not so smooth as with Intel, i allege)&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' Strating up with integrated graphic again, no 3D desktop works. After removing all [[fglrx]] packages, Compiz normally works.&lt;br /&gt;
&lt;br /&gt;
So i changed my xorg.conf using the [[radeon]] driver, succeeding to have 3D on onboard Graphics and 2D on ATI Graphics.&lt;br /&gt;
&lt;br /&gt;
I also tried [[radeonhd]] driver, which does not work.&lt;br /&gt;
&lt;br /&gt;
'''Note 1:''' I got tired of going in to BIOS to switch chipsets, so I explicitly set the BusID in xorg.conf. The problem with this approach is that power consumption doubles, even when you are not using the discrete graphics card. I had 28W consumption when in switchable graphics mode, and 16W consumption when I configured &amp;quot;Integrated graphics&amp;quot; in BIOS.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' fglrx diverts libGL.so.1.2 that is installed by mesa. This means that you can't simply swap xorg.conf files and kernel modules, you need to replace libGL.so.1.2 with the proper one if you want restart X with a certain chipset.&lt;br /&gt;
&lt;br /&gt;
{{Todo|Maybe anybody can get both working!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Menu-Key====&lt;br /&gt;
&lt;br /&gt;
I changed keyboard modell to &amp;quot;IBM Thinkpad R60/T60/R61/T61&amp;quot; using the &amp;quot;German Dead acute&amp;quot; Layout.&lt;br /&gt;
&lt;br /&gt;
But also with these settings my menu-key does not work.&lt;br /&gt;
I tried to refer it with Firefox using the keyborad shortcuts-tool. It writes: &amp;quot;XF86WakeUp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' The FN-Key also writes &amp;quot;XF86WakeUp&amp;quot;, which is not so practical, so I removed allocation!&lt;br /&gt;
&lt;br /&gt;
{{Todo| Is ist possible to have a real menu-key?}}&lt;br /&gt;
&lt;br /&gt;
==Not tested yet==&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
There is no patch for Kernel 2.6.27-7 at the moment to use [[HDAPS]]. See also [[How to protect the harddisk through APS]].&lt;br /&gt;
&lt;br /&gt;
====VGA/HDMI====&lt;br /&gt;
*NEC MultiSync LCD 2190UX - VGA tested and working in mirrored and extended desktop modes (had to run {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}} to get 1600x1200 resolution to show up)&lt;br /&gt;
{{todo|please test other external monitors!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]][[Category:Ubuntu]][[Category:Ubuntu_8.10]]&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=40975</id>
		<title>Install Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=40975"/>
		<updated>2009-02-06T00:01:38Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: /* What works out of the box? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]] '''Site under construction. You are invited building an useful guidance!'''&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
With one version of the installer CD, the installation works fine, but after rebooting it hangs with ATA errors. Solution was to boot the Live CD, mount the partition, chroot, and upgrade to the newest kernel (from 2.6.27-7 to 2.6.27-9).&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK (If you have the ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset), see below!)&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
**Note: Bluetooth can only be toggled together with WLAN on and off, to add a bluetooth-only-toggle (Fn+F6) that doesn't affect WLAN take a look [[ThinkPad_Bluetooth_with_Enhanced_Data_Rate_(BDC-2)|here]].&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
*Intel driver for Integrated Graphics ([[Intel Integrated Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
** VGA output - mirrored and extended desktop both work, but might need to run the following to enable 1600x1200 resolution&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470 graphics]])&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*Touchpoint and Trackpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
*Optical drive&lt;br /&gt;
**Including DVD burning&lt;br /&gt;
*Sound card&lt;br /&gt;
**To use your internal microphone you have to change to &amp;quot;HDA Intel CONEXANT Analog (ALSA)&amp;quot; in audio-settings.&lt;br /&gt;
*built-in webcam with Skype&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
**Only tested SD cards.&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (but changing brightness is a little bit diffuse. It's getting brighter but on maximum it changes to nearly lowest and get brighter again.)&lt;br /&gt;
**Thinklight control&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 and mechanical toggle)&lt;br /&gt;
**Media player control&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
*Suspend/Hibernate on a fully updated System!&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
====[[ThinkVantage Button]] {{ibmkey|ThinkVantage|#495988}}====&lt;br /&gt;
&lt;br /&gt;
Edit the file /usr/share/hotkey-setup/ibm.hk with adding this line:&lt;br /&gt;
&lt;br /&gt;
 setkeycodes e017 148 #thinkpad button&lt;br /&gt;
&lt;br /&gt;
You have to restart, then you refer a program with the &amp;quot;System -&amp;gt; Preferences -&amp;gt; Keyboard Shortcuts&amp;quot;-Menu (eg. Terminal, Firefox,...).&lt;br /&gt;
&lt;br /&gt;
====Internal LCD Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
The native screen resolution of 1440x900 is not detected automatically.  The problem is that a secondary cloned display is set to 1360x768, and is being displayed on the integrated screen.  Disable screen cloning, and disable the secondary display to fix the problem.  For a complete fix, a restart of X is required (CTRL+ALT+BACKSPACE) is required, and when logging in again, you may need to fix your dock icon positions.&lt;br /&gt;
&lt;br /&gt;
However, GDM still displays at either 1152x864 or 1360x768, creating a fuzzy image, or leaving borders at right and bottom, respectively. But it isn't a problem after logging in.&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:'''The solution posted above was too sparse for me.  Instead, I found a new driver and compviz packages that fixed the problem using the v.2.5.0 of the intel drivers that are available here:https://launchpad.net/~thjaeger/+archive&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' Thomas Jaeger no longer maintains the updated Intel drivers, but he helpfully directed me to the intel-gfx-testing team's Personal Package Archive (here:https://launchpad.net/~intel-gfx-testing/+archive) which does maintain them.&lt;br /&gt;
&lt;br /&gt;
Create a file /etc/apt/sources.list.d/intel-gfx-testing.list with the following contents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://ppa.launchpad.net/intel-gfx-testing/ubuntu intrepid main&lt;br /&gt;
deb-src http://ppa.launchpad.net/intel-gfx-testing/ubuntu intrepid main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can edit it using:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo gedit /etc/apt/sources.list.d/intel-gfx-testing.list&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
once you've closed gedit, update the list of updates by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get update&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this will update the package db, and you should see the 'package update' icon light up.  Open that up, and apply the updates.  Alternately, you can open it via System-&amp;gt;Administration-&amp;gt;Update Manager&lt;br /&gt;
&lt;br /&gt;
Once the updates are applied, you will need to revert your /etc/X11/xorg.conf file if you've made any changes to it.  You can do this via:&lt;br /&gt;
&lt;br /&gt;
sudo dpkg-reconfigure -phigh xserver-xorg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally press ctrl-alt-backspace to restart the X-server.&lt;br /&gt;
&lt;br /&gt;
Now, once you've logged back in, under System-&amp;gt;Preferences-&amp;gt;Screen Resolution, you should see 1440x900 listed.&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' Using the intel-gfx-testing drivers causes a 3D performance issue, but only because the permissions on the DRM device are not set up properly, which forces 3D applications to use software rendering.  This is tracked in this bug: https://bugs.launchpad.net/ubuntu/+source/hal/+bug/306014.  Fixes and workarounds are provided in the bug comments.&lt;br /&gt;
&lt;br /&gt;
You can test if you're using the software renderer by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;glxinfo | grep renderer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you're using the software renderer, you will see:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;OpenGL renderer string: Software Rasterizer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With the fix in place, I get:&lt;br /&gt;
&amp;lt;pre&amp;gt;OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset 20061102 x86/MMX/SSE2&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Update: Works fine with intel out-of-the-box for me, maybe there was an update of X/intel driver?&lt;br /&gt;
&lt;br /&gt;
====Shutdown freezes sometimes====&lt;br /&gt;
&lt;br /&gt;
It seems that ALSA has problems to shut down if network devices are still active.&lt;br /&gt;
You can force ALSA during its unloading to disable the networking first (remember to backup your files!):&lt;br /&gt;
 sudo gedit /etc/init.d/alsa-utils&lt;br /&gt;
Search for &amp;quot;stop)&amp;quot; and add immediately below:&lt;br /&gt;
&lt;br /&gt;
 ifconfig eth0 down&lt;br /&gt;
 ifconfig wlan0 down&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' - This doesn't seem to be a problem with Madwifi drivers, it is created by the Intel wireless card?&lt;br /&gt;
&lt;br /&gt;
Now your shutdown should go smoothly.&lt;br /&gt;
&lt;br /&gt;
====VGA Output Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
To enable 1600x1200 resolution to show up, run&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
&lt;br /&gt;
====Suspend/Hibernate====&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' On a fully updated 8.10-32bit-System Suspend and Hibernate now work out of the box. You do not need this workaround anymore!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Neither Suspend nor Hibernate work out of the box. They fall asleep, but when waking up only the mousepointer is on the black screen, put neither keyboard, nor mouse showing response.&lt;br /&gt;
&lt;br /&gt;
Here's a [http://ubuntuforums.org/showthread.php?p=6057496 Ubuntu forum discussion thread] about the problem!  &lt;br /&gt;
&lt;br /&gt;
Petri K posted a workaround, to get suspend and hibernate working:&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;I would say that this is a classical multiprocessor concurrency control problem! Disabling all but one core makes the bug disappear.&lt;br /&gt;
 Here is my suggestion for a workaround. Save in /etc/pm/sleep.d/00CPU with 755 permissions. &lt;br /&gt;
 Note that it has to be called 00CPU so that it gets executed before and after anything else.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Open Terminal and type:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo gedit /etc/pm/sleep.d/00CPU}}&lt;br /&gt;
&lt;br /&gt;
Copy the following Code into gedit and save the file!&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # Workaround for concurrency bug in xserver-xorg-video-intel 2:2.4.1-1ubuntu10.&lt;br /&gt;
 # Save this as /etc/pm/sleep.d/00CPU&lt;br /&gt;
 &lt;br /&gt;
 . &amp;quot;${PM_FUNCTIONS}&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
 	hibernate|suspend)&lt;br /&gt;
 		for i in /sys/devices/system/cpu/cpu*/online ; do&lt;br /&gt;
 			echo 0 &amp;gt;$i&lt;br /&gt;
 		done&lt;br /&gt;
 		;;&lt;br /&gt;
 	thaw|resume) &lt;br /&gt;
 		sleep 10	# run with one core for 10 secs&lt;br /&gt;
 		for i in /sys/devices/system/cpu/cpu*/online ; do&lt;br /&gt;
 			echo 1 &amp;gt;$i&lt;br /&gt;
 		done&lt;br /&gt;
 		;;&lt;br /&gt;
 	*)&lt;br /&gt;
 		;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
Then close gedit and copy this line into the terminal to set permission 755 (read, write and execute):&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo chmod 755 /etc/pm/sleep.d/00CPU}}&lt;br /&gt;
&lt;br /&gt;
After reboot suspend and hibernate should work for you, because there is only one core running while doing this events.&lt;br /&gt;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset)====&lt;br /&gt;
&lt;br /&gt;
There are two options for drivers here, the ath5k project, or older Madwifi drivers.  The Madwifi drivers are based on the older, closed source HAL by Atheros, and the ath5k driver are based on the newer open source HAL by Atheros.  Note that you should not enable more than one Atheros driver, or they will conflict with each other (this includes ath5k, ath9k, and Madwifi).  If you need both BG &amp;amp; N support, do not use ath5k &amp;amp; ath9k, use Madwifi instead (only applicable if you are running multiple wireless cards).&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' One user (with the a B/G card) reports that wireless performance was awful with the FOSS ath5k driver, but smooth and nice with Madwifi. YMMV - Also, the ath5k do not correctly detect hardware settings such as txpower.&lt;br /&gt;
&lt;br /&gt;
'''NOTE 2:''' Due to a conflict, in order to achieve a stable connection it may be necessary to remove linux-restricted-modules beforehand using the following command: &amp;quot;sudo update-rc.d -f linux-restricted-modules-common remove&amp;quot;&lt;br /&gt;
http://madberry.org/2008/11/how-to-get-atheros-ar242x-to-work-on-810-intrepid-ibex/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing the ath5k drivers from the compat-wireless package'''&lt;br /&gt;
&lt;br /&gt;
Original discussion thread: [http://ubuntuforums.org/showpost.php?p=6071960&amp;amp;postcount=2]&lt;br /&gt;
&lt;br /&gt;
1. Become the super user of the system:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo su}}&lt;br /&gt;
&lt;br /&gt;
 *NOTE: Becareful here, as you have complete access to the system, and can do damage if careless.  Optionally, you can work as a normal user, and preface each command with sudo.&lt;br /&gt;
&lt;br /&gt;
Disable any currently running Madwifi drivers by running this in the terminal:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|rmmod ath_pci; rmmod ath_hal}}&lt;br /&gt;
&lt;br /&gt;
3. These drivers require source compilitation, so the build-essential package is required:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Enter the /usr/src directory, and download the source package:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|cd /usr/src; wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2008-10-31.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
5. Extract the source and enter the directory:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|tar xjvf compat-wireless-2008-10-31.tar.bz2; cd compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
6. Take a quick look at the README:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|less README}}&lt;br /&gt;
&lt;br /&gt;
7. Begin the compiliation process&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make}}&lt;br /&gt;
&lt;br /&gt;
8. Next, disable any active wireless connections, and run a script to make sure all wireless drivers that are going to be replaced are unloaded:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make unload}}&lt;br /&gt;
&lt;br /&gt;
9. Install the drivers:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make install}}&lt;br /&gt;
&lt;br /&gt;
10. If everything completed without errors, load the ath5k module:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|modprobe ath5k}}&lt;br /&gt;
&lt;br /&gt;
11. Check to make sure the new drivers detected the wireless card (you may need to adjust the interface name if you have several wireless cards):&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|ifconfig wlan0 up; iwconfig}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: When I first installed these drivers, they were unable to bring the MAC chip up, and needed a restart.&lt;br /&gt;
&lt;br /&gt;
12. Clean the src directory&lt;br /&gt;
&lt;br /&gt;
 {{cd /usr/src; rm compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: You can also delete the compat-wireless-2008-10-31/ folder if you need to recover the space, but it is useful to keep because the Makefile has a 'make uninstall' switch.&lt;br /&gt;
&lt;br /&gt;
13. Last, blacklist any other drivers that may interfere with the new ath5k drivers:&lt;br /&gt;
&lt;br /&gt;
 {{echo &amp;quot;blacklist ath_pci&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist; echo &amp;quot;blacklist ath_hal&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist}}&lt;br /&gt;
&lt;br /&gt;
'''Installing the Madwifi drivers:''' &lt;br /&gt;
&lt;br /&gt;
The following instructions were originally found here [http://ubuntuforums.org/showpost.php?p=5711824&amp;amp;postcount=6]:&lt;br /&gt;
&lt;br /&gt;
1. Under System/Administration/HarwareDrivers disable &amp;quot;Support for Atheros 802.11 wireless LAN cards&lt;br /&gt;
&lt;br /&gt;
2. Reboot&lt;br /&gt;
&lt;br /&gt;
3. The kernel headers and the compiler are needed to build this driver so install build-essential. In a terminal window (Applications/Accessories/Terminal) enter:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Install Subversion&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install subversion}}&lt;br /&gt;
&lt;br /&gt;
5. Checkout the Madwifi drivers to a directory on your local disk&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|cd~}}&lt;br /&gt;
 {{cmduser|mkdir madwifi}}&lt;br /&gt;
 {{cmduser|cd madwifi}}&lt;br /&gt;
 {{cmduser|svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6}}&lt;br /&gt;
&lt;br /&gt;
6. Build the drivers&lt;br /&gt;
 &lt;br /&gt;
 {{cmduser|cd madwifi-hal-0.10.5.6}}&lt;br /&gt;
 {{cmduser|make}}&lt;br /&gt;
&lt;br /&gt;
7. Install the drivers&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|make install}}&lt;br /&gt;
&lt;br /&gt;
8. Add the Atheros kernel module to the list of modules to be automatically loaded at boot by adding &amp;quot;ath_pci&amp;quot; (without the quotes) to the end of the /etc/modules file and save the file&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/modules}}&lt;br /&gt;
&lt;br /&gt;
9. Now you can reboot and it should work. &lt;br /&gt;
&lt;br /&gt;
====Scrolling with Trackpoint====&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi}}&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you change to another Shell (&amp;lt;ctrl&amp;gt;&amp;lt;alt&amp;gt;F1 etc) the Trackpoint does not scroll anymore. Restarting the Xserver works and can most easily done by choosing &amp;quot;switch user&amp;quot; and than log in again. All programs stay open and it does not take much time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Enabling Touchpad on/off key====&lt;br /&gt;
Source: [[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig]]&lt;br /&gt;
The SHMConfig is now controlled through hal. In the past this was done through xorg.conf&lt;br /&gt;
&lt;br /&gt;
You have to add the file &lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/shmconfig.fdi}}&lt;br /&gt;
with the following content:&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this change please reboot. Restarting hal doesn't help.&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
Theres a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
Daniel from fprint Project wrote in their mailing list, that support for our device is in development!&lt;br /&gt;
For more information look here: [http://reactivated.net/fprint/wiki/Unsupported_devices fprint Unsupported devices]&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
I installed Ubuntu 8.10 with the on-board Intel Graphic chip. So 3D acceleration works out-of-the-box.&lt;br /&gt;
&lt;br /&gt;
Then I booted with the ATI Graphics, which was no problem, because the [[radeon]] driver works very well, but only in 2D.&lt;br /&gt;
&lt;br /&gt;
After installing [[fglrx]] packages, jockey also found out, that proprietary drivers are available. So i let him configure my xorg.conf:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Default Screen&amp;quot;&lt;br /&gt;
 	Monitor		&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 	Device		&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 	DefaultDepth	24&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Module&amp;quot;&lt;br /&gt;
 	Load	&amp;quot;glx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier  	&amp;quot;ATI Technologies Inc Mobility Radeon HD 3400 Series&amp;quot;&lt;br /&gt;
 	BusID       	&amp;quot;PCI:01:00.0&amp;quot;&lt;br /&gt;
 	Driver	        &amp;quot;fglrx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
After reboot also Compiz works (but not so smooth as with Intel, i allege)&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' Strating up with integrated graphic again, no 3D desktop works. After removing all [[fglrx]] packages, Compiz normally works.&lt;br /&gt;
&lt;br /&gt;
So i changed my xorg.conf using the [[radeon]] driver, succeeding to have 3D on onboard Graphics and 2D on ATI Graphics.&lt;br /&gt;
&lt;br /&gt;
I also tried [[radeonhd]] driver, which does not work.&lt;br /&gt;
&lt;br /&gt;
'''Note 1:''' I got tired of going in to BIOS to switch chipsets, so I explicitly set the BusID in xorg.conf. The problem with this approach is that power consumption doubles, even when you are not using the discrete graphics card. I had 28W consumption when in switchable graphics mode, and 16W consumption when I configured &amp;quot;Integrated graphics&amp;quot; in BIOS.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' fglrx diverts libGL.so.1.2 that is installed by mesa. This means that you can't simply swap xorg.conf files and kernel modules, you need to replace libGL.so.1.2 with the proper one if you want restart X with a certain chipset.&lt;br /&gt;
&lt;br /&gt;
{{Todo|Maybe anybody can get both working!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Menu-Key====&lt;br /&gt;
&lt;br /&gt;
I changed keyboard modell to &amp;quot;IBM Thinkpad R60/T60/R61/T61&amp;quot; using the &amp;quot;German Dead acute&amp;quot; Layout.&lt;br /&gt;
&lt;br /&gt;
But also with these settings my menu-key does not work.&lt;br /&gt;
I tried to refer it with Firefox using the keyborad shortcuts-tool. It writes: &amp;quot;XF86WakeUp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' The FN-Key also writes &amp;quot;XF86WakeUp&amp;quot;, which is not so practical, so I removed allocation!&lt;br /&gt;
&lt;br /&gt;
{{Todo| Is ist possible to have a real menu-key?}}&lt;br /&gt;
&lt;br /&gt;
==Not tested yet==&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
There is no patch for Kernel 2.6.27-7 at the moment to use [[HDAPS]]. See also [[How to protect the harddisk through APS]].&lt;br /&gt;
&lt;br /&gt;
====VGA/HDMI====&lt;br /&gt;
*NEC MultiSync LCD 2190UX - VGA tested and working in mirrored and extended desktop modes (had to run {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}} to get 1600x1200 resolution to show up)&lt;br /&gt;
{{todo|please test other external monitors!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]][[Category:Ubuntu]][[Category:Ubuntu_8.10]]&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=40530</id>
		<title>Install Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=40530"/>
		<updated>2009-01-10T06:54:03Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]] '''Site under construction. You are invited building an useful guidance!'''&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK (If you have the ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset), see below!)&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
*Intel driver for Integrated Graphics ([[Intel Integrated Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
** VGA output - mirrored and extended desktop both work, but might need to run the following to enable 1600x1200 resolution&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470 graphics]])&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*Touchpoint and Trackpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
*Optical drive&lt;br /&gt;
**Not tested burning yet&lt;br /&gt;
*Sound card&lt;br /&gt;
**To use your internal microphone you have to change to &amp;quot;HDA Intel CONEXANT Analog (ALSA)&amp;quot; in audio-settings.&lt;br /&gt;
*built-in webcam with Skype&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
**Only tested SD cards.&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (but changing brightness is a little bit diffuse. It's getting brighter but on maximum it changes to nearly lowest and get brighter again.)&lt;br /&gt;
**Thinklight control&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 and mechanical toggle)&lt;br /&gt;
**Media player control&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
====[[ThinkVantage Button]] {{ibmkey|ThinkVantage|#495988}}====&lt;br /&gt;
&lt;br /&gt;
Edit the file /usr/share/hotkey-setup/ibm.hk with adding this line:&lt;br /&gt;
&lt;br /&gt;
 setkeycodes e017 148 #thinkpad button&lt;br /&gt;
&lt;br /&gt;
You have to restart, then you refer a program with the &amp;quot;System -&amp;gt; Preferences -&amp;gt; Keyboard Shortcuts&amp;quot;-Menu (eg. Terminal, Firefox,...).&lt;br /&gt;
&lt;br /&gt;
====Internal LCD Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
The native screen resolution of 1440x900 is not detected automatically.  The problem is that a secondary cloned display is set to 1360x768, and is being displayed on the integrated screen.  Disable screen cloning, and disable the secondary display to fix the problem.  For a complete fix, a restart of X is required (CTRL+ALT+BACKSPACE) is required, and when logging in again, you may need to fix your dock icon positions.&lt;br /&gt;
&lt;br /&gt;
However, GDM still displays at either 1152x864 or 1360x768, creating a fuzzy image, or leaving borders at right and bottom, respectively. But it isn't a problem after logging in.&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:'''The solution posted above was too sparse for me.  Instead, I found a new driver and compviz packages that fixed the problem using the v.2.5.0 of the intel drivers that are available here:https://launchpad.net/~thjaeger/+archive&lt;br /&gt;
&lt;br /&gt;
'''UPDATE:''' Thomas Jaeger no longer maintains the updated Intel drivers, but he helpfully directed me to the intel-gfx-testing team's Personal Package Archive (here:https://launchpad.net/~intel-gfx-testing/+archive) which does maintain them.&lt;br /&gt;
&lt;br /&gt;
Create a file /etc/apt/sources.list.d/intel-gfx-testing.list with the following contents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
deb http://ppa.launchpad.net/intel-gfx-testing/ubuntu intrepid main&lt;br /&gt;
deb-src http://ppa.launchpad.net/intel-gfx-testing/ubuntu intrepid main&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can edit it using:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo gedit /etc/apt/sources.list.d/intel-gfx-testing.list&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
once you've closed gedit, update the list of updates by typing:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get update&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
this will update the package db, and you should see the 'package update' icon light up.  Open that up, and apply the updates.  Alternately, you can open it via System-&amp;gt;Administration-&amp;gt;Update Manager&lt;br /&gt;
&lt;br /&gt;
Once the updates are applied, you will need to revert your /etc/X11/xorg.conf file if you've made any changes to it.  You can do this via:&lt;br /&gt;
&lt;br /&gt;
sudo dpkg-reconfigure -phigh xserver-xorg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finally press ctrl-alt-backspace to restart the X-server.&lt;br /&gt;
&lt;br /&gt;
Now, once you've logged back in, under System-&amp;gt;Preferences-&amp;gt;Screen Resolution, you should see 1440x900 listed.&lt;br /&gt;
&lt;br /&gt;
Update: Works fine with intel out-of-the-box for me, maybe there was an update of X/intel driver?&lt;br /&gt;
&lt;br /&gt;
====Shutdown freezes sometimes====&lt;br /&gt;
&lt;br /&gt;
It seems that ALSA has problems to shut down if network devices are still active.&lt;br /&gt;
You can force ALSA during its unloading to disable the networking first (remember to backup your files!):&lt;br /&gt;
 sudo gedit /etc/init.d/alsa-utils&lt;br /&gt;
Search for &amp;quot;stop)&amp;quot; and add immediately below:&lt;br /&gt;
&lt;br /&gt;
 ifconfig eth0 down&lt;br /&gt;
 ifconfig wlan0 down&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' - This doesn't seem to be a problem with Madwifi drivers, it is created by the Intel wireless card?&lt;br /&gt;
&lt;br /&gt;
Now your shutdown should go smoothly.&lt;br /&gt;
&lt;br /&gt;
====VGA Output Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
To enable 1600x1200 resolution to show up, run&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset)====&lt;br /&gt;
&lt;br /&gt;
There are two options for drivers here, the ath5k project, or older Madwifi drivers.  The Madwifi drivers are based on the older, closed source HAL by Atheros, and the ath5k driver are based on the newer open source HAL by Atheros.  Note that you should not enable more than one Atheros driver, or they will conflict with each other (this includes ath5k, ath9k, and Madwifi).  If you need both BG &amp;amp; N support, do not use ath5k &amp;amp; ath9k, use Madwifi instead (only applicable if you are running multiple wireless cards).&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' One user (with the a B/G card) reports that wireless performance was awful with the FOSS ath5k driver, but smooth and nice with Madwifi. YMMV - Also, the ath5k do not correctly detect hardware settings such as txpower.&lt;br /&gt;
&lt;br /&gt;
'''NOTE 2:''' Due to a conflict, in order to achieve a stable connection it may be necessary to remove linux-restricted-modules beforehand using the following command: &amp;quot;sudo update-rc.d -f linux-restricted-modules-common remove&amp;quot;&lt;br /&gt;
http://madberry.org/2008/11/how-to-get-atheros-ar242x-to-work-on-810-intrepid-ibex/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Installing the ath5k drivers from the compat-wireless package'''&lt;br /&gt;
&lt;br /&gt;
Original discussion thread: [http://ubuntuforums.org/showpost.php?p=6071960&amp;amp;postcount=2]&lt;br /&gt;
&lt;br /&gt;
1. Become the super user of the system:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo su}}&lt;br /&gt;
&lt;br /&gt;
 *NOTE: Becareful here, as you have complete access to the system, and can do damage if careless.  Optionally, you can work as a normal user, and preface each command with sudo.&lt;br /&gt;
&lt;br /&gt;
Disable any currently running Madwifi drivers by running this in the terminal:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|rmmod ath_pci; rmmod ath_hal}}&lt;br /&gt;
&lt;br /&gt;
3. These drivers require source compilitation, so the build-essential package is required:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Enter the /usr/src directory, and download the source package:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|cd /usr/src; wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2008-10-31.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
5. Extract the source and enter the directory:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|tar xjvf compat-wireless-2008-10-31.tar.bz2; cd compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
6. Take a quick look at the README:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|less README}}&lt;br /&gt;
&lt;br /&gt;
7. Begin the compiliation process&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make}}&lt;br /&gt;
&lt;br /&gt;
8. Next, disable any active wireless connections, and run a script to make sure all wireless drivers that are going to be replaced are unloaded:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make unload}}&lt;br /&gt;
&lt;br /&gt;
9. Install the drivers:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make install}}&lt;br /&gt;
&lt;br /&gt;
10. If everything completed without errors, load the ath5k module:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|modprobe ath5k}}&lt;br /&gt;
&lt;br /&gt;
11. Check to make sure the new drivers detected the wireless card (you may need to adjust the interface name if you have several wireless cards):&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|ifconfig wlan0 up; iwconfig}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: When I first installed these drivers, they were unable to bring the MAC chip up, and needed a restart.&lt;br /&gt;
&lt;br /&gt;
12. Clean the src directory&lt;br /&gt;
&lt;br /&gt;
 {{cd /usr/src; rm compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: You can also delete the compat-wireless-2008-10-31/ folder if you need to recover the space, but it is useful to keep because the Makefile has a 'make uninstall' switch.&lt;br /&gt;
&lt;br /&gt;
13. Last, blacklist any other drivers that may interfere with the new ath5k drivers:&lt;br /&gt;
&lt;br /&gt;
 {{echo &amp;quot;blacklist ath_pci&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist; echo &amp;quot;blacklist ath_hal&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist}}&lt;br /&gt;
&lt;br /&gt;
'''Installing the Madwifi drivers:''' &lt;br /&gt;
&lt;br /&gt;
The following instructions were originally found here [http://ubuntuforums.org/showpost.php?p=5711824&amp;amp;postcount=6]:&lt;br /&gt;
&lt;br /&gt;
1. Under System/Administration/HarwareDrivers disable &amp;quot;Support for Atheros 802.11 wireless LAN cards&lt;br /&gt;
&lt;br /&gt;
2. Reboot&lt;br /&gt;
&lt;br /&gt;
3. The kernel headers and the compiler are needed to build this driver so install build-essential. In a terminal window (Applications/Accessories/Terminal) enter:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Install Subversion&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install subversion}}&lt;br /&gt;
&lt;br /&gt;
5. Checkout the Madwifi drivers to a directory on your local disk&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|cd~}}&lt;br /&gt;
 {{cmduser|mkdir madwifi}}&lt;br /&gt;
 {{cmduser|cd madwifi}}&lt;br /&gt;
 {{cmduser|svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6}}&lt;br /&gt;
&lt;br /&gt;
6. Build the drivers&lt;br /&gt;
 &lt;br /&gt;
 {{cmduser|cd madwifi-hal-0.10.5.6}}&lt;br /&gt;
 {{cmduser|make}}&lt;br /&gt;
&lt;br /&gt;
7. Install the drivers&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|make install}}&lt;br /&gt;
&lt;br /&gt;
8. Add the Atheros kernel module to the list of modules to be automatically loaded at boot by adding &amp;quot;ath_pci&amp;quot; (without the quotes) to the end of the /etc/modules file and save the file&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/modules}}&lt;br /&gt;
&lt;br /&gt;
9. Now you can reboot and it should work. &lt;br /&gt;
&lt;br /&gt;
====Scrolling with Trackpoint====&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi}}&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you change to another Shell (&amp;lt;ctrl&amp;gt;&amp;lt;alt&amp;gt;F1 etc) the Trackpoint does not scroll anymore. Restarting the Xserver works and can most easily done by choosing &amp;quot;switch user&amp;quot; and than log in again. All programs stay open and it does not take much time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Enabling Touchpad on/off key====&lt;br /&gt;
Source: [[https://help.ubuntu.com/community/SynapticsTouchpad#shmconfig]]&lt;br /&gt;
The SHMConfig is now controlled through hal. In the past this was done through xorg.conf&lt;br /&gt;
&lt;br /&gt;
You have to add the file &lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/shmconfig.fdi}}&lt;br /&gt;
with the following content:&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;deviceinfo version=&amp;quot;0.2&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;device&amp;gt;&lt;br /&gt;
   &amp;lt;match key=&amp;quot;input.x11_driver&amp;quot; string=&amp;quot;synaptics&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;merge key=&amp;quot;input.x11_options.SHMConfig&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;True&amp;lt;/merge&amp;gt;&lt;br /&gt;
   &amp;lt;/match&amp;gt;&lt;br /&gt;
  &amp;lt;/device&amp;gt;&lt;br /&gt;
 &amp;lt;/deviceinfo&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After this change please reboot. Restarting hal doesn't help.&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
Theres a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
Daniel from fprint Project wrote in their mailing list, that support for our device is in development!&lt;br /&gt;
For more information look here: [http://reactivated.net/fprint/wiki/Unsupported_devices fprint Unsupported devices]&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
I installed Ubuntu 8.10 with the on-board Intel Graphic chip. So 3D acceleration works out-of-the-box.&lt;br /&gt;
&lt;br /&gt;
Then I booted with the ATI Graphics, which was no problem, because the [[radeon]] driver works very well, but only in 2D.&lt;br /&gt;
&lt;br /&gt;
After installing [[fglrx]] packages, jockey also found out, that proprietary drivers are available. So i let him configure my xorg.conf:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Default Screen&amp;quot;&lt;br /&gt;
 	Monitor		&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 	Device		&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 	DefaultDepth	24&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Module&amp;quot;&lt;br /&gt;
 	Load	&amp;quot;glx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier  	&amp;quot;ATI Technologies Inc Mobility Radeon HD 3400 Series&amp;quot;&lt;br /&gt;
 	BusID       	&amp;quot;PCI:01:00.0&amp;quot;&lt;br /&gt;
 	Driver	        &amp;quot;fglrx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
After reboot also Compiz works (but not so smooth as with Intel, i allege)&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' Strating up with integrated graphic again, no 3D desktop works. After removing all [[fglrx]] packages, Compiz normally works.&lt;br /&gt;
&lt;br /&gt;
So i changed my xorg.conf using the [[radeon]] driver, succeeding to have 3D on onboard Graphics and 2D on ATI Graphics.&lt;br /&gt;
&lt;br /&gt;
I also tried [[radeonhd]] driver, which does not work.&lt;br /&gt;
&lt;br /&gt;
'''Note 1:''' I got tired of going in to BIOS to switch chipsets, so I explicitly set the BusID in xorg.conf. The problem with this approach is that power consumption doubles, even when you are not using the discrete graphics card. I had 28W consumption when in switchable graphics mode, and 16W consumption when I configured &amp;quot;Integrated graphics&amp;quot; in BIOS.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' fglrx diverts libGL.so.1.2 that is installed by mesa. This means that you can't simply swap xorg.conf files and kernel modules, you need to replace libGL.so.1.2 with the proper one if you want restart X with a certain chipset.&lt;br /&gt;
&lt;br /&gt;
{{Todo|Maybe anybody can get both working!}}&lt;br /&gt;
&lt;br /&gt;
====Suspend/Hibernate====&lt;br /&gt;
&lt;br /&gt;
Neither Suspend nor Hibernate work out of the box. They fall asleep, but when waking up only the mousepointer is on the black screen, put neither keyboard, nor mouse showing response.&lt;br /&gt;
&lt;br /&gt;
Here's a [http://ubuntuforums.org/showthread.php?p=6057496 Ubuntu forum discussion thread] about the problem!  &lt;br /&gt;
&lt;br /&gt;
('''UPDATE:''' It sounds like this issue may have been resolved in some update or other, so you may no longer need the workaround below.)&lt;br /&gt;
&lt;br /&gt;
Petri K posted a workaround, to get suspend and hibernate working:&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;I would say that this is a classical multiprocessor concurrency control problem! Disabling all but one core makes the bug disappear.&lt;br /&gt;
 Here is my suggestion for a workaround. Save in /etc/pm/sleep.d/00CPU with 755 permissions. &lt;br /&gt;
 Note that it has to be called 00CPU so that it gets executed before and after anything else.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Open Terminal and type:&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo gedit /etc/pm/sleep.d/00CPU}}&lt;br /&gt;
&lt;br /&gt;
Copy the following Code into gedit and save the file!&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # Workaround for concurrency bug in xserver-xorg-video-intel 2:2.4.1-1ubuntu10.&lt;br /&gt;
 # Save this as /etc/pm/sleep.d/00CPU&lt;br /&gt;
 &lt;br /&gt;
 . &amp;quot;${PM_FUNCTIONS}&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
 	hibernate|suspend)&lt;br /&gt;
 		for i in /sys/devices/system/cpu/cpu*/online ; do&lt;br /&gt;
 			echo 0 &amp;gt;$i&lt;br /&gt;
 		done&lt;br /&gt;
 		;;&lt;br /&gt;
 	thaw|resume) &lt;br /&gt;
 		sleep 10	# run with one core for 10 secs&lt;br /&gt;
 		for i in /sys/devices/system/cpu/cpu*/online ; do&lt;br /&gt;
 			echo 1 &amp;gt;$i&lt;br /&gt;
 		done&lt;br /&gt;
 		;;&lt;br /&gt;
 	*)&lt;br /&gt;
 		;;&lt;br /&gt;
 esac&lt;br /&gt;
&lt;br /&gt;
Then close gedit and copy this line into the terminal to set permission 755 (read, write and execute):&lt;br /&gt;
&lt;br /&gt;
{{cmduser|sudo chmod 755 /etc/pm/sleep.d/00CPU}}&lt;br /&gt;
&lt;br /&gt;
After reboot suspend and hibernate should work for you, because there is only one core running while doing this events.&lt;br /&gt;
&lt;br /&gt;
====Menu-Key====&lt;br /&gt;
&lt;br /&gt;
I changed keyboard modell to &amp;quot;IBM Thinkpad R60/T60/R61/T61&amp;quot; using the &amp;quot;German Dead acute&amp;quot; Layout.&lt;br /&gt;
&lt;br /&gt;
But also with these settings my menu-key does not work.&lt;br /&gt;
I tried to refer it with Firefox using the keyborad shortcuts-tool. It writes: &amp;quot;XF86WakeUp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' The FN-Key also writes &amp;quot;XF86WakeUp&amp;quot;, which is not so practical, so I removed allocation!&lt;br /&gt;
&lt;br /&gt;
{{Todo| Is ist possible to have a real menu-key?}}&lt;br /&gt;
&lt;br /&gt;
==Not tested yet==&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
There is no patch for Kernel 2.6.27-7 at the moment to use [[HDAPS]]. See also [[How to protect the harddisk through APS]].&lt;br /&gt;
&lt;br /&gt;
====VGA/HDMI====&lt;br /&gt;
*NEC MultiSync LCD 2190UX - VGA tested and working in mirrored and extended desktop modes (had to run {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}} to get 1600x1200 resolution to show up)&lt;br /&gt;
{{todo|please test other external monitors!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]][[Category:Ubuntu]][[Category:Ubuntu_8.10]]&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=39484</id>
		<title>Install Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=39484"/>
		<updated>2008-11-03T18:07:01Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: /* Suspend/Hibernate */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]] '''Site under construction. You are invited building an useful guidance!'''&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK (If you have the ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset), see below!)&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
*Intel driver for Integrated Graphics ([[Intel Integrated Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
** VGA output - mirrored and extended desktop both work, but might need to run the following to enable 1600x1200 resolution&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470 graphics]])&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*Touchpoint and Trackpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
*Optical drive&lt;br /&gt;
**Not tested burning yet&lt;br /&gt;
*Sound card&lt;br /&gt;
**To use your internal microphone you have to change to &amp;quot;HDA Intel CONEXANT Analog (ALSA)&amp;quot; in audio-settings.&lt;br /&gt;
*built-in webcam with Skype&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
**Only tested SD cards.&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (but changing brightness is a little bit diffuse. It's getting brighter but on maximum it changes to nearly lowest and get brighter again.)&lt;br /&gt;
**Thinklight control&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 and mechanical toggle)&lt;br /&gt;
**Media player control&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
====[[ThinkVantage Button]] {{ibmkey|ThinkVantage|#495988}}====&lt;br /&gt;
&lt;br /&gt;
Edit the file /usr/share/hotkey-setup/ibm.hk with adding this line:&lt;br /&gt;
&lt;br /&gt;
 setkeycodes e017 148 #thinkpad button&lt;br /&gt;
&lt;br /&gt;
You have to restart, then you refer a program with the &amp;quot;System -&amp;gt; Preferences -&amp;gt; Keyboard Shortcuts&amp;quot;-Menu (eg. Terminal, Firefox,...).&lt;br /&gt;
&lt;br /&gt;
====Internal LCD Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
The native screen resolution of 1440x900 is not detected automatically.  The problem is that a secondary cloned display is set to 1152x864, and is being displayed on the integrated screen.  Disable screen cloning, and disable the secondary display to fix the problem.  For a complete fix, a restart of X is required (CTRL+ALT+BACKSPACE) is required, and when logging in again, you may need to fix your dock icon positions.&lt;br /&gt;
&lt;br /&gt;
However, GDM still displays 1152x864, but it isn't a problem after logging in. If you want to change this add the folling lines to you xorg.conf:&lt;br /&gt;
&lt;br /&gt;
 SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
        Modes   &amp;quot;1440x900&amp;quot;&lt;br /&gt;
 EndSubSection&lt;br /&gt;
&lt;br /&gt;
and other modes of your choice.&lt;br /&gt;
&lt;br /&gt;
====Shutdown freezes sometimes====&lt;br /&gt;
&lt;br /&gt;
It seems that ALSA has problems to shut down if network devices are still active.&lt;br /&gt;
You can force ALSA during its unloading to disable the networking first (remember to backup your files!):&lt;br /&gt;
 sudo gedit /etc/init.d/alsa_utils&lt;br /&gt;
Search for &amp;quot;stop)&amp;quot; and add immediately below:&lt;br /&gt;
&lt;br /&gt;
 ifconfig eth0 down&lt;br /&gt;
 ifconfig wlan0 down&lt;br /&gt;
&lt;br /&gt;
Now your shutdown should go smoothly.&lt;br /&gt;
&lt;br /&gt;
====VGA Output Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
To enable 1600x1200 resolution to show up, run&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset)====&lt;br /&gt;
&lt;br /&gt;
There are two options for drivers here, the ath5k project, or older Madwifi drivers.  The Madwifi drivers are based on the older, closed source HAL by Atheros, and the ath5k driver are based on the newer open source HAL by Atheros.  Note that you should not enable more than one Atheros driver, or they will conflict with each other (this includes ath5k, ath9k, and Madwifi).  If you need both BG &amp;amp; N support, do not use ath5k &amp;amp; ath9k, use Madwifi instead (only applicable if you are running multiple wireless cards).&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' One user (with the a B/G card) reports that wireless performance was awful with the FOSS ath5k driver, but smooth and nice with Madwifi. YMMV&lt;br /&gt;
&lt;br /&gt;
'''Installing the ath5k drivers from the compat-wireless package'''&lt;br /&gt;
&lt;br /&gt;
Original discussion thread: [http://ubuntuforums.org/showpost.php?p=6071960&amp;amp;postcount=2]&lt;br /&gt;
&lt;br /&gt;
1. Become the super user of the system:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo su}}&lt;br /&gt;
&lt;br /&gt;
 *NOTE: Becareful here, as you have complete access to the system, and can do damage if careless.  Optionally, you can work as a normal user, and preface each command with sudo.&lt;br /&gt;
&lt;br /&gt;
Disable any currently running Madwifi drivers by running this in the terminal:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|rmmod ath_pci; rmmod ath_hal}}&lt;br /&gt;
&lt;br /&gt;
3. These drivers require source compilitation, so the build-essential package is required:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Enter the /usr/src directory, and download the source package:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|cd /usr/src; wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2008-10-31.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
5. Extract the source and enter the directory:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|tar xjvf compat-wireless-2008-10-31.tar.bz2; cd compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
6. Take a quick look at the README:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|less README}}&lt;br /&gt;
&lt;br /&gt;
7. Begin the compiliation process&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make}}&lt;br /&gt;
&lt;br /&gt;
8. Next, disable any active wireless connections, and run a script to make sure all wireless drivers that are going to be replaced are unloaded:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make unload}}&lt;br /&gt;
&lt;br /&gt;
9. Install the drivers:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make install}}&lt;br /&gt;
&lt;br /&gt;
10. If everything completed without errors, load the ath5k module:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|modprobe ath5k}}&lt;br /&gt;
&lt;br /&gt;
11. Check to make sure the new drivers detected the wireless card (you may need to adjust the interface name if you have several wireless cards):&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|ifconfig wlan0 up; iwconfig}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: When I first installed these drivers, they were unable to bring the MAC chip up, and needed a restart.&lt;br /&gt;
&lt;br /&gt;
12. Clean the src directory&lt;br /&gt;
&lt;br /&gt;
 {{cd /usr/src; rm compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: You can also delete the compat-wireless-2008-10-31/ folder if you need to recover the space, but it is useful to keep because the Makefile has a 'make uninstall' switch.&lt;br /&gt;
&lt;br /&gt;
13. Last, blacklist any other drivers that may interfere with the new ath5k drivers:&lt;br /&gt;
&lt;br /&gt;
 {{echo &amp;quot;blacklist ath_pci&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist; echo &amp;quot;blacklist ath_hal&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist}}&lt;br /&gt;
&lt;br /&gt;
'''Installing the Madwifi drivers:''' &lt;br /&gt;
&lt;br /&gt;
The following instructions were originally found here [http://ubuntuforums.org/showpost.php?p=5711824&amp;amp;postcount=6]:&lt;br /&gt;
&lt;br /&gt;
1. Under System/Administration/HarwareDrivers disable &amp;quot;Support for Atheros 802.11 wireless LAN cards&lt;br /&gt;
&lt;br /&gt;
2. Reboot&lt;br /&gt;
&lt;br /&gt;
3. The kernel headers and the compiler are needed to build this driver so install build-essential. In a terminal window (Applications/Accessories/Terminal) enter:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Install Subversion&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install subversion}}&lt;br /&gt;
&lt;br /&gt;
5. Checkout the Madwifi drivers to a directory on your local disk&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|cd~}}&lt;br /&gt;
 {{cmduser|mkdir madwifi}}&lt;br /&gt;
 {{cmduser|cd madwifi}}&lt;br /&gt;
 {{cmduser|svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6}}&lt;br /&gt;
&lt;br /&gt;
6. Build the drivers&lt;br /&gt;
 &lt;br /&gt;
 {{cmduser|cd madwifi-hal-0.10.5.6}}&lt;br /&gt;
 {{cmduser|make}}&lt;br /&gt;
&lt;br /&gt;
7. Install the drivers&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|make install}}&lt;br /&gt;
&lt;br /&gt;
8. Add the Atheros kernel module to the list of modules to be automatically loaded at boot by adding &amp;quot;ath_pci&amp;quot; (without the quotes) to the end of the /etc/modules file and save the file&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/modules}}&lt;br /&gt;
&lt;br /&gt;
9. Now you can reboot and it should work. To get it working without a reboot you need to load the module manually you can use&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo modprobe ath_pci}}&lt;br /&gt;
&lt;br /&gt;
====Scrolling with Trackpoint====&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi}}&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
Theres a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
I installed Ubuntu 8.10 with the on-board Intel Graphic chip. So 3D acceleration works out-of-the-box.&lt;br /&gt;
&lt;br /&gt;
Then I booted with the ATI Graphics, which was no problem, because the [[radeon]] driver works very well, but only in 2D.&lt;br /&gt;
&lt;br /&gt;
After installing [[fglrx]] packages, jockey also found out, that proprietary drivers are available. So i let him configure my xorg.conf:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Default Screen&amp;quot;&lt;br /&gt;
 	Monitor		&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 	Device		&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 	DefaultDepth	24&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Module&amp;quot;&lt;br /&gt;
 	Load	&amp;quot;glx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier  	&amp;quot;ATI Technologies Inc Mobility Radeon HD 3400 Series&amp;quot;&lt;br /&gt;
 	BusID       	&amp;quot;PCI:01:00.0&amp;quot;&lt;br /&gt;
 	Driver	        &amp;quot;fglrx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
After reboot also Compiz works (but not so smooth as with Intel, i allege)&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' Strating up with integrated graphic again, no 3D desktop works. After removing all [[fglrx]] packages, Compiz normally works.&lt;br /&gt;
&lt;br /&gt;
So i changed my xorg.conf using the [[radeon]] driver, succeeding to have 3D on onboard Graphics and 2D on ATI Graphics.&lt;br /&gt;
&lt;br /&gt;
I also tried [[radeonhd]] driver, which does not work.&lt;br /&gt;
&lt;br /&gt;
'''Note 1:''' I got tired of going in to BIOS to switch chipsets, so I explicitly set the BusID in xorg.conf. The problem with this approach is that power consumption doubles, even when you are not using the discrete graphics card. I had 28W consumption when in switchable graphics mode, and 16W consumption when I configured &amp;quot;Integrated graphics&amp;quot; in BIOS.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' fglrx diverts libGL.so.1.2 that is installed by mesa. This means that you can't simply swap xorg.conf files and kernel modules, you need to replace libGL.so.1.2 with the proper one if you want restart X with a certain chipset.&lt;br /&gt;
&lt;br /&gt;
{{Todo|Maybe anybody can get both working!}}&lt;br /&gt;
&lt;br /&gt;
====Suspend/Hibernate====&lt;br /&gt;
&lt;br /&gt;
Neither Suspend nor Hibernate work for me. They fall asleep, but when waking up only the mousepointer is on the screen, put neither keyboard, nor mouse showing response.&lt;br /&gt;
&lt;br /&gt;
But sometimes it works without any problems. I tested it out about 15 times... two suspends and one hibernate worked.&lt;br /&gt;
&lt;br /&gt;
Here's a [http://ubuntuforums.org/showthread.php?p=6057496 Ubuntu forum discussion thread] about the problem - sounds like it might be gnome-specific (?).  No fix known yet, afaik.&lt;br /&gt;
&lt;br /&gt;
I don't know what's going wrong.&lt;br /&gt;
{{Todo| Anybody an idea? }}&lt;br /&gt;
&lt;br /&gt;
====Menu-Key====&lt;br /&gt;
&lt;br /&gt;
I changed keyboard modell to &amp;quot;IBM Thinkpad R60/T60/R61/T61&amp;quot; using the &amp;quot;German Dead acute&amp;quot; Layout.&lt;br /&gt;
&lt;br /&gt;
But also with these settings my menu-key does not work.&lt;br /&gt;
I tried to refer it with Firefox using the keyborad shortcuts-tool. It writes: &amp;quot;XF86WakeUp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' The FN-Key also writes &amp;quot;XF86WakeUp&amp;quot;, which is not so practical, so I removed allocation!&lt;br /&gt;
&lt;br /&gt;
{{Todo| Is ist possible to have an real menu-key?}}&lt;br /&gt;
&lt;br /&gt;
==Not tested yet==&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
There is no patch for Kernel 2.6.27-7 at the moment to use [[HDAPS]]. See also [[How to protect the harddisk through APS]].&lt;br /&gt;
&lt;br /&gt;
====VGA/HDMI====&lt;br /&gt;
*NEC MultiSync LCD 2190UX - VGA tested and working in mirrored and extended desktop modes (had to run {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}} to get 1600x1200 resolution to show up)&lt;br /&gt;
{{todo|please test other external monitors!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]]&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=39483</id>
		<title>Install Ubuntu 8.10 (Intrepid Ibex) on a ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=39483"/>
		<updated>2008-11-03T16:51:32Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: /* ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:T400|T400]] '''Site under construction. You are invited building an useful guidance!'''&lt;br /&gt;
&lt;br /&gt;
==Before Installation==&lt;br /&gt;
&lt;br /&gt;
Before you can start Ubuntu from CD or USB you have to change two BIOS settings:&lt;br /&gt;
* Change to Internal or ATI Graphics with Config --&amp;gt; Display --&amp;gt; Graphics Device --&amp;gt; [Integrated graphics] or [Discrete Graphics]&lt;br /&gt;
* Disable OS Detection for Switchable Graphics. Otherwise it will mysteriously switch back to Switchable Graphics.&lt;br /&gt;
&lt;br /&gt;
Now you can boot your Live-CD, connect to Wireless Lan, and install the OS.&lt;br /&gt;
&lt;br /&gt;
==What works out of the box?==&lt;br /&gt;
&lt;br /&gt;
*Wireless with iwlagn driver ([[Intel WiFi Link 5100/5300 WLAN controller]])&lt;br /&gt;
**G mode + WEP and WPA2 PSK (If you have the ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset), see below!)&lt;br /&gt;
**with status LED and everything!&lt;br /&gt;
*Bluetooth&lt;br /&gt;
**Even with [[Bluetooth Laser Mouse]]&lt;br /&gt;
*[[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
*Intel driver for Integrated Graphics ([[Intel Integrated Intel GMA 4500MHD]])&lt;br /&gt;
** with 3D acceleration out-of-the-box&lt;br /&gt;
** VGA output - mirrored and extended desktop both work, but might need to run the following to enable 1600x1200 resolution&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
*ATI [[fglrx]] driver for Discrete Graphics ([[ATI Mobility Radeon 3470 graphics]])&lt;br /&gt;
**To enjoy 3D acceleration, you have to install the proprietary [[fglrx]] Driver. (for example with the jockey-gtk tool)&lt;br /&gt;
*Touchpoint and Trackpad&lt;br /&gt;
**Including scroll at the right side of the pad by default. (for scrolling with the middle mouse button, see below!)&lt;br /&gt;
*Optical drive&lt;br /&gt;
**Not tested burning yet&lt;br /&gt;
*Sound card&lt;br /&gt;
**To use your internal microphone you have to change to &amp;quot;HDA Intel CONEXANT Analog (ALSA)&amp;quot; in audio-settings.&lt;br /&gt;
*built-in webcam with Skype&lt;br /&gt;
*7-in-1 card reader from Ricoh (MMC, Memory Stick, Mem Stick Pro, SD, SDHC, XD, XD Type H Memory)&lt;br /&gt;
**Only tested SD cards.&lt;br /&gt;
*Control buttons/Hotkeys&lt;br /&gt;
**Volume control buttons&lt;br /&gt;
**Screen brightness control (but changing brightness is a little bit diffuse. It's getting brighter but on maximum it changes to nearly lowest and get brighter again.)&lt;br /&gt;
**Thinklight control&lt;br /&gt;
**WLAN/BT/OFF toggle (Fn+F5 and mechanical toggle)&lt;br /&gt;
**Media player control&lt;br /&gt;
*Some ACPI features&lt;br /&gt;
**Battery status, power graphs and history (tested with an single 6-Cell battery)&lt;br /&gt;
**Lid states and events&lt;br /&gt;
&lt;br /&gt;
==What needs some Tweaks?==&lt;br /&gt;
&lt;br /&gt;
====[[ThinkVantage Button]] {{ibmkey|ThinkVantage|#495988}}====&lt;br /&gt;
&lt;br /&gt;
Edit the file /usr/share/hotkey-setup/ibm.hk with adding this line:&lt;br /&gt;
&lt;br /&gt;
 setkeycodes e017 148 #thinkpad button&lt;br /&gt;
&lt;br /&gt;
You have to restart, then you refer a program with the &amp;quot;System -&amp;gt; Preferences -&amp;gt; Keyboard Shortcuts&amp;quot;-Menu (eg. Terminal, Firefox,...).&lt;br /&gt;
&lt;br /&gt;
====Internal LCD Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
The native screen resolution of 1440x900 is not detected automatically.  The problem is that a secondary cloned display is set to 1152x864, and is being displayed on the integrated screen.  Disable screen cloning, and disable the secondary display to fix the problem.  For a complete fix, a restart of X is required (CTRL+ALT+BACKSPACE) is required, and when logging in again, you may need to fix your dock icon positions.&lt;br /&gt;
&lt;br /&gt;
However, GDM still displays 1152x864, but it isn't a problem after logging in. If you want to change this add the folling lines to you xorg.conf:&lt;br /&gt;
&lt;br /&gt;
 SubSection &amp;quot;Display&amp;quot;&lt;br /&gt;
        Modes   &amp;quot;1440x900&amp;quot;&lt;br /&gt;
 EndSubSection&lt;br /&gt;
&lt;br /&gt;
and other modes of your choice.&lt;br /&gt;
&lt;br /&gt;
====Shutdown freezes sometimes====&lt;br /&gt;
&lt;br /&gt;
It seems that ALSA has problems to shut down if network devices are still active.&lt;br /&gt;
You can force ALSA during its unloading to disable the networking first (remember to backup your files!):&lt;br /&gt;
 sudo gedit /etc/init.d/alsa_utils&lt;br /&gt;
Search for &amp;quot;stop)&amp;quot; and add immediately below:&lt;br /&gt;
&lt;br /&gt;
 ifconfig eth0 down&lt;br /&gt;
 ifconfig wlan0 down&lt;br /&gt;
&lt;br /&gt;
Now your shutdown should go smoothly.&lt;br /&gt;
&lt;br /&gt;
====VGA Output Resolution Fix====&lt;br /&gt;
&lt;br /&gt;
To enable 1600x1200 resolution to show up, run&lt;br /&gt;
 {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}}&lt;br /&gt;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Atheros AR5007EG/AR2425 Chipset)====&lt;br /&gt;
&lt;br /&gt;
There are two options for drivers here, the ath5k project, or older Madwifi drivers.  The Madwifi drivers are based on the older, closed source HAL by Atheros, and the ath5k driver are based on the newer open source HAL by Atheros.  Note that you should not enable more than one Atheros driver, or they will conflict with each other (this includes ath5k, ath9k, and Madwifi).  If you need both BG &amp;amp; N support, do not use ath5k &amp;amp; ath9k, use Madwifi instead (only applicable if you are running multiple wireless cards).&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' One user (with the a B/G card) reports that wireless performance was awful with the FOSS ath5k driver, but smooth and nice with Madwifi. YMMV&lt;br /&gt;
&lt;br /&gt;
'''Installing the ath5k drivers from the compat-wireless package'''&lt;br /&gt;
&lt;br /&gt;
Original discussion thread: [http://ubuntuforums.org/showpost.php?p=6071960&amp;amp;postcount=2]&lt;br /&gt;
&lt;br /&gt;
1. Become the super user of the system:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo su}}&lt;br /&gt;
&lt;br /&gt;
 *NOTE: Becareful here, as you have complete access to the system, and can do damage if careless.  Optionally, you can work as a normal user, and preface each command with sudo.&lt;br /&gt;
&lt;br /&gt;
Disable any currently running Madwifi drivers by running this in the terminal:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|rmmod ath_pci; rmmod ath_hal}}&lt;br /&gt;
&lt;br /&gt;
3. These drivers require source compilitation, so the build-essential package is required:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Enter the /usr/src directory, and download the source package:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|cd /usr/src; wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2008-10-31.tar.bz2}}&lt;br /&gt;
&lt;br /&gt;
5. Extract the source and enter the directory:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|tar xjvf compat-wireless-2008-10-31.tar.bz2; cd compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
6. Take a quick look at the README:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|less README}}&lt;br /&gt;
&lt;br /&gt;
7. Begin the compiliation process&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make}}&lt;br /&gt;
&lt;br /&gt;
8. Next, disable any active wireless connections, and run a script to make sure all wireless drivers that are going to be replaced are unloaded:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make unload}}&lt;br /&gt;
&lt;br /&gt;
9. Install the drivers:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|make install}}&lt;br /&gt;
&lt;br /&gt;
10. If everything completed without errors, load the ath5k module:&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|modprobe ath5k}}&lt;br /&gt;
&lt;br /&gt;
11. Check to make sure the new drivers detected the wireless card (you may need to adjust the interface name if you have several wireless cards):&lt;br /&gt;
&lt;br /&gt;
 {{cmdroot|ifconfig wlan0 up; iwconfig}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: When I first installed these drivers, they were unable to bring the MAC chip up, and needed a restart.&lt;br /&gt;
&lt;br /&gt;
12. Clean the src directory&lt;br /&gt;
&lt;br /&gt;
 {{cd /usr/src; rm compat-wireless-2008-10-31}}&lt;br /&gt;
&lt;br /&gt;
  NOTE: You can also delete the compat-wireless-2008-10-31/ folder if you need to recover the space, but it is useful to keep because the Makefile has a 'make uninstall' switch.&lt;br /&gt;
&lt;br /&gt;
13. Last, blacklist any other drivers that may interfere with the new ath5k drivers:&lt;br /&gt;
&lt;br /&gt;
 {{echo &amp;quot;blacklist ath_pci&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist; echo &amp;quot;blacklist ath_hal&amp;quot; &amp;gt;&amp;gt; /etc/modprobe.d/blacklist}}&lt;br /&gt;
&lt;br /&gt;
'''Installing the Madwifi drivers:''' &lt;br /&gt;
&lt;br /&gt;
The following instructions were originally found here [http://ubuntuforums.org/showpost.php?p=5711824&amp;amp;postcount=6]:&lt;br /&gt;
&lt;br /&gt;
1. Under System/Administration/HarwareDrivers disable &amp;quot;Support for Atheros 802.11 wireless LAN cards&lt;br /&gt;
&lt;br /&gt;
2. Reboot&lt;br /&gt;
&lt;br /&gt;
3. The kernel headers and the compiler are needed to build this driver so install build-essential. In a terminal window (Applications/Accessories/Terminal) enter:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install build-essential}}&lt;br /&gt;
&lt;br /&gt;
4. Install Subversion&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo apt-get install subversion}}&lt;br /&gt;
&lt;br /&gt;
5. Checkout the Madwifi drivers to a directory on your local disk&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|cd~}}&lt;br /&gt;
 {{cmduser|mkdir madwifi}}&lt;br /&gt;
 {{cmduser|cd madwifi}}&lt;br /&gt;
 {{cmduser|svn co https://svn.madwifi.org/madwifi/branches/madwifi-hal-0.10.5.6}}&lt;br /&gt;
&lt;br /&gt;
6. Build the drivers&lt;br /&gt;
 &lt;br /&gt;
 {{cmduser|cd madwifi-hal-0.10.5.6}}&lt;br /&gt;
 {{cmduser|make}}&lt;br /&gt;
&lt;br /&gt;
7. Install the drivers&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|make install}}&lt;br /&gt;
&lt;br /&gt;
8. Add the Atheros kernel module to the list of modules to be automatically loaded at boot by adding &amp;quot;ath_pci&amp;quot; (without the quotes) to the end of the /etc/modules file and save the file&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/modules}}&lt;br /&gt;
&lt;br /&gt;
9. Now you can reboot and it should work. To get it working without a reboot you need to load the module manually you can use&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo modprobe ath_pci}}&lt;br /&gt;
&lt;br /&gt;
====Scrolling with Trackpoint====&lt;br /&gt;
&lt;br /&gt;
Create a new file called /etc/hal/fdi/policy/mouse-wheel.fdi typing:&lt;br /&gt;
&lt;br /&gt;
 {{cmduser|sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi}}&lt;br /&gt;
&lt;br /&gt;
And fill it with this code:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;match key=&amp;quot;info.product&amp;quot; string=&amp;quot;TPPS/2 IBM TrackPoint&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheel&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.EmulateWheelButton&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;2&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.XAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;6 7&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.YAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.ZAxisMapping&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;4 5&amp;lt;/merge&amp;gt;&lt;br /&gt;
  &amp;lt;merge key=&amp;quot;input.x11_options.Emulate3Buttons&amp;quot; type=&amp;quot;string&amp;quot;&amp;gt;true&amp;lt;/merge&amp;gt;&lt;br /&gt;
 &amp;lt;/match&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: [http://psung.blogspot.com/2008/09/scrolling-with-thinkpads-trackpoint-in.html]&lt;br /&gt;
&lt;br /&gt;
(Based on code from [http://mvogt.wordpress.com/2008/08/15/xorg-evdev-and-emulatewheel/ Michael Vogt] and adapted to support both vertical and horizontal scrolling.)&lt;br /&gt;
&lt;br /&gt;
==What doesn't work at the moment?==&lt;br /&gt;
&lt;br /&gt;
====[[Integrated Fingerprint Reader]]====&lt;br /&gt;
&lt;br /&gt;
Theres a new chipset build in, the &amp;quot;AuthenTec AES2810&amp;quot;. So neither the [http://thinkfinger.sourceforge.net thinkfinger] nor the [http://www.reactivated.net/fprint/wiki/Main_Page fprint] Project support this Device at the moment.&lt;br /&gt;
&lt;br /&gt;
 lsusb:&lt;br /&gt;
 Bus 002 Device 004: ID 08ff:2810 AuthenTec, Inc.&lt;br /&gt;
&lt;br /&gt;
====[[Switchable Graphics]]====&lt;br /&gt;
&lt;br /&gt;
I installed Ubuntu 8.10 with the on-board Intel Graphic chip. So 3D acceleration works out-of-the-box.&lt;br /&gt;
&lt;br /&gt;
Then I booted with the ATI Graphics, which was no problem, because the [[radeon]] driver works very well, but only in 2D.&lt;br /&gt;
&lt;br /&gt;
After installing [[fglrx]] packages, jockey also found out, that proprietary drivers are available. So i let him configure my xorg.conf:&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Default Screen&amp;quot;&lt;br /&gt;
 	Monitor		&amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
 	Device		&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 	DefaultDepth	24&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Module&amp;quot;&lt;br /&gt;
 	Load	&amp;quot;glx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier	&amp;quot;Configured Video Device&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
 	Identifier  	&amp;quot;ATI Technologies Inc Mobility Radeon HD 3400 Series&amp;quot;&lt;br /&gt;
 	BusID       	&amp;quot;PCI:01:00.0&amp;quot;&lt;br /&gt;
 	Driver	        &amp;quot;fglrx&amp;quot;&lt;br /&gt;
 EndSection&lt;br /&gt;
 &lt;br /&gt;
After reboot also Compiz works (but not so smooth as with Intel, i allege)&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' Strating up with integrated graphic again, no 3D desktop works. After removing all [[fglrx]] packages, Compiz normally works.&lt;br /&gt;
&lt;br /&gt;
So i changed my xorg.conf using the [[radeon]] driver, succeeding to have 3D on onboard Graphics and 2D on ATI Graphics.&lt;br /&gt;
&lt;br /&gt;
I also tried [[radeonhd]] driver, which does not work.&lt;br /&gt;
&lt;br /&gt;
'''Note 1:''' I got tired of going in to BIOS to switch chipsets, so I explicitly set the BusID in xorg.conf. The problem with this approach is that power consumption doubles, even when you are not using the discrete graphics card. I had 28W consumption when in switchable graphics mode, and 16W consumption when I configured &amp;quot;Integrated graphics&amp;quot; in BIOS.&lt;br /&gt;
&lt;br /&gt;
'''Note 2:''' fglrx diverts libGL.so.1.2 that is installed by mesa. This means that you can't simply swap xorg.conf files and kernel modules, you need to replace libGL.so.1.2 with the proper one if you want restart X with a certain chipset.&lt;br /&gt;
&lt;br /&gt;
{{Todo|Maybe anybody can get both working!}}&lt;br /&gt;
&lt;br /&gt;
====Suspend/Hibernate====&lt;br /&gt;
&lt;br /&gt;
Neither Suspend nor Hibernate work for me. They fall asleep, but when waking up only the mousepointer is on the screen, put neither keyboard, nor mouse showing response.&lt;br /&gt;
&lt;br /&gt;
But sometimes it works without any problems. I tested it out about 15 times... two suspends and one hibernate worked.&lt;br /&gt;
&lt;br /&gt;
I don't know what's going wrong.&lt;br /&gt;
{{Todo| Anybody an idea?}}&lt;br /&gt;
&lt;br /&gt;
====Menu-Key====&lt;br /&gt;
&lt;br /&gt;
I changed keyboard modell to &amp;quot;IBM Thinkpad R60/T60/R61/T61&amp;quot; using the &amp;quot;German Dead acute&amp;quot; Layout.&lt;br /&gt;
&lt;br /&gt;
But also with these settings my menu-key does not work.&lt;br /&gt;
I tried to refer it with Firefox using the keyborad shortcuts-tool. It writes: &amp;quot;XF86WakeUp&amp;quot;&lt;br /&gt;
&lt;br /&gt;
'''Problem:''' The FN-Key also writes &amp;quot;XF86WakeUp&amp;quot;, which is not so practical, so I removed allocation!&lt;br /&gt;
&lt;br /&gt;
{{Todo| Is ist possible to have an real menu-key?}}&lt;br /&gt;
&lt;br /&gt;
==Not tested yet==&lt;br /&gt;
&lt;br /&gt;
====[[Active Protection System]]====&lt;br /&gt;
&lt;br /&gt;
There is no patch for Kernel 2.6.27-7 at the moment to use [[HDAPS]]. See also [[How to protect the harddisk through APS]].&lt;br /&gt;
&lt;br /&gt;
====VGA/HDMI====&lt;br /&gt;
*NEC MultiSync LCD 2190UX - VGA tested and working in mirrored and extended desktop modes (had to run {{cmduser|sudo dpkg-reconfigure -phigh xserver-xorg}} to get 1600x1200 resolution to show up)&lt;br /&gt;
{{todo|please test other external monitors!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]]&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T400&amp;diff=39471</id>
		<title>Installation instructions for the ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T400&amp;diff=39471"/>
		<updated>2008-11-03T00:24:23Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: /* External Sources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{T400}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
&lt;br /&gt;
==Distro specific instructions==&lt;br /&gt;
&lt;br /&gt;
*[[Install Ubuntu 8.10 (Intrepid Ibex) on a Thinkpad T400]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
&lt;br /&gt;
[http://clemensfam.org/john/?p=42 &amp;quot;Mostly Harmless Blog - Ubuntu 8.10 T400 install tips&amp;quot;]&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T400&amp;diff=39470</id>
		<title>Installation instructions for the ThinkPad T400</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T400&amp;diff=39470"/>
		<updated>2008-11-03T00:16:25Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: â†Created page with 'Specific installation notes for the ThinkPad {{T400}}.  ==General Notes==  ==Distro specific instructions==  *Install Ubuntu 8.10 (Intrepid Ibex) on a Thinkpad T400  =...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{T400}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
&lt;br /&gt;
==Distro specific instructions==&lt;br /&gt;
&lt;br /&gt;
*[[Install Ubuntu 8.10 (Intrepid Ibex) on a Thinkpad T400]]&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=39469</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation&amp;diff=39469"/>
		<updated>2008-11-03T00:13:19Z</updated>

		<summary type="html">&lt;p&gt;Fstonedahl: /* Installation instructions for specific ThinkPads */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;padding-right:20px;width:10px;white-space:nowrap;&amp;quot; | __TOC__&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
Here you will find specific information on how to install different operating systems on your ThinkPad.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==General installation instructions==&lt;br /&gt;
*[[Pre-Installation steps]]&lt;br /&gt;
*[[Installation on ThinkPads without CD-ROM drive]]&lt;br /&gt;
*[[How to setup boot loaders]]&lt;br /&gt;
*[[Supported Boot Devices]]&lt;br /&gt;
*[[How to disable the pc speaker (beep!)]]&lt;br /&gt;
&lt;br /&gt;
==Installation instructions for specific ThinkPads==&lt;br /&gt;
{| cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;5&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|- style=&amp;quot;text-align:left;&amp;quot;&lt;br /&gt;
!Numbered!!A series!!G series!!R series!!S series!!SL series!!T series!!X series!!Z series!!others&lt;br /&gt;
|- style=&amp;quot;text-align:left;vertical-align:top;&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
'''{{ThinkPad|220|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|230|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|240|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|340|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|350|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|360|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|365|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|370|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|380|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|385|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|390|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|500|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|560|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|570|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|600|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|700|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|701|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|750|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|755|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|760|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|765|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|770|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|A20m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A20p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A21p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A22p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A30p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|A31p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|G40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|G41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|R30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R32|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R40e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R50e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R51|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R51e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R52|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R60e|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|R61|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|S30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|S31|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|SL400|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|T20|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T21|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T22|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T23|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T40p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T41p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T42|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T42p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T43|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T43p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T60p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T61|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T61p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|T400|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|X20|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X21|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X22|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X23|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X24|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X30|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X31|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X32|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X40|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X41|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X41 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60s|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X60 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61s|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X61 Tablet|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X200|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X300|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|X301|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''{{ThinkPad|Z60m|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z60t|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z61p|Installation instructions for the}}'''&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|Z61m|Installation instructions for the}}'''&lt;br /&gt;
||&lt;br /&gt;
'''[[Installation instructions for the RS/6000 Notebook 860|RS/6000 Notebook 860]]'''[[Category:860]]&lt;br /&gt;
&lt;br /&gt;
'''[[Installation instructions for the PC110|PC110]]'''[[Category:PC110]]&lt;br /&gt;
&lt;br /&gt;
'''{{ThinkPad|TransNote|Installation instructions for the}}'''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==External Sources==&lt;br /&gt;
*[http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=ibm&amp;amp;lndocid=MIGR-48NT8D IBMs Linux on Personal Systems page]&lt;br /&gt;
*[http://www.linux-laptop.net Linux on Laptops] features a [http://www.linux-laptop.net/ibm.html list of installation guides for IBM Notebooks]&lt;br /&gt;
*[http://tuxmobil.org/ TuxMobil] also features a [http://tuxmobil.org/ibm.html list of installation guides for IBM Notebooks]&lt;br /&gt;
*[http://ce.et.tudelft.nl/~zhijiangchang/index.html#useful How to make Windows, Linux and AcessIBM working all together]&lt;/div&gt;</summary>
		<author><name>Fstonedahl</name></author>
		
	</entry>
</feed>