<?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=Spot</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=Spot"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Spot"/>
	<updated>2026-05-04T18:24:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_7_on_a_ThinkPad_T60&amp;diff=28843</id>
		<title>Installing Fedora 7 on a ThinkPad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_7_on_a_ThinkPad_T60&amp;diff=28843"/>
		<updated>2007-03-20T15:56:22Z</updated>

		<summary type="html">&lt;p&gt;Spot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Created by: [[User:spot|TomCallaway]] 09:45, March 20, 2007&lt;br /&gt;
&lt;br /&gt;
===Abstract===&lt;br /&gt;
&lt;br /&gt;
This article describes how I got Fedora 7 installed on my IBM/Lenovo ThinkPad T60. Now, I know that Fedora 7 isn't out yet, so this information is specific to the test releases. When Fedora 7 comes out, I'll update this page to reflect any changes.&lt;br /&gt;
&lt;br /&gt;
===My ThinkPad===&lt;br /&gt;
&lt;br /&gt;
These are the specifications of my machine. &lt;br /&gt;
&lt;br /&gt;
    * Lenovo ThinkPad T60 (6369-CTO)&lt;br /&gt;
    * [[Intel Core 2 Duo (Merom)]] T7200 @ 2.00GHz&lt;br /&gt;
    * [[Intel Graphics Media Accelerator 950]]&lt;br /&gt;
    * [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
    * [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
    * Integrated Bluetooth.&lt;br /&gt;
    * [[Integrated Fingerprint Reader]]&lt;br /&gt;
    * 100 GB - Serial ATA-150 Hard Drive.&lt;br /&gt;
    * 15.4&amp;quot; TFT display with 1680x1050 resolution (widescreen)&lt;br /&gt;
    * Intel 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
===What Works?===&lt;br /&gt;
&lt;br /&gt;
    * Fedora&lt;br /&gt;
    * Most of the function keys, except the ones mentioned below&lt;br /&gt;
    * The fingerprint reader.&lt;br /&gt;
    * Video, 2D and 3D.&lt;br /&gt;
    * Brightness, Volume and Mute with OSD (On-Screen Display).&lt;br /&gt;
    * ThinkLight, TrackPoint II and the touchpad.&lt;br /&gt;
&lt;br /&gt;
===What Doesn't Work? (Known Issues)===&lt;br /&gt;
&lt;br /&gt;
    * Suspend&lt;br /&gt;
    * Hibernate&lt;br /&gt;
&lt;br /&gt;
I don't have any bluetooth devices to test at this point in time.&lt;br /&gt;
&lt;br /&gt;
===Kernel Drivers===&lt;br /&gt;
&lt;br /&gt;
The laptop uses the following hardware specific kernel drivers:&lt;br /&gt;
&lt;br /&gt;
    * iwlwifi (wireless)&lt;br /&gt;
    * e1000 (ethernet)&lt;br /&gt;
    * snd_hda_intel (sound)&lt;br /&gt;
&lt;br /&gt;
===Installing Fedora===&lt;br /&gt;
&lt;br /&gt;
I really have no interest in dual-booting my laptop. There are plenty of good guides to setting up a computer for dual-boot on the internet. I burned a copy of the FC 6.91 DVD iso, booted off of it, and told the installer to delete all existing partitions. The install went off without a hitch. After installation, I ran yum update, and rebooted into the new kernel.&lt;br /&gt;
&lt;br /&gt;
===Post Install===&lt;br /&gt;
The Fedora repositories have some useful packages for ThinkPads. After I installed the OS, I used yum to install the following packages:&lt;br /&gt;
&lt;br /&gt;
   * thinkfinger: Support for the Fingerprint Reader&lt;br /&gt;
   * tpb: ThinkPad button support utility and onscreen display&lt;br /&gt;
   * beryl-gnome: Eyecandy!&lt;br /&gt;
   * iwlwifi-firmware: The firmware for the new intel wireless driver&lt;br /&gt;
   * xbindkeys: A utility to help us bind the &amp;quot;special&amp;quot; thinkpad keys&lt;br /&gt;
   * xorg-x11-drv-i810: Driver for the Intel Graphics Chipsets&lt;br /&gt;
&lt;br /&gt;
===Wireless LAN===&lt;br /&gt;
The latest Fedora 7 kernels include a new driver for the Intel 3945 chipset, called iwlwifi. This driver works, but it is a bit new, so you must be patient with it. If you didn't install the iwlwifi-firmware package, do so now. The kernel should have detected the wireless device, and configured iwlwifi for you.&lt;br /&gt;
&lt;br /&gt;
Step 1: Turn on the radio&lt;br /&gt;
Make sure the switch on the front is pushed to the right (you should be able to see green on the left). Then, as root, run:&lt;br /&gt;
&lt;br /&gt;
: {{cmdroot| /sbin/ifconfig wlan0 up}}&lt;br /&gt;
&lt;br /&gt;
Step 2: Scan for access points&lt;br /&gt;
Even if you know the ESSID, the iwlwifi driver needs to also be told the frequency and access point that you want to connect to. Hopefully, this will be fixed in a later revision of the driver.&lt;br /&gt;
&lt;br /&gt;
As root, run:&lt;br /&gt;
: {{cmdroot| /sbin/iwlist wlan0 scanning}}&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
          Cell 03 - Address: 00:01:02:03:04:05&lt;br /&gt;
                    ESSID:&amp;quot;freewifi&amp;quot;&lt;br /&gt;
                    Mode:Master&lt;br /&gt;
                    Frequency:2.462 GHz&lt;br /&gt;
                    Signal level=-80 dBm  &lt;br /&gt;
                    Encryption key:on&lt;br /&gt;
                    Extra:tsf=000000deadb33fabc&lt;br /&gt;
                    Extra:bcn_int=100&lt;br /&gt;
                    Extra:rssi=-80&lt;br /&gt;
                    Extra:capab=0x0411&lt;br /&gt;
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming that's the AP we want to connect to, note the Frequency, Address, and ESSID.&lt;br /&gt;
&lt;br /&gt;
Step 3: Tell wlan0 about our AP&lt;br /&gt;
Now, we just need to configure wlan0 to find our AP:&lt;br /&gt;
As root, run:&lt;br /&gt;
&lt;br /&gt;
: {{cmdroot| /sbin/iwconfig wlan0 freq 2.462G}}&lt;br /&gt;
: {{cmdroot| /sbin/iwconfig wlan0 ap 00:01:02:03:04:05}}&lt;br /&gt;
: {{cmdroot| /sbin/iwconfig wlan0 essid &amp;quot;freewifi&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
Step 4: Get an IP Address&lt;br /&gt;
Assuming the wireless network is DHCP, as root, run:&lt;br /&gt;
&lt;br /&gt;
: {{cmdroot| /sbin/dhclient wlan0}}&lt;br /&gt;
&lt;br /&gt;
Now your wireless is up and running!&lt;br /&gt;
&lt;br /&gt;
Currently, NetworkManager doesn't work very well with the iwlwifi device.&lt;br /&gt;
&lt;br /&gt;
===Getting the ThinkVantage Buttons to work===&lt;br /&gt;
&lt;br /&gt;
Fedora does not recognize all the ThinkVantage buttons correctly by default. This can be fixed quite easily. Just edit /etc/X11/Xmodmap.&lt;br /&gt;
&lt;br /&gt;
Then paste the following in the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
keycode 234 = XF86Back&lt;br /&gt;
keycode 233 = XF86Forward&lt;br /&gt;
keycode 159 = XF86Start&lt;br /&gt;
keycode 162 = XF86AudioPlay&lt;br /&gt;
keycode 164 = XF86AudioStop&lt;br /&gt;
keycode 153 = XF86AudioNext&lt;br /&gt;
keycode 144 = XF86AudioPrev&lt;br /&gt;
keycode 227 = XF86LaunchF&lt;br /&gt;
keycode 249 = XF86ZoomIn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save and close the file, then logout and back in again. You can now assign the buttons to do anything you want. For example, use the Back and Forward buttons (next the cursor keys) to flip desktops using the cube effect in Beryl (set this using the Beryl settings manager). You can set most of the other keys using Gnome vis System - Preferences - Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
For the ThinkVantage and Zoom buttons, I used xbindkeys. Open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
: {{cmduser| xbindkeys --defaults &amp;gt; ~/.xbindkeysrc}}&lt;br /&gt;
: {{cmduser| xbindkeys-config}}&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;New&amp;quot; and assign a remark to the new shortcut. Then press &amp;quot;Grab&amp;quot; and press the combination you want (ex: The ThinkVantage button). You can then set the action you want executed in the &amp;quot;Action&amp;quot; field. &lt;br /&gt;
&lt;br /&gt;
===The Intel Graphics Chipset===&lt;br /&gt;
&lt;br /&gt;
Since the Fedora installer didn't detect the graphics device properly, it uses the Vesa driver. Which works, but that's not really what we want to use. After installing the xorg-x11-drv-i810 package, I edited the /etc/X11/xorg.conf, and changed the driver from &amp;quot;vesa&amp;quot; to &amp;quot;intel&amp;quot;. Then, restart X. That's it.&lt;br /&gt;
&lt;br /&gt;
===The Fingerprint Reader===&lt;br /&gt;
&lt;br /&gt;
Thanks to the efforts of the ThinkFinger guys, the fingerprint reader works very well in Linux using entirely Free Software. After installing thinkfinger, you need to edit /etc/pam.d/system-auth as root (be careful!):&lt;br /&gt;
&lt;br /&gt;
Above the line that reads:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auth        sufficient    pam_unix.so nullok try_first_pass&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add a new line that reads:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auth        sufficient    pam_thinkfinger.so&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, the auth section of your /etc/pam.d/system-auth file should look like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auth        required      pam_env.so&lt;br /&gt;
auth        sufficient    pam_thinkfinger.so&lt;br /&gt;
auth        sufficient    pam_unix.so nullok try_first_pass&lt;br /&gt;
auth        requisite     pam_succeed_if.so uid &amp;gt;= 500 quiet&lt;br /&gt;
auth        required      pam_deny.so&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save the updated /etc/pam.d/system-auth, then as root, run:&lt;br /&gt;
&lt;br /&gt;
: {{cmdroot| /usr/sbin/tf-tool --add-user spot}}&lt;br /&gt;
&lt;br /&gt;
Of course, if your username isn't spot, change it! It will prompt you to swipe your finger over the reader three times.&lt;br /&gt;
&lt;br /&gt;
Thats it! Now, you can login using either a password or a fingerprint.&lt;br /&gt;
&lt;br /&gt;
===Beryl - eyecandy===&lt;br /&gt;
Beryl is shiny desktop eyecandy. To get it running, you can follow the steps here:&lt;br /&gt;
http://wiki.beryl-project.org/wiki/Install/Fedora_Core&lt;br /&gt;
&lt;br /&gt;
===Thanks===&lt;br /&gt;
Much credit goes to [[User:Keithvassallo|Keithvassallo]] for his [http://thinkwiki.org/wiki/Installing_Ubuntu_6.10_%28Edgy_Eft%29_on_a_ThinkPad_T60 Installing Ubuntu Edgy Eft on the Thinkpad T60] page.&lt;br /&gt;
&lt;br /&gt;
[[Category:T Series]]&lt;br /&gt;
[[Category:Fedora]]&lt;/div&gt;</summary>
		<author><name>Spot</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:T60&amp;diff=28842</id>
		<title>Category:T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:T60&amp;diff=28842"/>
		<updated>2007-03-20T15:54:48Z</updated>

		<summary type="html">&lt;p&gt;Spot: /* Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== ThinkPad T60 ===&lt;br /&gt;
This pages gives an overview of all ThinkPad T60 related topics.&lt;br /&gt;
&lt;br /&gt;
==== Standard Features ====&lt;br /&gt;
* One of the following processors:&lt;br /&gt;
** [[Intel Core 2 Duo (Merom)]] 1.66, 1.83, 2.0, 2.16, 2.33 GHz CPU&lt;br /&gt;
** [[Intel Core Duo (Yonah)]] 1.66, 1.83, 2.0, 2.2, 2.33 GHz CPU&lt;br /&gt;
** [[Intel Core Solo (Yonah)]] 1.66 GHz CPU&lt;br /&gt;
* One of the following graphics adapters:&lt;br /&gt;
** [[Intel Graphics Media Accelerator 950]] &lt;br /&gt;
** [[ATI Mobility Radeon X1300]] (64 MB)&lt;br /&gt;
** [[ATI Mobility Radeon X1400]] (128 MB)&lt;br /&gt;
** Note: Lenovo claims to only sell 950 adapters on 1024x768 LCDs, they did release a test box with a 1400x1050 display but claim there is a performance issue.&lt;br /&gt;
** This is indeed the case, Model 1951-A47 is such an example, 1951-A31 also has a 1400X1050 Display and uses a 945M adapter.&lt;br /&gt;
* One of the following displays:&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
** 14.1&amp;quot; TFT display with 1400x1050 resolution&lt;br /&gt;
** 15.0&amp;quot; TFT display with 1024x768 resolution&lt;br /&gt;
** 15.0&amp;quot; TFT IPS display with 1400x1050 resolution&lt;br /&gt;
** 15.0&amp;quot; TFT IPS display with 1600x1200 resolution&lt;br /&gt;
** 15.4&amp;quot; TFT display with 1680x1050 resolution (widescreen)&lt;br /&gt;
* 512 MB or 1 GB [[PC2-5300]] memory standard upgradable to 4 GB&lt;br /&gt;
** Note: While you can install 4GB of memory, the chipset in the T60 supports a maximum of 3GB usable memory.&lt;br /&gt;
* 40, 60, 80 or 100 GB SATA HDD (Some available in 7200RPM)&lt;br /&gt;
* [[AD1981HD]] HD Audio 1.0 controller&lt;br /&gt;
* [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
* [[UltraBay|UltraBay Slim]] with one of the following:&lt;br /&gt;
** [[UltraBay Slim DVD-ROM Drive]]&lt;br /&gt;
** [[UltraBay Slim CD-RW/DVD-ROM Combo II Drive]]&lt;br /&gt;
** [[UltraBay Slim Super Multi-Burner Drive]]&lt;br /&gt;
* [[MiniPCI Express slot]] 1 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
** [[ThinkPad 11a/b/g Wireless LAN Mini Express Adapter]]&lt;br /&gt;
** [[ThinkPad 11a/b/g/n Wireless LAN Mini Express Adapter]]&lt;br /&gt;
* [[MiniPCI Express slot]] 2 with one of the following:&lt;br /&gt;
** None (empty)&lt;br /&gt;
** [[Verizon 1xEV-DO WWAN]] (It seems to be a Sierra Wireless MC5720 Modem)&lt;br /&gt;
* [[CardBus slot]] (Type 2)&lt;br /&gt;
* [[ExpressCard slot|ExpressCard/54 slot]]&lt;br /&gt;
* [[Embedded Security Subsystem|IBM Embedded Security Subsystem 2.0]]&lt;br /&gt;
* [[Active Protection System|IBM Active Protection System]]&lt;br /&gt;
* [[Integrated Fingerprint Reader]] on select models&lt;br /&gt;
* Bluetooth on select models&lt;br /&gt;
* [[UltraNav]] (TrackPoint / Touchpad combo)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
[[Image:ThinkPadT60.jpg|ThinkPad T60]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-62733 T60/p Hardware Maintenance Manual]&lt;br /&gt;
* [http://www-307.ibm.com/pc/support/site.wss/document.do?sitestyle=lenovo&amp;amp;lndocid=MIGR-62465 T60/p Service and Troubleshooting Guide]&lt;br /&gt;
&lt;br /&gt;
==== Reviews ====&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=2702 NotebookReview.com], 2006-01-05&lt;br /&gt;
* [http://www.anandtech.com/mobile/showdoc.aspx?i=2663&amp;amp;p=15 AnandTech], 2006-01-05&lt;br /&gt;
* [http://forum.thinkpads.com/viewtopic.php?t=21513&amp;amp;highlight=clean Nottes], 2006-02-25 (links from thinkpads.com; includes pictures of disassembled unit)&lt;br /&gt;
* [http://www.pcmag.com/article2/0,1895,1933669,00.asp PCMag.com], 2006-03-06&lt;br /&gt;
* [http://www.laptoplogic.com/reviews/detail.php?id=112&amp;amp;part=full&amp;amp;page=1 Laptop Logic], 2006-03-27&lt;br /&gt;
* [http://www.notebookjournal.de/tests/104 notebookjournal.de], 2006-04-24 (german, some good pictures)&lt;br /&gt;
* [http://www.notebookreview.com/default.asp?newsID=3368 NotebookReview.com], 2006-10-28 (widescreen T60)&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
* [http://thinkwiki.org/wiki/Installing_Fedora_7_on_a_ThinkPad_T60 Installing Fedora 7 on the Thinkpad T60], 04-20-2007&lt;br /&gt;
* [http://www.cryptosecurity.net/Suse_T60_DRAFT.htm SUSE 10.1 on the Thinkpad T60], 17-10-2006&lt;br /&gt;
* [http://statgen.ncsu.edu/~jdstarme/fc5_on_t60.txt Fedora Core 5 on the Thinkpad T60], 10-09-2006&lt;br /&gt;
* [http://vizzzion.org/?id=t60 Running Linux on the Thinkpad T60], 25-05-2006&lt;br /&gt;
* [http://www.gtishrine.com/t60.php Installing Gentoo Linux on the Thinkpad T60], 15-06-2006&lt;br /&gt;
* [http://ceallaigh.net/log/2006/06/16/ubuntu-dapper-drake-604-on-a-lenovo-t60-thinkpad/ Installing Ubuntu Dapper Drake on the Thinkpad T60], 04-07-2006&lt;br /&gt;
* [http://thinkwiki.org/wiki/Installing_Ubuntu_6.10_%28Edgy_Eft%29_on_a_ThinkPad_T60 Installing Ubuntu Edgy Eft on the Thinkpad T60], 16-12-2006&lt;br /&gt;
* [http://www.klabs.be/~fpiat/linux/debian/Etch_on_Thinkpad_T60.html Installing Debian/Linux Etch on a Thinkpad T60], 03-11-2007&lt;br /&gt;
&lt;br /&gt;
[[Category:T Series]]&lt;/div&gt;</summary>
		<author><name>Spot</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_7_on_a_ThinkPad_T60&amp;diff=28841</id>
		<title>Installing Fedora 7 on a ThinkPad T60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Fedora_7_on_a_ThinkPad_T60&amp;diff=28841"/>
		<updated>2007-03-20T15:52:51Z</updated>

		<summary type="html">&lt;p&gt;Spot: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Created by: [[User:spot|TomCallaway]] 09:45, March 20, 2007&lt;br /&gt;
&lt;br /&gt;
===Abstract===&lt;br /&gt;
&lt;br /&gt;
This article describes how I got Fedora 7 installed on my IBM/Lenovo ThinkPad T60. Now, I know that Fedora 7 isn't out yet, so this information is specific to the test releases. When Fedora 7 comes out, I'll update this page to reflect any changes.&lt;br /&gt;
&lt;br /&gt;
===My ThinkPad===&lt;br /&gt;
&lt;br /&gt;
These are the specifications of my machine. &lt;br /&gt;
&lt;br /&gt;
    * Lenovo ThinkPad T60 (6369-CTO)&lt;br /&gt;
    * [[Intel Core 2 Duo (Merom)]] T7200 @ 2.00GHz&lt;br /&gt;
    * [[Intel Graphics Media Accelerator 950]]&lt;br /&gt;
    * [[Ethernet Controllers#Intel Gigabit (10/100/1000)|Intel Gigabit Ethernet Controller]]&lt;br /&gt;
    * [[Intel PRO/Wireless 3945ABG Mini-PCI Express Adapter]]&lt;br /&gt;
    * Integrated Bluetooth.&lt;br /&gt;
    * [[Integrated Fingerprint Reader]]&lt;br /&gt;
    * 100 GB - Serial ATA-150 Hard Drive.&lt;br /&gt;
    * 15.4&amp;quot; TFT display with 1680x1050 resolution (widescreen)&lt;br /&gt;
    * Intel 82801G (ICH7 Family) High Definition Audio Controller (rev 02)&lt;br /&gt;
&lt;br /&gt;
===What Works?===&lt;br /&gt;
&lt;br /&gt;
    * Fedora&lt;br /&gt;
    * Most of the function keys, except the ones mentioned below&lt;br /&gt;
    * The fingerprint reader.&lt;br /&gt;
    * Video, 2D and 3D.&lt;br /&gt;
    * Brightness, Volume and Mute with OSD (On-Screen Display).&lt;br /&gt;
    * ThinkLight, TrackPoint II and the touchpad.&lt;br /&gt;
&lt;br /&gt;
===What Doesn't Work? (Known Issues)===&lt;br /&gt;
&lt;br /&gt;
    * Suspend&lt;br /&gt;
    * Hibernate&lt;br /&gt;
&lt;br /&gt;
I don't have any bluetooth devices to test at this point in time.&lt;br /&gt;
&lt;br /&gt;
===Kernel Drivers===&lt;br /&gt;
&lt;br /&gt;
The laptop uses the following hardware specific kernel drivers:&lt;br /&gt;
&lt;br /&gt;
    * iwlwifi (wireless)&lt;br /&gt;
    * e1000 (ethernet)&lt;br /&gt;
    * snd_hda_intel (sound)&lt;br /&gt;
&lt;br /&gt;
===Installing Fedora===&lt;br /&gt;
&lt;br /&gt;
I really have no interest in dual-booting my laptop. There are plenty of good guides to setting up a computer for dual-boot on the internet. I burned a copy of the FC 6.91 DVD iso, booted off of it, and told the installer to delete all existing partitions. The install went off without a hitch. After installation, I ran yum update, and rebooted into the new kernel.&lt;br /&gt;
&lt;br /&gt;
===Post Install===&lt;br /&gt;
The Fedora repositories have some useful packages for ThinkPads. After I installed the OS, I used yum to install the following packages:&lt;br /&gt;
&lt;br /&gt;
   * thinkfinger: Support for the Fingerprint Reader&lt;br /&gt;
   * tpb: ThinkPad button support utility and onscreen display&lt;br /&gt;
   * beryl-gnome: Eyecandy!&lt;br /&gt;
   * iwlwifi-firmware: The firmware for the new intel wireless driver&lt;br /&gt;
   * xbindkeys: A utility to help us bind the &amp;quot;special&amp;quot; thinkpad keys&lt;br /&gt;
   * xorg-x11-drv-i810: Driver for the Intel Graphics Chipsets&lt;br /&gt;
&lt;br /&gt;
===Wireless LAN===&lt;br /&gt;
The latest Fedora 7 kernels include a new driver for the Intel 3945 chipset, called iwlwifi. This driver works, but it is a bit new, so you must be patient with it. If you didn't install the iwlwifi-firmware package, do so now. The kernel should have detected the wireless device, and configured iwlwifi for you.&lt;br /&gt;
&lt;br /&gt;
Step 1: Turn on the radio&lt;br /&gt;
Make sure the switch on the front is pushed to the right (you should be able to see green on the left). Then, as root, run:&lt;br /&gt;
&lt;br /&gt;
: {{cmdroot| /sbin/ifconfig wlan0 up}}&lt;br /&gt;
&lt;br /&gt;
Step 2: Scan for access points&lt;br /&gt;
Even if you know the ESSID, the iwlwifi driver needs to also be told the frequency and access point that you want to connect to. Hopefully, this will be fixed in a later revision of the driver.&lt;br /&gt;
&lt;br /&gt;
As root, run:&lt;br /&gt;
: {{cmdroot| /sbin/iwlist wlan0 scanning}}&lt;br /&gt;
&lt;br /&gt;
You should see something like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
          Cell 03 - Address: 00:01:02:03:04:05&lt;br /&gt;
                    ESSID:&amp;quot;freewifi&amp;quot;&lt;br /&gt;
                    Mode:Master&lt;br /&gt;
                    Frequency:2.462 GHz&lt;br /&gt;
                    Signal level=-80 dBm  &lt;br /&gt;
                    Encryption key:on&lt;br /&gt;
                    Extra:tsf=000000deadb33fabc&lt;br /&gt;
                    Extra:bcn_int=100&lt;br /&gt;
                    Extra:rssi=-80&lt;br /&gt;
                    Extra:capab=0x0411&lt;br /&gt;
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Assuming that's the AP we want to connect to, note the Frequency, Address, and ESSID.&lt;br /&gt;
&lt;br /&gt;
Step 3: Tell wlan0 about our AP&lt;br /&gt;
Now, we just need to configure wlan0 to find our AP:&lt;br /&gt;
As root, run:&lt;br /&gt;
&lt;br /&gt;
: {{cmdroot| /sbin/iwconfig wlan0 freq 2.462G}}&lt;br /&gt;
: {{cmdroot| /sbin/iwconfig wlan0 ap 00:01:02:03:04:05}}&lt;br /&gt;
: {{cmdroot| /sbin/iwconfig wlan0 essid &amp;quot;freewifi&amp;quot;}}&lt;br /&gt;
&lt;br /&gt;
Step 4: Get an IP Address&lt;br /&gt;
Assuming the wireless network is DHCP, as root, run:&lt;br /&gt;
&lt;br /&gt;
: {{cmdroot| /sbin/dhclient wlan0}}&lt;br /&gt;
&lt;br /&gt;
Now your wireless is up and running!&lt;br /&gt;
&lt;br /&gt;
Currently, NetworkManager doesn't work very well with the iwlwifi device.&lt;br /&gt;
&lt;br /&gt;
===Getting the ThinkVantage Buttons to work===&lt;br /&gt;
&lt;br /&gt;
Fedora does not recognize all the ThinkVantage buttons correctly by default. This can be fixed quite easily. Just edit /etc/X11/Xmodmap.&lt;br /&gt;
&lt;br /&gt;
Then paste the following in the file:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
keycode 234 = XF86Back&lt;br /&gt;
keycode 233 = XF86Forward&lt;br /&gt;
keycode 159 = XF86Start&lt;br /&gt;
keycode 162 = XF86AudioPlay&lt;br /&gt;
keycode 164 = XF86AudioStop&lt;br /&gt;
keycode 153 = XF86AudioNext&lt;br /&gt;
keycode 144 = XF86AudioPrev&lt;br /&gt;
keycode 227 = XF86LaunchF&lt;br /&gt;
keycode 249 = XF86ZoomIn&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save and close the file, then logout and back in again. You can now assign the buttons to do anything you want. For example, use the Back and Forward buttons (next the cursor keys) to flip desktops using the cube effect in Beryl (set this using the Beryl settings manager). You can set most of the other keys using Gnome vis System - Preferences - Keyboard Shortcuts.&lt;br /&gt;
&lt;br /&gt;
For the ThinkVantage and Zoom buttons, I used xbindkeys. Open a terminal and type:&lt;br /&gt;
&lt;br /&gt;
: {{cmduser| xbindkeys --defaults &amp;gt; ~/.xbindkeysrc}}&lt;br /&gt;
: {{cmduser| xbindkeys-config}}&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;New&amp;quot; and assign a remark to the new shortcut. Then press &amp;quot;Grab&amp;quot; and press the combination you want (ex: The ThinkVantage button). You can then set the action you want executed in the &amp;quot;Action&amp;quot; field. &lt;br /&gt;
&lt;br /&gt;
===The Intel Graphics Chipset===&lt;br /&gt;
&lt;br /&gt;
Since the Fedora installer didn't detect the graphics device properly, it uses the Vesa driver. Which works, but that's not really what we want to use. After installing the xorg-x11-drv-i810 package, I edited the /etc/X11/xorg.conf, and changed the driver from &amp;quot;vesa&amp;quot; to &amp;quot;intel&amp;quot;. Then, restart X. That's it.&lt;br /&gt;
&lt;br /&gt;
===The Fingerprint Reader===&lt;br /&gt;
&lt;br /&gt;
Thanks to the efforts of the ThinkFinger guys, the fingerprint reader works very well in Linux using entirely Free Software. After installing thinkfinger, you need to edit /etc/pam.d/system-auth as root (be careful!):&lt;br /&gt;
&lt;br /&gt;
Above the line that reads:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auth        sufficient    pam_unix.so nullok try_first_pass&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Add a new line that reads:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auth        sufficient    pam_thinkfinger.so&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So, the auth section of your /etc/pam.d/system-auth file should look like:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auth        required      pam_env.so&lt;br /&gt;
auth        sufficient    pam_thinkfinger.so&lt;br /&gt;
auth        sufficient    pam_unix.so nullok try_first_pass&lt;br /&gt;
auth        requisite     pam_succeed_if.so uid &amp;gt;= 500 quiet&lt;br /&gt;
auth        required      pam_deny.so&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Save the updated /etc/pam.d/system-auth, then as root, run:&lt;br /&gt;
&lt;br /&gt;
: {{cmdroot| /usr/sbin/tf-tool --add-user spot}}&lt;br /&gt;
&lt;br /&gt;
Of course, if your username isn't spot, change it! It will prompt you to swipe your finger over the reader three times.&lt;br /&gt;
&lt;br /&gt;
Thats it! Now, you can login using either a password or a fingerprint.&lt;br /&gt;
&lt;br /&gt;
===Beryl - eyecandy===&lt;br /&gt;
Beryl is shiny desktop eyecandy. To get it running, you can follow the steps here:&lt;br /&gt;
http://wiki.beryl-project.org/wiki/Install/Fedora_Core&lt;br /&gt;
&lt;br /&gt;
===Thanks===&lt;br /&gt;
Much credit goes to [[User:Keithvassallo|Keithvassallo]] for his [http://thinkwiki.org/wiki/Installing_Ubuntu_6.10_%28Edgy_Eft%29_on_a_ThinkPad_T60 Installing Ubuntu Edgy Eft on the Thinkpad T60] page.&lt;/div&gt;</summary>
		<author><name>Spot</name></author>
		
	</entry>
</feed>