<?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=Metacircular</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=Metacircular"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Metacircular"/>
	<updated>2026-04-06T15:23:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Install_Ubuntu_8.10_(Intrepid_Ibex)_on_a_ThinkPad_T400&amp;diff=39417</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=39417"/>
		<updated>2008-10-31T07:59:21Z</updated>

		<summary type="html">&lt;p&gt;Metacircular: /* VGA/HDMI */&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;
**Only tested G mode + WEP yet&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.&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;
*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;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset)====&lt;br /&gt;
&lt;br /&gt;
The default drivers do not work properly, but Madwifi drivers do.&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;
&lt;br /&gt;
&lt;br /&gt;
====VGA Output====&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;
==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;
{{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>Metacircular</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=39416</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=39416"/>
		<updated>2008-10-31T07:59:01Z</updated>

		<summary type="html">&lt;p&gt;Metacircular: /* VGA/HDMI */&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;
**Only tested G mode + WEP yet&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.&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;
*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;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset)====&lt;br /&gt;
&lt;br /&gt;
The default drivers do not work properly, but Madwifi drivers do.&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;
&lt;br /&gt;
&lt;br /&gt;
====VGA Output====&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;
==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;
{{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 2190UXi&lt;br /&gt;
**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>Metacircular</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=39415</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=39415"/>
		<updated>2008-10-31T07:57:42Z</updated>

		<summary type="html">&lt;p&gt;Metacircular: /* What needs some Tweaks? */&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;
**Only tested G mode + WEP yet&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.&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;
*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;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset)====&lt;br /&gt;
&lt;br /&gt;
The default drivers do not work properly, but Madwifi drivers do.&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;
&lt;br /&gt;
&lt;br /&gt;
====VGA Output====&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;
==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;
{{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 2190UXi&lt;br /&gt;
**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 an external monitor!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]]&lt;/div&gt;</summary>
		<author><name>Metacircular</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=39414</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=39414"/>
		<updated>2008-10-31T07:52:56Z</updated>

		<summary type="html">&lt;p&gt;Metacircular: /* VGA/HDMI */&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;
**Only tested G mode + WEP yet&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.&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;
*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;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset)====&lt;br /&gt;
&lt;br /&gt;
The default drivers do not work properly, but Madwifi drivers do.&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;
==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;
{{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 2190UXi&lt;br /&gt;
**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 an external monitor!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]]&lt;/div&gt;</summary>
		<author><name>Metacircular</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=39413</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=39413"/>
		<updated>2008-10-31T07:49:54Z</updated>

		<summary type="html">&lt;p&gt;Metacircular: /* 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;
==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;
**Only tested G mode + WEP yet&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.&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;
*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;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset)====&lt;br /&gt;
&lt;br /&gt;
The default drivers do not work properly, but Madwifi drivers do.&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;
==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;
{{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;
&lt;br /&gt;
{{todo|please test an external monitor!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]]&lt;/div&gt;</summary>
		<author><name>Metacircular</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=39412</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=39412"/>
		<updated>2008-10-31T07:27:39Z</updated>

		<summary type="html">&lt;p&gt;Metacircular: /* What needs some Tweaks? */&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;
**Only tested G mode + WEP yet&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;
*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.&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;
*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;
&lt;br /&gt;
====ThinkPad 11b/g Wireless LAN mini PCI Express Adapter III (Aetheros Chipset)====&lt;br /&gt;
&lt;br /&gt;
The default drivers do not work properly, but Madwifi drivers do.&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;
==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;
{{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;
&lt;br /&gt;
{{todo|please test an external monitor!}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:T400]]&lt;/div&gt;</summary>
		<author><name>Metacircular</name></author>
		
	</entry>
</feed>