<?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=Dremspider</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=Dremspider"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Dremspider"/>
	<updated>2026-05-06T00:51:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33715</id>
		<title>Installing openSUSE 10.3 GM on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33715"/>
		<updated>2007-10-07T22:27:54Z</updated>

		<summary type="html">&lt;p&gt;Dremspider: /* ''Sound'' */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are my specs on my thinkpad t61&lt;br /&gt;
&lt;br /&gt;
2.0GHz 4meg cache core 2 duo&lt;br /&gt;
&lt;br /&gt;
2 gigs of ram&lt;br /&gt;
&lt;br /&gt;
nvidia nv140 128 megs of ram&lt;br /&gt;
&lt;br /&gt;
14.1 inch 1440x900 display&lt;br /&gt;
&lt;br /&gt;
atheros a/b/g wireless card&lt;br /&gt;
&lt;br /&gt;
Think finger&lt;br /&gt;
&lt;br /&gt;
100 GB 7200 RPM hard drive&lt;br /&gt;
&lt;br /&gt;
There are other configurations out there, so hopefully people with the different parts can do their part and chip with how they got their to work.&lt;br /&gt;
&lt;br /&gt;
== '''Video''' ==&lt;br /&gt;
Thinkpads have an option for either an nv140 or an Intel card.  I only have the nvidia option, so someone else can add the Intel card.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia'''&lt;br /&gt;
There are multiple ways to do it, but I am going to do the old fashioned way from nvidia, while it may be a little harder, you can do it with any driver.&lt;br /&gt;
&lt;br /&gt;
1. Download the linux x86_64 driver from http://www.nvidia.com, note where you download it to.  Also ensure that you installed &amp;quot;Linux kernel development&amp;quot; under yast, software.&lt;br /&gt;
&lt;br /&gt;
2. once done, open a terminal console with a &amp;quot;ctrl- alt - f2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
3. login as root&lt;br /&gt;
&lt;br /&gt;
4. execute the command ''init 3''&lt;br /&gt;
&lt;br /&gt;
5. After it is done (a few seconds later), hit enter once&lt;br /&gt;
&lt;br /&gt;
6. cd to where you downloaded the file (by default /home/$USERNAME/Desktop where $USERNAME is the user WHO DOWNLOADED THE FILE)&lt;br /&gt;
&lt;br /&gt;
7. execute''sh NVIDIA-Linux-x86_64-100.14.19-pkg2.run''&lt;br /&gt;
&lt;br /&gt;
8. Answer a bunch of questions, at the end answer yes to setting up you xorg.conf file.&lt;br /&gt;
&lt;br /&gt;
9. Run a ''init 6'' to reboot&lt;br /&gt;
&lt;br /&gt;
== '''Wireless''' ==&lt;br /&gt;
&lt;br /&gt;
To my knowledge this laptop comes with an option for 3 different wireless network cards.  Here are my instructions for the atheros, I am hoping someone else can write the instructions for everything else.&lt;br /&gt;
&lt;br /&gt;
'''Atheros:'''&lt;br /&gt;
1.Go to madwifi's home page (using the wired Ethernet will work, or you can use another machine) http://madwifi.org/.  From this website you can download the driver.&lt;br /&gt;
&lt;br /&gt;
2. Open up the command line (konsole) and &amp;quot;Untar&amp;quot; the file with a ''tar xvf madwifi-0.9.3.2.tar.gz''&lt;br /&gt;
&lt;br /&gt;
3. Switch to the root user with ''su'' then change into the directory with a ''cd madwifi-0.9.3.2''&lt;br /&gt;
&lt;br /&gt;
4. compile the driver and load the module (it is really easy, I promise) with a ''make ; make install; modprobe ath_pci''.  You should get a bunch of jibberish on your screen and a few minutes later it will be done.&lt;br /&gt;
&lt;br /&gt;
4. Open up yast by hitting &amp;quot;alt-f2&amp;quot; and typing in &amp;quot;yast&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
5. Go to network devices -&amp;gt; Network card -&amp;gt; add&lt;br /&gt;
&lt;br /&gt;
6. Select the device type to wireless&lt;br /&gt;
&lt;br /&gt;
7. add to the module name ath_pci and hit next.&lt;br /&gt;
&lt;br /&gt;
8. configure it for your network&lt;br /&gt;
&lt;br /&gt;
9. Once you reboot you should be good to go.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Sound''' ==&lt;br /&gt;
&lt;br /&gt;
Sound works out of the box, it is just set up a little funky.  In KDE if you go to the speaker icon and click on it, then go to &amp;quot;mixer&amp;quot; to get to the settings.  Here you will raise the volume on &amp;quot;PCM&amp;quot;.  Then go to the tab &amp;quot;switches&amp;quot; and ensure that speaker is turned on.  Once you are done right click on the speaker icon again and go to &amp;quot;select master control&amp;quot;.  Select &amp;quot;PCM&amp;quot; and hit ok.  Your buttons will now to raise and lower the volume.  Mute does nothing though.&lt;br /&gt;
&lt;br /&gt;
== '''Display''' ==&lt;br /&gt;
&lt;br /&gt;
1440x900 working great.  Selected 16:10 aspect ratio when installing and then the resolution and it is working fine.&lt;br /&gt;
The brightness adjuster doesn't work in X.org.  You need to switch to a console (ctrl - alt - f2) to lower the brightness, then switch back (ctrl - alt - f7).  Hopefully someone gets this working!  I am pretty sure it is an issue with the nvidia driver, but I can't be for sure. &lt;br /&gt;
&lt;br /&gt;
== '''Bluetooth''' ==&lt;br /&gt;
&lt;br /&gt;
Works like a champ, I set up a wireless mouse with it using KDE, no problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Think finger''' ==&lt;br /&gt;
&lt;br /&gt;
Coolest feature of this laptop, of course we need to get it working.&lt;br /&gt;
&lt;br /&gt;
1. Go to yast (alt-f2 and type in yast) then &amp;quot;hardware&amp;quot; -&amp;gt; &amp;quot;Fingerprint Reader&amp;quot;.  Just simply enable it and then hit finish.  Yast will install a few packages and you are ready to set it up.&lt;br /&gt;
&lt;br /&gt;
2. From the console execute ''tf-tool --add-user $USERNAME'' where username is your username.&lt;br /&gt;
&lt;br /&gt;
3. Swipe your finger successfully three times and you are done, to login type in your username and then swipe your finger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Suspend and Suspend to Disk''' ==&lt;br /&gt;
&lt;br /&gt;
Not working so well, hit suspend and it does nothing.  Suspend to disk works, and then won't successfully wake up.&lt;/div&gt;</summary>
		<author><name>Dremspider</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33714</id>
		<title>Installing openSUSE 10.3 GM on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33714"/>
		<updated>2007-10-07T22:25:50Z</updated>

		<summary type="html">&lt;p&gt;Dremspider: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are my specs on my thinkpad t61&lt;br /&gt;
&lt;br /&gt;
2.0GHz 4meg cache core 2 duo&lt;br /&gt;
&lt;br /&gt;
2 gigs of ram&lt;br /&gt;
&lt;br /&gt;
nvidia nv140 128 megs of ram&lt;br /&gt;
&lt;br /&gt;
14.1 inch 1440x900 display&lt;br /&gt;
&lt;br /&gt;
atheros a/b/g wireless card&lt;br /&gt;
&lt;br /&gt;
Think finger&lt;br /&gt;
&lt;br /&gt;
100 GB 7200 RPM hard drive&lt;br /&gt;
&lt;br /&gt;
There are other configurations out there, so hopefully people with the different parts can do their part and chip with how they got their to work.&lt;br /&gt;
&lt;br /&gt;
== '''Video''' ==&lt;br /&gt;
Thinkpads have an option for either an nv140 or an Intel card.  I only have the nvidia option, so someone else can add the Intel card.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia'''&lt;br /&gt;
There are multiple ways to do it, but I am going to do the old fashioned way from nvidia, while it may be a little harder, you can do it with any driver.&lt;br /&gt;
&lt;br /&gt;
1. Download the linux x86_64 driver from http://www.nvidia.com, note where you download it to.  Also ensure that you installed &amp;quot;Linux kernel development&amp;quot; under yast, software.&lt;br /&gt;
&lt;br /&gt;
2. once done, open a terminal console with a &amp;quot;ctrl- alt - f2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
3. login as root&lt;br /&gt;
&lt;br /&gt;
4. execute the command ''init 3''&lt;br /&gt;
&lt;br /&gt;
5. After it is done (a few seconds later), hit enter once&lt;br /&gt;
&lt;br /&gt;
6. cd to where you downloaded the file (by default /home/$USERNAME/Desktop where $USERNAME is the user WHO DOWNLOADED THE FILE)&lt;br /&gt;
&lt;br /&gt;
7. execute''sh NVIDIA-Linux-x86_64-100.14.19-pkg2.run''&lt;br /&gt;
&lt;br /&gt;
8. Answer a bunch of questions, at the end answer yes to setting up you xorg.conf file.&lt;br /&gt;
&lt;br /&gt;
9. Run a ''init 6'' to reboot&lt;br /&gt;
&lt;br /&gt;
== '''Wireless''' ==&lt;br /&gt;
&lt;br /&gt;
To my knowledge this laptop comes with an option for 3 different wireless network cards.  Here are my instructions for the atheros, I am hoping someone else can write the instructions for everything else.&lt;br /&gt;
&lt;br /&gt;
'''Atheros:'''&lt;br /&gt;
1.Go to madwifi's home page (using the wired Ethernet will work, or you can use another machine) http://madwifi.org/.  From this website you can download the driver.&lt;br /&gt;
&lt;br /&gt;
2. Open up the command line (konsole) and &amp;quot;Untar&amp;quot; the file with a ''tar xvf madwifi-0.9.3.2.tar.gz''&lt;br /&gt;
&lt;br /&gt;
3. Switch to the root user with ''su'' then change into the directory with a ''cd madwifi-0.9.3.2''&lt;br /&gt;
&lt;br /&gt;
4. compile the driver and load the module (it is really easy, I promise) with a ''make ; make install; modprobe ath_pci''.  You should get a bunch of jibberish on your screen and a few minutes later it will be done.&lt;br /&gt;
&lt;br /&gt;
4. Open up yast by hitting &amp;quot;alt-f2&amp;quot; and typing in &amp;quot;yast&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
5. Go to network devices -&amp;gt; Network card -&amp;gt; add&lt;br /&gt;
&lt;br /&gt;
6. Select the device type to wireless&lt;br /&gt;
&lt;br /&gt;
7. add to the module name ath_pci and hit next.&lt;br /&gt;
&lt;br /&gt;
8. configure it for your network&lt;br /&gt;
&lt;br /&gt;
9. Once you reboot you should be good to go.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ''Sound'' ==&lt;br /&gt;
&lt;br /&gt;
Sound works out of the box, it is just set up a little funky.  In KDE if you go to the speaker icon and click on it, then go to &amp;quot;mixer&amp;quot; to get to the settings.  Here you will raise the volume on &amp;quot;PCM&amp;quot;.  Then go to the tab &amp;quot;switches&amp;quot; and ensure that speaker is turned on.  Once you are done right click on the speaker icon again and go to &amp;quot;select master control&amp;quot;.  Select &amp;quot;PCM&amp;quot; and hit ok.  Your buttons will now to raise and lower the volume.  Mute does nothing though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Display''' ==&lt;br /&gt;
&lt;br /&gt;
1440x900 working great.  Selected 16:10 aspect ratio when installing and then the resolution and it is working fine.&lt;br /&gt;
The brightness adjuster doesn't work in X.org.  You need to switch to a console (ctrl - alt - f2) to lower the brightness, then switch back (ctrl - alt - f7).  Hopefully someone gets this working!  I am pretty sure it is an issue with the nvidia driver, but I can't be for sure. &lt;br /&gt;
&lt;br /&gt;
== '''Bluetooth''' ==&lt;br /&gt;
&lt;br /&gt;
Works like a champ, I set up a wireless mouse with it using KDE, no problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Think finger''' ==&lt;br /&gt;
&lt;br /&gt;
Coolest feature of this laptop, of course we need to get it working.&lt;br /&gt;
&lt;br /&gt;
1. Go to yast (alt-f2 and type in yast) then &amp;quot;hardware&amp;quot; -&amp;gt; &amp;quot;Fingerprint Reader&amp;quot;.  Just simply enable it and then hit finish.  Yast will install a few packages and you are ready to set it up.&lt;br /&gt;
&lt;br /&gt;
2. From the console execute ''tf-tool --add-user $USERNAME'' where username is your username.&lt;br /&gt;
&lt;br /&gt;
3. Swipe your finger successfully three times and you are done, to login type in your username and then swipe your finger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Suspend and Suspend to Disk''' ==&lt;br /&gt;
&lt;br /&gt;
Not working so well, hit suspend and it does nothing.  Suspend to disk works, and then won't successfully wake up.&lt;/div&gt;</summary>
		<author><name>Dremspider</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33713</id>
		<title>Installing openSUSE 10.3 GM on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33713"/>
		<updated>2007-10-07T22:24:19Z</updated>

		<summary type="html">&lt;p&gt;Dremspider: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are my specs on my thinkpad t61&lt;br /&gt;
&lt;br /&gt;
2.0GHz 4meg cache core 2 duo&lt;br /&gt;
2 gigs of ram&lt;br /&gt;
nvidia nv140 128 megs of ram&lt;br /&gt;
14.1 inch 1440x900 display&lt;br /&gt;
atheros a/b/g wireless card&lt;br /&gt;
Think finger&lt;br /&gt;
&lt;br /&gt;
There are other configurations out there, so hopefully people with the different parts can do their part and chip with how they got their to work.&lt;br /&gt;
&lt;br /&gt;
== '''Video''' ==&lt;br /&gt;
Thinkpads have an option for either an nv140 or an Intel card.  I only have the nvidia option, so someone else can add the Intel card.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia'''&lt;br /&gt;
There are multiple ways to do it, but I am going to do the old fashioned way from nvidia, while it may be a little harder, you can do it with any driver.&lt;br /&gt;
1. Download the linux x86_64 driver from http://www.nvidia.com, note where you download it to.  Also ensure that you installed &amp;quot;Linux kernel development&amp;quot; under yast, software.&lt;br /&gt;
&lt;br /&gt;
2. once done, open a terminal console with a &amp;quot;ctrl- alt - f2&amp;quot;&lt;br /&gt;
&lt;br /&gt;
3. login as root&lt;br /&gt;
&lt;br /&gt;
4. execute the command ''init 3''&lt;br /&gt;
&lt;br /&gt;
5. After it is done (a few seconds later), hit enter once&lt;br /&gt;
&lt;br /&gt;
6. cd to where you downloaded the file (by default /home/$USERNAME/Desktop where $USERNAME is the user WHO DOWNLOADED THE FILE)&lt;br /&gt;
&lt;br /&gt;
7. execute''sh NVIDIA-Linux-x86_64-100.14.19-pkg2.run''&lt;br /&gt;
&lt;br /&gt;
8. Answer a bunch of questions, at the end answer yes to setting up you xorg.conf file.&lt;br /&gt;
&lt;br /&gt;
9. Run a ''init 6'' to reboot&lt;br /&gt;
&lt;br /&gt;
== '''Wireless''' ==&lt;br /&gt;
&lt;br /&gt;
To my knowledge this laptop comes with an option for 3 different wireless network cards.  Here are my instructions for the atheros, I am hoping someone else can write the instructions for everything else.&lt;br /&gt;
&lt;br /&gt;
'''Atheros:'''&lt;br /&gt;
1.Go to madwifi's home page (using the wired Ethernet will work, or you can use another machine) http://madwifi.org/.  From this website you can download the driver.&lt;br /&gt;
2. Open up the command line (konsole) and &amp;quot;Untar&amp;quot; the file with a ''tar xvf madwifi-0.9.3.2.tar.gz''&lt;br /&gt;
3. Switch to the root user with ''su'' then change into the directory with a ''cd madwifi-0.9.3.2''&lt;br /&gt;
4. compile the driver and load the module (it is really easy, I promise) with a ''make ; make install; modprobe ath_pci''.  You should get a bunch of jibberish on your screen and a few minutes later it will be done.&lt;br /&gt;
4. Open up yast by hitting &amp;quot;alt-f2&amp;quot; and typing in &amp;quot;yast&amp;quot;.&lt;br /&gt;
5. Go to network devices -&amp;gt; Network card -&amp;gt; add&lt;br /&gt;
6. Select the device type to wireless&lt;br /&gt;
7. add to the module name ath_pci and hit next.&lt;br /&gt;
8. configure it for your network&lt;br /&gt;
9. Once you reboot you should be good to go.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ''Sound'' ==&lt;br /&gt;
Sound works out of the box, it is just set up a little funky.  In KDE if you go to the speaker icon and click on it, then go to &amp;quot;mixer&amp;quot; to get to the settings.  Here you will raise the volume on &amp;quot;PCM&amp;quot;.  Then go to the tab &amp;quot;switches&amp;quot; and ensure that speaker is turned on.  Once you are done right click on the speaker icon again and go to &amp;quot;select master control&amp;quot;.  Select &amp;quot;PCM&amp;quot; and hit ok.  Your buttons will now to raise and lower the volume.  Mute does nothing though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Display''' ==&lt;br /&gt;
1440x900 working great.  Selected 16:10 aspect ratio when installing and then the resolution and it is working fine.&lt;br /&gt;
The brightness adjuster doesn't work in X.org.  You need to switch to a console (ctrl - alt - f2) to lower the brightness, then switch back (ctrl - alt - f7).  Hopefully someone gets this working!  I am pretty sure it is an issue with the nvidia driver, but I can't be for sure. &lt;br /&gt;
&lt;br /&gt;
== '''Bluetooth''' ==&lt;br /&gt;
Works like a champ, I set up a wireless mouse with it using KDE, no problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Think finger''' ==&lt;br /&gt;
Coolest feature of this laptop, of course we need to get it working.&lt;br /&gt;
&lt;br /&gt;
1. Go to yast (alt-f2 and type in yast) then &amp;quot;hardware&amp;quot; -&amp;gt; &amp;quot;Fingerprint Reader&amp;quot;.  Just simply enable it and then hit finish.  Yast will install a few packages and you are ready to set it up.&lt;br /&gt;
2. From the console execute ''tf-tool --add-user $USERNAME'' where username is your username.&lt;br /&gt;
3. Swipe your finger successfully three times and you are done, to login type in your username and then swipe your finger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Suspend and Suspend to Disk''' ==&lt;br /&gt;
Not working so well, hit suspend and it does nothing.  Suspend to disk works, and then won't successfully wake up.&lt;/div&gt;</summary>
		<author><name>Dremspider</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33712</id>
		<title>Installing openSUSE 10.3 GM on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33712"/>
		<updated>2007-10-07T22:22:18Z</updated>

		<summary type="html">&lt;p&gt;Dremspider: /* '''Video''' */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are my specs on my thinkpad t61&lt;br /&gt;
&lt;br /&gt;
2.0GHz 4meg cache core 2 duo&lt;br /&gt;
2 gigs of ram&lt;br /&gt;
nvidia nv140 128 megs of ram&lt;br /&gt;
14.1 inch 1440x900 display&lt;br /&gt;
atheros a/b/g wireless card&lt;br /&gt;
Think finger&lt;br /&gt;
&lt;br /&gt;
There are other configurations out there, so hopefully people with the different parts can do their part and chip with how they got their to work.&lt;br /&gt;
&lt;br /&gt;
== '''Video''' ==&lt;br /&gt;
Thinkpads have an option for either an nv140 or an Intel card.  I only have the nvidia option, so someone else can add the Intel card.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia'''&lt;br /&gt;
There are multiple ways to do it, but I am going to do the old fashioned way from nvidia, while it may be a little harder, you can do it with any driver.&lt;br /&gt;
1. Download the linux x86_64 driver from http://www.nvidia.com, note where you download it to.  Also ensure that you installed &amp;quot;Linux kernel development&amp;quot; under yast, software.&lt;br /&gt;
2. once done, open a terminal console with a &amp;quot;ctrl- alt - f2&amp;quot;&lt;br /&gt;
3. login as root&lt;br /&gt;
4. execute the command ''init 3''&lt;br /&gt;
5. After it is done (a few seconds later), hit enter once&lt;br /&gt;
6. cd to where you downloaded the file (by default /home/$USERNAME/Desktop where $USERNAME is the user WHO DOWNLOADED THE FILE)&lt;br /&gt;
7. execute''sh NVIDIA-Linux-x86_64-100.14.19-pkg2.run''&lt;br /&gt;
8. Answer a bunch of questions, at the end answer yes to setting up you xorg.conf file.&lt;br /&gt;
9. Run a ''init 6'' to reboot&lt;br /&gt;
&lt;br /&gt;
== '''Wireless''' ==&lt;br /&gt;
&lt;br /&gt;
To my knowledge this laptop comes with an option for 3 different wireless network cards.  Here are my instructions for the atheros, I am hoping someone else can write the instructions for everything else.&lt;br /&gt;
&lt;br /&gt;
'''Atheros:'''&lt;br /&gt;
1.Go to madwifi's home page (using the wired Ethernet will work, or you can use another machine) http://madwifi.org/.  From this website you can download the driver.&lt;br /&gt;
2. Open up the command line (konsole) and &amp;quot;Untar&amp;quot; the file with a ''tar xvf madwifi-0.9.3.2.tar.gz''&lt;br /&gt;
3. Switch to the root user with ''su'' then change into the directory with a ''cd madwifi-0.9.3.2''&lt;br /&gt;
4. compile the driver and load the module (it is really easy, I promise) with a ''make ; make install; modprobe ath_pci''.  You should get a bunch of jibberish on your screen and a few minutes later it will be done.&lt;br /&gt;
4. Open up yast by hitting &amp;quot;alt-f2&amp;quot; and typing in &amp;quot;yast&amp;quot;.&lt;br /&gt;
5. Go to network devices -&amp;gt; Network card -&amp;gt; add&lt;br /&gt;
6. Select the device type to wireless&lt;br /&gt;
7. add to the module name ath_pci and hit next.&lt;br /&gt;
8. configure it for your network&lt;br /&gt;
9. Once you reboot you should be good to go.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ''Sound'' ==&lt;br /&gt;
Sound works out of the box, it is just set up a little funky.  In KDE if you go to the speaker icon and click on it, then go to &amp;quot;mixer&amp;quot; to get to the settings.  Here you will raise the volume on &amp;quot;PCM&amp;quot;.  Then go to the tab &amp;quot;switches&amp;quot; and ensure that speaker is turned on.  Once you are done right click on the speaker icon again and go to &amp;quot;select master control&amp;quot;.  Select &amp;quot;PCM&amp;quot; and hit ok.  Your buttons will now to raise and lower the volume.  Mute does nothing though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Display''' ==&lt;br /&gt;
1440x900 working great.  Selected 16:10 aspect ratio when installing and then the resolution and it is working fine.&lt;br /&gt;
The brightness adjuster doesn't work in X.org.  You need to switch to a console (ctrl - alt - f2) to lower the brightness, then switch back (ctrl - alt - f7).  Hopefully someone gets this working!  I am pretty sure it is an issue with the nvidia driver, but I can't be for sure. &lt;br /&gt;
&lt;br /&gt;
== '''Bluetooth''' ==&lt;br /&gt;
Works like a champ, I set up a wireless mouse with it using KDE, no problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Think finger''' ==&lt;br /&gt;
Coolest feature of this laptop, of course we need to get it working.&lt;br /&gt;
&lt;br /&gt;
1. Go to yast (alt-f2 and type in yast) then &amp;quot;hardware&amp;quot; -&amp;gt; &amp;quot;Fingerprint Reader&amp;quot;.  Just simply enable it and then hit finish.  Yast will install a few packages and you are ready to set it up.&lt;br /&gt;
2. From the console execute ''tf-tool --add-user $USERNAME'' where username is your username.&lt;br /&gt;
3. Swipe your finger successfully three times and you are done, to login type in your username and then swipe your finger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Suspend and Suspend to Disk''' ==&lt;br /&gt;
Not working so well, hit suspend and it does nothing.  Suspend to disk works, and then won't successfully wake up.&lt;/div&gt;</summary>
		<author><name>Dremspider</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33711</id>
		<title>Installing openSUSE 10.3 GM on a ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_openSUSE_10.3_GM_on_a_ThinkPad_T61&amp;diff=33711"/>
		<updated>2007-10-07T22:21:09Z</updated>

		<summary type="html">&lt;p&gt;Dremspider: â†Created page with 'Here are my specs on my thinkpad t61  2.0GHz 4meg cache core 2 duo 2 gigs of ram nvidia nv140 128 megs of ram 14.1 inch 1440x900 display atheros a/b/g wireless card Think ...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here are my specs on my thinkpad t61&lt;br /&gt;
&lt;br /&gt;
2.0GHz 4meg cache core 2 duo&lt;br /&gt;
2 gigs of ram&lt;br /&gt;
nvidia nv140 128 megs of ram&lt;br /&gt;
14.1 inch 1440x900 display&lt;br /&gt;
atheros a/b/g wireless card&lt;br /&gt;
Think finger&lt;br /&gt;
&lt;br /&gt;
There are other configurations out there, so hopefully people with the different parts can do their part and chip with how they got their to work.&lt;br /&gt;
&lt;br /&gt;
== '''Video''' ==&lt;br /&gt;
Thinkpads have an option for either an nv140 or an Intel card.  I only have the nvidia option, so someone else can add the Intel card.&lt;br /&gt;
&lt;br /&gt;
'''Nvidia'''&lt;br /&gt;
There are multiple ways to do it, but I am going to do the old fashioned way from nvidia, while it may be a little harder, you can do it with any driver.&lt;br /&gt;
1. Download the linux x86_64 driver from http://www.nvidia.com, note where you download it to.  Also ensure that you installed &amp;quot;Linux kernel development&amp;quot; under yast, software.&lt;br /&gt;
2. once done, open a terminal console with a &amp;quot;ctrl- alt - f2&amp;quot;&lt;br /&gt;
3. login as root&lt;br /&gt;
4. execute the command ''init 3''&lt;br /&gt;
5. After it is done (a few seconds later), hit enter once&lt;br /&gt;
6. cd to where you downloaded the file (by default /home/$USERNAME/Desktop where $USERNAME is the user WHO DOWNLOADED THE FILE)&lt;br /&gt;
7. execute''sh NVIDIA-Linux-x86_64-100.14.19-pkg2.run''&lt;br /&gt;
8. Answer a bunch of questions, at the end answer yes to setting up you xorg.conf file.&lt;br /&gt;
9. Run a ''init 6'' to reboot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Wireless''' ==&lt;br /&gt;
&lt;br /&gt;
To my knowledge this laptop comes with an option for 3 different wireless network cards.  Here are my instructions for the atheros, I am hoping someone else can write the instructions for everything else.&lt;br /&gt;
&lt;br /&gt;
'''Atheros:'''&lt;br /&gt;
1.Go to madwifi's home page (using the wired Ethernet will work, or you can use another machine) http://madwifi.org/.  From this website you can download the driver.&lt;br /&gt;
2. Open up the command line (konsole) and &amp;quot;Untar&amp;quot; the file with a ''tar xvf madwifi-0.9.3.2.tar.gz''&lt;br /&gt;
3. Switch to the root user with ''su'' then change into the directory with a ''cd madwifi-0.9.3.2''&lt;br /&gt;
4. compile the driver and load the module (it is really easy, I promise) with a ''make ; make install; modprobe ath_pci''.  You should get a bunch of jibberish on your screen and a few minutes later it will be done.&lt;br /&gt;
4. Open up yast by hitting &amp;quot;alt-f2&amp;quot; and typing in &amp;quot;yast&amp;quot;.&lt;br /&gt;
5. Go to network devices -&amp;gt; Network card -&amp;gt; add&lt;br /&gt;
6. Select the device type to wireless&lt;br /&gt;
7. add to the module name ath_pci and hit next.&lt;br /&gt;
8. configure it for your network&lt;br /&gt;
9. Once you reboot you should be good to go.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ''Sound'' ==&lt;br /&gt;
Sound works out of the box, it is just set up a little funky.  In KDE if you go to the speaker icon and click on it, then go to &amp;quot;mixer&amp;quot; to get to the settings.  Here you will raise the volume on &amp;quot;PCM&amp;quot;.  Then go to the tab &amp;quot;switches&amp;quot; and ensure that speaker is turned on.  Once you are done right click on the speaker icon again and go to &amp;quot;select master control&amp;quot;.  Select &amp;quot;PCM&amp;quot; and hit ok.  Your buttons will now to raise and lower the volume.  Mute does nothing though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Display''' ==&lt;br /&gt;
1440x900 working great.  Selected 16:10 aspect ratio when installing and then the resolution and it is working fine.&lt;br /&gt;
The brightness adjuster doesn't work in X.org.  You need to switch to a console (ctrl - alt - f2) to lower the brightness, then switch back (ctrl - alt - f7).  Hopefully someone gets this working!  I am pretty sure it is an issue with the nvidia driver, but I can't be for sure. &lt;br /&gt;
&lt;br /&gt;
== '''Bluetooth''' ==&lt;br /&gt;
Works like a champ, I set up a wireless mouse with it using KDE, no problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Think finger''' ==&lt;br /&gt;
Coolest feature of this laptop, of course we need to get it working.&lt;br /&gt;
&lt;br /&gt;
1. Go to yast (alt-f2 and type in yast) then &amp;quot;hardware&amp;quot; -&amp;gt; &amp;quot;Fingerprint Reader&amp;quot;.  Just simply enable it and then hit finish.  Yast will install a few packages and you are ready to set it up.&lt;br /&gt;
2. From the console execute ''tf-tool --add-user $USERNAME'' where username is your username.&lt;br /&gt;
3. Swipe your finger successfully three times and you are done, to login type in your username and then swipe your finger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Suspend and Suspend to Disk''' ==&lt;br /&gt;
Not working so well, hit suspend and it does nothing.  Suspend to disk works, and then won't successfully wake up.&lt;/div&gt;</summary>
		<author><name>Dremspider</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61&amp;diff=33710</id>
		<title>Installation instructions for the ThinkPad T61</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_T61&amp;diff=33710"/>
		<updated>2007-10-07T21:37:37Z</updated>

		<summary type="html">&lt;p&gt;Dremspider: /* openSUSE / SUSE LINUX */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See also: General Thinkpad {{T61}} information and installation notes for the previous {{T60}}.&lt;br /&gt;
&lt;br /&gt;
==Distribution-specific instructions==&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
* {{Install|Debian| Lenny|T61}}&lt;br /&gt;
* [http://www.klabs.be/~fpiat/linux/debian/Etch_on_Thinkpad_T61.html Installing Debian/Linux Etch on a Thinkpad T61], 2007-05-22&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu ===&lt;br /&gt;
&lt;br /&gt;
* {{Install|Ubuntu| 7.04 (Feisty Fawn)| T61}}&lt;br /&gt;
* {{Install|Ubuntu| 7.10 (Gutsy Gibbon) Beta| T61}}&lt;br /&gt;
&lt;br /&gt;
=== Fedora ===&lt;br /&gt;
&lt;br /&gt;
* [http://carrot.hep.upenn.edu/wiki/doku.php?id=thinkpad:start Installing Fedora 7 x86_64] on a Thinkpad {{T61}} 15.4&amp;quot; widescreen.&lt;br /&gt;
* {{Install|Fedora| 7|T61}}, including Xen.&lt;br /&gt;
* Useful forum post on [http://www.fedoraforum.org/forum/showthread.php?t=159516 Fedora 7 x86_64] installation. - Updated 7.8.2007 to include suspend&lt;br /&gt;
* [http://lambda.uta.edu/T61/ Fedora Core 7 on a Lenovo ThinkPad T61]&lt;br /&gt;
&lt;br /&gt;
=== openSUSE / SUSE LINUX ===&lt;br /&gt;
* [[Installing Novell SLED 10sp1 on a Thinkpad T61]]&lt;br /&gt;
* [[Installing openSUSE 10.3 Beta 2 on an Thinkpad T61]]&lt;br /&gt;
* [[Installing openSUSE 10.3 Beta 1 on an IBM ThinkPad T61]]&lt;br /&gt;
* [[Installing openSUSE 10.2 on an IBM ThinkPad T61]] - max X resolution in default install is 1024x768&lt;br /&gt;
* [[Installing openSUSE 10.3 GM on a ThinkPad T61]]&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
* Useful forum post on [http://forums.gentoo.org/viewtopic-t-567773-highlight-.html installation of Gentoo].&lt;br /&gt;
* Gentoo-wiki's [http://gentoo-wiki.com/HARDWARE_Lenovo_Thinkpad_T61 Lenovo Thinkpad T61 hardware page].&lt;/div&gt;</summary>
		<author><name>Dremspider</name></author>
		
	</entry>
</feed>