<?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=Tyler</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=Tyler"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Tyler"/>
	<updated>2026-06-10T05:39:47Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=26951</id>
		<title>Installing Debian Etch on a ThinkPad R60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=26951"/>
		<updated>2006-12-11T21:27:06Z</updated>

		<summary type="html">&lt;p&gt;Tyler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:R60]] [[Category:Debian]]Wednesday September 20, 2006&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' I'm new to Wiki-dom, so I'll be returning to tidy this up and add details as I sort them out&lt;br /&gt;
&lt;br /&gt;
==Specs:==&lt;br /&gt;
ThinkPad R60 945668U&amp;lt;br/&amp;gt; &lt;br /&gt;
Intel Core Solo 1660 Mhz&amp;lt;br/&amp;gt;&lt;br /&gt;
512 MB RAM&amp;lt;br/&amp;gt;&lt;br /&gt;
60 GB Harddrive&lt;br /&gt;
&lt;br /&gt;
==Pre-install:==&lt;br /&gt;
Did the required set up for the Windows XP partition, including burning recovery CDs (6 total)&lt;br /&gt;
Partitioned the harddrive using GParted&lt;br /&gt;
*WinXP reduced to ca 16 GB; 5 GB recovery partition untouched; 35 GB cleared for Debian install&lt;br /&gt;
&lt;br /&gt;
==Install:==&lt;br /&gt;
===Etch Net-Install===&lt;br /&gt;
Regular (non-expert) install, installed only laptop and standard software&lt;br /&gt;
*I use Fluxbox, so I don't need to wait around while KDE and Gnome download!&lt;br /&gt;
Only problem was GRUB would not install to the MBR&lt;br /&gt;
*Probably a problem with the CD I was using&lt;br /&gt;
*Resolved by installing LILO instead. LILO installed fine, but didn't recognise the two Windows partitions and just boots directly into Debian.&lt;br /&gt;
===Kernel===&lt;br /&gt;
I had some problems booting when using the 2.6.16-2 kernel, particularly getting stuck on&lt;br /&gt;
  azx_get_response timeout&lt;br /&gt;
This problem was solved by switching to the 2.6.17-2 kernel.&lt;br /&gt;
&lt;br /&gt;
==Configuration:==&lt;br /&gt;
===Boot Loader===&lt;br /&gt;
On first boot I ran aptitude and did a full upgrade&lt;br /&gt;
Replaced LILO (which didn't see either Windows partition) with GRUB with the following commands:&lt;br /&gt;
&lt;br /&gt;
 grub-install /dev/sda&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
Then I added the following entries to my /boot/grub/menu.lst:&lt;br /&gt;
&lt;br /&gt;
 title		 Windows XP&lt;br /&gt;
 root		 (hd0,0)&lt;br /&gt;
 makeactive&lt;br /&gt;
 chainloader 	 +1&lt;br /&gt;
&lt;br /&gt;
 title           IBM Rescue and Recovery&lt;br /&gt;
 root            (hd0,1)&lt;br /&gt;
 parttype        (hd0,1) 0x0b&lt;br /&gt;
 unhide          (hd0,1)&lt;br /&gt;
 chainloader     +1&lt;br /&gt;
&lt;br /&gt;
I rebooted and verified that GRUB worked, and allowed me to boot into Debian, Windows, and the Recovery Parition. Everything worked so I then purged LILO with aptitude.&lt;br /&gt;
&lt;br /&gt;
Next up, I added contrib and non-free to my /etc/apt/sources.list and installed a bunch of stuff (xorg, fluxbox, firefox, etc). xorg went in without problem.&lt;br /&gt;
&lt;br /&gt;
===Wireless===&lt;br /&gt;
&lt;br /&gt;
Started by confirming the chipset - &lt;br /&gt;
*Install pciutils&lt;br /&gt;
Run: &lt;br /&gt;
&lt;br /&gt;
 lspci &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
 lspci -n | grep &amp;quot;0200&amp;quot;&lt;br /&gt;
&lt;br /&gt;
reveals that I have an Atheros AR5212 wireless card, or 168c:1014&lt;br /&gt;
Digging around on this site confirms this card is compatible with Madwifi, which is available through the non-free repositories&lt;br /&gt;
However, I found out (the hard way) that I couldn't get it installed without first installing gcc-4.0&lt;br /&gt;
So the full set up goes like this:&lt;br /&gt;
&lt;br /&gt;
#install gcc-4.0, madwifi-source, madwifi-tools, madwifi-doc&lt;br /&gt;
#run the following commands:&lt;br /&gt;
&lt;br /&gt;
 m-a prepare&lt;br /&gt;
 m-a a-i madwifi&lt;br /&gt;
 modprobe ath_pci&lt;br /&gt;
&lt;br /&gt;
Done!&lt;br /&gt;
&lt;br /&gt;
To actually get a wireless connection going I use two simple bash scripts:&lt;br /&gt;
First, for my home setup:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 iwconfig ath0 key &amp;lt;your_encryption_key_here&amp;gt;&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Second, for using unencrypted hotspots:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 ifconfig ath0 up&lt;br /&gt;
 iwconfig ath0 ap any&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Running these scripts as root gets me hooked up.   &lt;br /&gt;
&lt;br /&gt;
===Video===&lt;br /&gt;
Be sure to use the i810 video driver. The default VESA driver will work fine, but you won't be able to use 3D programs like GoogleEarth. Both are included with Xorg, so you don't need to download new drivers from Intel.&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
So far these things work: screen, USB mouse, touchpad, trackpad, keyboard, wireless, USB drive, sound&lt;br /&gt;
&lt;br /&gt;
Still to confirm or configure: some function keys - the volume buttons worked without tinkering&lt;br /&gt;
&lt;br /&gt;
Still to add: links to the sources for this page&lt;br /&gt;
&lt;br /&gt;
=External Sources=&lt;br /&gt;
*This guide is listed at the [http://tuxmobil.org/ibm.html TuxMobil Linux laptop and notebook installation survey (IBM/Lenovo)].&lt;/div&gt;</summary>
		<author><name>Tyler</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=25288</id>
		<title>Installing Debian Etch on a ThinkPad R60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=25288"/>
		<updated>2006-10-16T01:19:04Z</updated>

		<summary type="html">&lt;p&gt;Tyler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:R60]] [[Category:Debian]]Wednesday September 20, 2006&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' I'm new to Wiki-dom, so I'll be returning to tidy this up and add details as I sort them out&lt;br /&gt;
&lt;br /&gt;
==Specs:==&lt;br /&gt;
ThinkPad R60 945668U&amp;lt;br/&amp;gt; &lt;br /&gt;
Intel Core Solo 1660 Mhz&amp;lt;br/&amp;gt;&lt;br /&gt;
512 MB RAM&amp;lt;br/&amp;gt;&lt;br /&gt;
60 GB Harddrive&lt;br /&gt;
&lt;br /&gt;
==Pre-install:==&lt;br /&gt;
Did the required set up for the Windows XP partition, including burning recovery CDs (6 total)&lt;br /&gt;
Partitioned the harddrive using GParted&lt;br /&gt;
*WinXP reduced to ca 16 GB; 5 GB recovery partition untouched; 35 GB cleared for Debian install&lt;br /&gt;
&lt;br /&gt;
==Install:==&lt;br /&gt;
===Etch Net-Install===&lt;br /&gt;
Regular (non-expert) install, installed only laptop and standard software&lt;br /&gt;
*I use Fluxbox, so I don't need to wait around while KDE and Gnome download!&lt;br /&gt;
Only problem was GRUB would not install to the MBR&lt;br /&gt;
*Probably a problem with the CD I was using&lt;br /&gt;
*Resolved by installing LILO instead. LILO installed fine, but didn't recognise the two Windows partitions and just boots directly into Debian.&lt;br /&gt;
===Kernel===&lt;br /&gt;
I had some problems booting when using the 2.6.16-2 kernel, particularly getting stuck on&lt;br /&gt;
  azx_get_response timeout&lt;br /&gt;
This problem was solved by switching to the 2.6.17-2 kernel.&lt;br /&gt;
&lt;br /&gt;
==Configuration:==&lt;br /&gt;
===Boot Loader===&lt;br /&gt;
On first boot I ran aptitude and did a full upgrade&lt;br /&gt;
Replaced LILO (which didn't see either Windows partition) with GRUB with the following commands:&lt;br /&gt;
&lt;br /&gt;
 grub-install /dev/sda&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
Then I added the following entries to my /boot/grub/menu.lst:&lt;br /&gt;
&lt;br /&gt;
 title		 Windows XP&lt;br /&gt;
 root		 (hd0,0)&lt;br /&gt;
 makeactive&lt;br /&gt;
 chainloader 	 +1&lt;br /&gt;
&lt;br /&gt;
 title           IBM Rescue and Recovery&lt;br /&gt;
 root            (hd0,1)&lt;br /&gt;
 parttype        (hd0,1) 0x0b&lt;br /&gt;
 unhide          (hd0,1)&lt;br /&gt;
 chainloader     +1&lt;br /&gt;
&lt;br /&gt;
I rebooted and verified that GRUB worked, and allowed me to boot into Debian, Windows, and the Recovery Parition. Everything worked so I then purged LILO with aptitude.&lt;br /&gt;
&lt;br /&gt;
Next up, I added contrib and non-free to my /etc/apt/sources.list and installed a bunch of stuff (xorg, fluxbox, firefox, etc). xorg went in without problem.&lt;br /&gt;
&lt;br /&gt;
===Wireless===&lt;br /&gt;
&lt;br /&gt;
Started by confirming the chipset - &lt;br /&gt;
*Install pciutils&lt;br /&gt;
Run: &lt;br /&gt;
&lt;br /&gt;
 lspci &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
 lspci -n | grep &amp;quot;0200&amp;quot;&lt;br /&gt;
&lt;br /&gt;
reveals that I have an Atheros AR5212 wireless card, or 168c:1014&lt;br /&gt;
Digging around on this site confirms this card is compatible with Madwifi, which is available through the non-free repositories&lt;br /&gt;
However, I found out (the hard way) that I couldn't get it installed without first installing gcc-4.0&lt;br /&gt;
So the full set up goes like this:&lt;br /&gt;
&lt;br /&gt;
#install gcc-4.0, madwifi-source, madwifi-tools, madwifi-doc&lt;br /&gt;
#run the following commands:&lt;br /&gt;
&lt;br /&gt;
 m-a prepare&lt;br /&gt;
 m-a a-i madwifi&lt;br /&gt;
 modprobe ath_pci&lt;br /&gt;
&lt;br /&gt;
Done!&lt;br /&gt;
&lt;br /&gt;
To actually get a wireless connection going I use two simple bash scripts:&lt;br /&gt;
First, for my home setup:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 iwconfig ath0 key &amp;lt;your_encryption_key_here&amp;gt;&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Second, for using unencrypted hotspots:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 ifconfig ath0 up&lt;br /&gt;
 iwconfig ath0 ap any&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Running these scripts as root gets me hooked up.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
So far these things work: screen, USB mouse, touchpad, trackpad, keyboard, wireless, USB drive, sound&lt;br /&gt;
&lt;br /&gt;
Still to confirm or configure: some function keys - the volume buttons worked without tinkering&lt;br /&gt;
&lt;br /&gt;
Still to add: links to the sources for this page&lt;/div&gt;</summary>
		<author><name>Tyler</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24791</id>
		<title>Installing Debian Etch on a ThinkPad R60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24791"/>
		<updated>2006-09-21T14:42:45Z</updated>

		<summary type="html">&lt;p&gt;Tyler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:R60]] [[Category:Debian]]Wednesday September 20, 2006&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' I'm new to Wiki-dom, so I'll be returning to tidy this up and add details as I sort them out&lt;br /&gt;
&lt;br /&gt;
==Specs:==&lt;br /&gt;
ThinkPad R60 945668U&amp;lt;br/&amp;gt; &lt;br /&gt;
Intel Core Solo 1660 Mhz&amp;lt;br/&amp;gt;&lt;br /&gt;
512 MB RAM&amp;lt;br/&amp;gt;&lt;br /&gt;
60 GB Harddrive&lt;br /&gt;
&lt;br /&gt;
==Pre-install:==&lt;br /&gt;
Did the required set up for the Windows XP partition, including burning recovery CDs (6 total)&lt;br /&gt;
Partitioned the harddrive using GParted&lt;br /&gt;
*WinXP reduced to ca 16 GB; 5 GB recovery partition untouched; 35 GB cleared for Debian install&lt;br /&gt;
&lt;br /&gt;
==Install:==&lt;br /&gt;
===Etch Net-Install===&lt;br /&gt;
Regular (non-expert) install, installed only laptop and standard software&lt;br /&gt;
*I use Fluxbox, so I don't need to wait around while KDE and Gnome download!&lt;br /&gt;
Only problem was GRUB would not install to the MBR&lt;br /&gt;
*Probably a problem with the CD I was using&lt;br /&gt;
*Resolved by installing LILO instead. LILO installed fine, but didn't recognise the two Windows partitions and just boots directly into Debian.&lt;br /&gt;
&lt;br /&gt;
===Configuration:===&lt;br /&gt;
====Boot Loader====&lt;br /&gt;
On first boot I ran aptitude and did a full upgrade&lt;br /&gt;
Replaced LILO (which didn't see either Windows partition) with GRUB with the following commands:&lt;br /&gt;
&lt;br /&gt;
 grub-install /dev/sda&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
Then I added the following entries to my /boot/grub/menu.lst:&lt;br /&gt;
&lt;br /&gt;
 title		 Windows XP&lt;br /&gt;
 root		 (hd0,0)&lt;br /&gt;
 makeactive&lt;br /&gt;
 chainloader 	 +1&lt;br /&gt;
&lt;br /&gt;
 title           IBM Rescue and Recovery&lt;br /&gt;
 root            (hd0,1)&lt;br /&gt;
 parttype        (hd0,1) 0x0b&lt;br /&gt;
 unhide          (hd0,1)&lt;br /&gt;
 chainloader     +1&lt;br /&gt;
&lt;br /&gt;
I rebooted and verified that GRUB worked, and allowed me to boot into Debian, Windows, and the Recovery Parition. Everything worked so I then purged LILO with aptitude.&lt;br /&gt;
&lt;br /&gt;
Next up, I added contrib and non-free to my /etc/apt/sources.list and installed a bunch of stuff (xorg, fluxbox, firefox, etc). xorg went in without problem.&lt;br /&gt;
&lt;br /&gt;
====Wireless====&lt;br /&gt;
&lt;br /&gt;
Started by confirming the chipset - &lt;br /&gt;
*Install pciutils&lt;br /&gt;
Run: &lt;br /&gt;
&lt;br /&gt;
 lspci &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
 lspci -n | grep &amp;quot;0200&amp;quot;&lt;br /&gt;
&lt;br /&gt;
reveals that I have an Atheros AR5212 wireless card, or 168c:1014&lt;br /&gt;
Digging around on this site confirms this card is compatible with Madwifi, which is available through the non-free repositories&lt;br /&gt;
However, I found out (the hard way) that I couldn't get it installed without first installing gcc-4.0&lt;br /&gt;
So the full set up goes like this:&lt;br /&gt;
&lt;br /&gt;
#install gcc-4.0, madwifi-source, madwifi-tools, madwifi-doc&lt;br /&gt;
#run the following commands:&lt;br /&gt;
&lt;br /&gt;
 m-a prepare&lt;br /&gt;
 m-a a-i madwifi&lt;br /&gt;
 modprobe ath_pci&lt;br /&gt;
&lt;br /&gt;
Done!&lt;br /&gt;
&lt;br /&gt;
To actually get a wireless connection going I use two simple bash scripts:&lt;br /&gt;
First, for my home setup:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 iwconfig ath0 key &amp;lt;your_encryption_key_here&amp;gt;&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Second, for using unencrypted hotspots:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 ifconfig ath0 up&lt;br /&gt;
 iwconfig ath0 ap any&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Running these scripts as root gets me hooked up.   &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
So far these things work: screen, USB mouse, touchpad, trackpad, keyboard, wireless, USB drive, sound&lt;br /&gt;
&lt;br /&gt;
Still to confirm or configure: some function keys - the volume buttons worked without tinkering&lt;br /&gt;
&lt;br /&gt;
Still to add: links to the sources for this page&lt;/div&gt;</summary>
		<author><name>Tyler</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24756</id>
		<title>Installing Debian Etch on a ThinkPad R60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24756"/>
		<updated>2006-09-20T17:07:36Z</updated>

		<summary type="html">&lt;p&gt;Tyler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:R60]] [[Category:Debian]]Wednesday September 20, 2006&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' I'm new to Wiki-dom, so I'll be returning to tidy this up and add details as I sort them out&lt;br /&gt;
&lt;br /&gt;
==Specs:==&lt;br /&gt;
ThinkPad R60 945668U&amp;lt;br/&amp;gt; &lt;br /&gt;
Intel Core Solo 1660 Mhz&amp;lt;br/&amp;gt;&lt;br /&gt;
512 MB RAM&amp;lt;br/&amp;gt;&lt;br /&gt;
60 GB Harddrive&lt;br /&gt;
&lt;br /&gt;
==Pre-install:==&lt;br /&gt;
Did the required set up for the Windows XP partition, including burning recovery CDs (6 total)&lt;br /&gt;
Partitioned the harddrive using GParted&lt;br /&gt;
*WinXP reduced to ca 16 GB; 5 GB recovery partition untouched; 35 GB cleared for Debian install&lt;br /&gt;
&lt;br /&gt;
==Install:==&lt;br /&gt;
===Etch Net-Install===&lt;br /&gt;
Regular (non-expert) install, installed only laptop and standard software&lt;br /&gt;
*I use Fluxbox, so I don't need to wait around while KDE and Gnome download!&lt;br /&gt;
Only problem was GRUB would not install to the MBR&lt;br /&gt;
*Probably a problem with the CD I was using&lt;br /&gt;
*Resolved by installing LILO instead. LILO installed fine, but didn't recognise the two Windows partitions and just boots directly into Debian.&lt;br /&gt;
&lt;br /&gt;
===Configuration:===&lt;br /&gt;
====Boot Loader====&lt;br /&gt;
On first boot I ran aptitude and did a full upgrade&lt;br /&gt;
Replaced LILO (which didn't see either Windows partition) with GRUB with the following commands:&lt;br /&gt;
&lt;br /&gt;
 grub-install /dev/sda&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
Then I added the following entries to my /boot/grub/menu.lst:&lt;br /&gt;
&lt;br /&gt;
 title		 Windows XP&lt;br /&gt;
 root		 (hd0,0)&lt;br /&gt;
 makeactive&lt;br /&gt;
 chainloader 	 +1&lt;br /&gt;
&lt;br /&gt;
 title           IBM Rescue and Recovery&lt;br /&gt;
 root            (hd0,1)&lt;br /&gt;
 parttype        (hd0,1) 0x0b&lt;br /&gt;
 unhide          (hd0,1)&lt;br /&gt;
 chainloader     +1&lt;br /&gt;
&lt;br /&gt;
I rebooted and verified that GRUB worked, and allowed me to boot into Debian, Windows, and the Recovery Parition. Everything worked so I then purged LILO with aptitude.&lt;br /&gt;
&lt;br /&gt;
Next up, I added contrib and non-free to my /etc/apt/sources.list and installed a bunch of stuff (xorg, fluxbox, firefox, etc). xorg went in without problem.&lt;br /&gt;
&lt;br /&gt;
====Wireless====&lt;br /&gt;
&lt;br /&gt;
Started by confirming the chipset - &lt;br /&gt;
*Install pciutils&lt;br /&gt;
Run: &lt;br /&gt;
&lt;br /&gt;
 lspci &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
 lspci -n | grep &amp;quot;0200&amp;quot;&lt;br /&gt;
&lt;br /&gt;
reveals that I have an Atheros AR5212 wireless card, or 168c:1014&lt;br /&gt;
Digging around on this site confirms this card is compatible with Madwifi, which is available through the non-free repositories&lt;br /&gt;
However, I found out (the hard way) that I couldn't get it installed without first installing gcc-4.0&lt;br /&gt;
So the full set up goes like this:&lt;br /&gt;
&lt;br /&gt;
#install gcc-4.0, madwifi-source, madwifi-tools, madwifi-doc&lt;br /&gt;
#run the following commands:&lt;br /&gt;
&lt;br /&gt;
 m-a prepare&lt;br /&gt;
 m-a a-i madwifi&lt;br /&gt;
 modprobe ath_pci&lt;br /&gt;
&lt;br /&gt;
Done!&lt;br /&gt;
&lt;br /&gt;
To actually get a wireless connection going I use two simple bash scripts:&lt;br /&gt;
First, for my home setup:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 iwconfig ath0 key &amp;lt;your_encryption_key_here&amp;gt;&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Second, for using unencrypted hotspots:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 ifconfig ath0 up&lt;br /&gt;
 iwconfig ath0 ap any&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Running these scripts as root gets me hooked up.   &lt;br /&gt;
&lt;br /&gt;
So far these things work: screen, mouse and touchpad, keyboard, wireless&lt;br /&gt;
&lt;br /&gt;
Still to confirm or configure: USB drive, sound, function keys&lt;br /&gt;
&lt;br /&gt;
Still to add: links to the sources for this page&lt;/div&gt;</summary>
		<author><name>Tyler</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24754</id>
		<title>Installing Debian Etch on a ThinkPad R60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24754"/>
		<updated>2006-09-20T16:57:12Z</updated>

		<summary type="html">&lt;p&gt;Tyler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:R60]] [[Category:Debian]]Wednesday September 20, 2006&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' I'm new to Wiki-dom, so I'll be returning to tidy this up and add details as I sort them out&lt;br /&gt;
&lt;br /&gt;
==Specs:==&lt;br /&gt;
ThinkPad R60 945668U&amp;lt;br/&amp;gt; &lt;br /&gt;
Intel Core Solo 1660 Mhz&amp;lt;br/&amp;gt;&lt;br /&gt;
512 MB RAM&amp;lt;br/&amp;gt;&lt;br /&gt;
60 GB Harddrive&lt;br /&gt;
&lt;br /&gt;
==Pre-install:==&lt;br /&gt;
Did the required set up for the Windows XP partition, including burning recovery CDs (6 total)&lt;br /&gt;
Partitioned the harddrive using GParted&lt;br /&gt;
*WinXP reduced to ca 16 GB; 5 GB recovery partition untouched; 35 GB cleared for Debian install&lt;br /&gt;
&lt;br /&gt;
==Install:==&lt;br /&gt;
===Etch Net-Install===&lt;br /&gt;
Regular (non-expert) install, installed only laptop and standard software&lt;br /&gt;
*I use Fluxbox, so I don't need to wait around while KDE and Gnome download!&lt;br /&gt;
Only problem was GRUB would not install to the MBR&lt;br /&gt;
*Probably a problem with the CD I was using&lt;br /&gt;
*Resolved by installing LILO instead&lt;br /&gt;
&lt;br /&gt;
===Configuration:===&lt;br /&gt;
====Boot Loader====&lt;br /&gt;
On first boot I ran aptitude and did a full upgrade&lt;br /&gt;
Replaced LILO (which didn't see either Windows partition) with GRUB with the following commands:&lt;br /&gt;
&lt;br /&gt;
 grub-install /dev/sda&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
Then I added the following entries to my /boot/grub/menu.lst:&lt;br /&gt;
&lt;br /&gt;
 title		 Windows XP&lt;br /&gt;
 root		 (hd0,0)&lt;br /&gt;
 makeactive&lt;br /&gt;
 chainloader 	 +1&lt;br /&gt;
&lt;br /&gt;
 title           IBM Rescue and Recovery&lt;br /&gt;
 root            (hd0,1)&lt;br /&gt;
 parttype        (hd0,1) 0x0b&lt;br /&gt;
 unhide          (hd0,1)&lt;br /&gt;
 chainloader     +1&lt;br /&gt;
&lt;br /&gt;
I rebooted and verified that GRUB worked, and allowed me to boot into Debian, Windows, and the Recovery Parition. Everything worked so I then purged LILO with aptitude.&lt;br /&gt;
&lt;br /&gt;
Next up, I added contrib and non-free to my /etc/apt/sources.list and installed a bunch of stuff (xorg, fluxbox, firefox, etc). xorg went in without problem.&lt;br /&gt;
&lt;br /&gt;
====Wireless====&lt;br /&gt;
&lt;br /&gt;
Started by confirming the chipset - &lt;br /&gt;
*Install pciutils&lt;br /&gt;
Run: &lt;br /&gt;
&lt;br /&gt;
 lspci &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
 lspci -n | grep &amp;quot;0200&amp;quot;&lt;br /&gt;
&lt;br /&gt;
reveals that I have an Atheros AR5212 wireless card, or 168c:1014&lt;br /&gt;
Digging around on this site confirms this card is compatible with Madwifi, which is available through the non-free repositories&lt;br /&gt;
However, I found out (the hard way) that I couldn't get it installed without first installing gcc-4.0&lt;br /&gt;
So the full set up went like this:&lt;br /&gt;
&lt;br /&gt;
#install gcc-4.0, madwifi-source, madwifi-tools, madwifi-doc&lt;br /&gt;
#ran the following commands:&lt;br /&gt;
&lt;br /&gt;
 m-a prepare&lt;br /&gt;
 m-a a-i madwifi&lt;br /&gt;
 modprobe ath_pci&lt;br /&gt;
&lt;br /&gt;
Done!&lt;br /&gt;
&lt;br /&gt;
To actually get a wireless connection going I use two simple bash scripts:&lt;br /&gt;
First, for my home setup:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 iwconfig ath0 key &amp;lt;your_encryption_key_here&amp;gt;&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Second, for using unencrypted hotspots:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 ifconfig ath0 up&lt;br /&gt;
 iwconfig ath0 ap any&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Running these scripts as root gets me hooked up.   &lt;br /&gt;
&lt;br /&gt;
So far these things work: screen, mouse and touchpad, keyboard, wireless&lt;br /&gt;
&lt;br /&gt;
Still to confirm or configure: USB drive, sound, function keys&lt;/div&gt;</summary>
		<author><name>Tyler</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_R60&amp;diff=24752</id>
		<title>Installation instructions for the ThinkPad R60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installation_instructions_for_the_ThinkPad_R60&amp;diff=24752"/>
		<updated>2006-09-20T16:53:18Z</updated>

		<summary type="html">&lt;p&gt;Tyler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Specific installation notes for the ThinkPad {{R60}}.&lt;br /&gt;
&lt;br /&gt;
==General Notes==&lt;br /&gt;
&lt;br /&gt;
==Distro specific Instructions==&lt;br /&gt;
&amp;lt;!--use the next line as a scheme for your entry&lt;br /&gt;
*{{Install|&amp;lt;Distro&amp;gt;|&amp;lt;Version&amp;gt;|&amp;lt;Model&amp;gt;}}--&amp;gt;&lt;br /&gt;
* {{Install|Ubuntu| 6.06|R60}}&lt;br /&gt;
* {{Install|Debian| Etch|R60}}&lt;/div&gt;</summary>
		<author><name>Tyler</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24751</id>
		<title>Installing Debian Etch on a ThinkPad R60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24751"/>
		<updated>2006-09-20T16:50:48Z</updated>

		<summary type="html">&lt;p&gt;Tyler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:R60]] [[Category:Debian]]&lt;br /&gt;
Wednesday September 20, 2006&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' I'm new to Wiki-dom, so I'll be returning to tidy this up and add details as I sort them out&lt;br /&gt;
&lt;br /&gt;
==Specs:==&lt;br /&gt;
ThinkPad R60 945668U&amp;lt;br/&amp;gt; &lt;br /&gt;
Intel Core Solo 1660 Mhz&amp;lt;br/&amp;gt;&lt;br /&gt;
512 MB RAM&amp;lt;br/&amp;gt;&lt;br /&gt;
60 GB Harddrive&lt;br /&gt;
&lt;br /&gt;
==Pre-install:==&lt;br /&gt;
Did the required set up for the Windows XP partition, including burning recovery CDs (6 total)&lt;br /&gt;
Partitioned the harddrive using GParted&lt;br /&gt;
*WinXP reduced to ca 16 GB; 5 GB recovery partition untouched; 35 GB cleared for Debian install&lt;br /&gt;
&lt;br /&gt;
==Install:==&lt;br /&gt;
===Etch Net-Install===&lt;br /&gt;
Regular (non-expert) install, installed only laptop and standard software&lt;br /&gt;
*I use Fluxbox, so I don't need to wait around while KDE and Gnome download!&lt;br /&gt;
Only problem was GRUB would not install to the MBR&lt;br /&gt;
*Probably a problem with the CD I was using&lt;br /&gt;
*Resolved by installing LILO instead&lt;br /&gt;
&lt;br /&gt;
===Configuration:===&lt;br /&gt;
====Boot Loader====&lt;br /&gt;
On first boot I ran aptitude and did a full upgrade&lt;br /&gt;
Replaced LILO (which didn't see either Windows partition) with GRUB with the following commands:&lt;br /&gt;
&lt;br /&gt;
 grub-install /dev/sda&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
Then I added the following entries to my /boot/grub/menu.lst:&lt;br /&gt;
&lt;br /&gt;
 title		 Windows XP&lt;br /&gt;
 root		 (hd0,0)&lt;br /&gt;
 makeactive&lt;br /&gt;
 chainloader 	 +1&lt;br /&gt;
&lt;br /&gt;
 title           IBM Rescue and Recovery&lt;br /&gt;
 root            (hd0,1)&lt;br /&gt;
 parttype        (hd0,1) 0x0b&lt;br /&gt;
 unhide          (hd0,1)&lt;br /&gt;
 chainloader     +1&lt;br /&gt;
&lt;br /&gt;
I rebooted and verified that GRUB worked, and allowed me to boot into Debian, Windows, and the Recovery Parition. Everything worked so I then purged LILO with aptitude.&lt;br /&gt;
&lt;br /&gt;
Next up, I added contrib and non-free to my /etc/apt/sources.list and installed a bunch of stuff (xorg, fluxbox, firefox, etc). xorg went in without problem.&lt;br /&gt;
&lt;br /&gt;
====Wireless====&lt;br /&gt;
&lt;br /&gt;
Started by confirming the chipset - &lt;br /&gt;
*Install pciutils&lt;br /&gt;
Run: &lt;br /&gt;
&lt;br /&gt;
 lspci &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
 lspci -n | grep &amp;quot;0200&amp;quot;&lt;br /&gt;
&lt;br /&gt;
reveals that I have an Atheros AR5212 wireless card, or 168c:1014&lt;br /&gt;
Digging around on this site confirms this card is compatible with Madwifi, which is available through the non-free repositories&lt;br /&gt;
However, I found out (the hard way) that I couldn't get it installed without first installing gcc-4.0&lt;br /&gt;
So the full set up went like this:&lt;br /&gt;
&lt;br /&gt;
#instal gcc-4.0, madwifi-source, madwifi-tools, madwifi-doc&lt;br /&gt;
#ran the following commands:&lt;br /&gt;
&lt;br /&gt;
 m-a prepare&lt;br /&gt;
 m-a a-i madwifi&lt;br /&gt;
 modprobe ath_pci&lt;br /&gt;
&lt;br /&gt;
Done!&lt;br /&gt;
&lt;br /&gt;
To actually get a wireless connection going I use two simple bash scripts:&lt;br /&gt;
First, for my home setup:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 iwconfig ath0 key &amp;lt;your_encryption_key_here&amp;gt;&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Second, for using unencrypted hotspots:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 ifconfig ath0 up&lt;br /&gt;
 iwconfig ath0 ap any&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Running these scripts as root gets me hooked up.   &lt;br /&gt;
&lt;br /&gt;
So far these things work: screen, mouse and touchpad, keyboard, wireless&lt;br /&gt;
&lt;br /&gt;
Still to confirm or configure: USB drive, sound, function keys&lt;/div&gt;</summary>
		<author><name>Tyler</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24750</id>
		<title>Installing Debian Etch on a ThinkPad R60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24750"/>
		<updated>2006-09-20T16:49:58Z</updated>

		<summary type="html">&lt;p&gt;Tyler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:R60]] [[Category:Debian]]&lt;br /&gt;
&lt;br /&gt;
Wednesday September 20, 2006&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' I'm new to Wiki-dom, so I'll be returning to tidy this up and add details as I sort them out&lt;br /&gt;
&lt;br /&gt;
==Specs:==&lt;br /&gt;
ThinkPad R60 945668U&amp;lt;br/&amp;gt; &lt;br /&gt;
Intel Core Solo 1660 Mhz&amp;lt;br/&amp;gt;&lt;br /&gt;
512 MB RAM&amp;lt;br/&amp;gt;&lt;br /&gt;
60 GB Harddrive&lt;br /&gt;
&lt;br /&gt;
==Pre-install:==&lt;br /&gt;
Did the required set up for the Windows XP partition, including burning recovery CDs (6 total)&lt;br /&gt;
Partitioned the harddrive using GParted&lt;br /&gt;
*WinXP reduced to ca 16 GB; 5 GB recovery partition untouched; 35 GB cleared for Debian install&lt;br /&gt;
&lt;br /&gt;
==Install:==&lt;br /&gt;
===Etch Net-Install===&lt;br /&gt;
Regular (non-expert) install, installed only laptop and standard software&lt;br /&gt;
*I use Fluxbox, so I don't need to wait around while KDE and Gnome download!&lt;br /&gt;
Only problem was GRUB would not install to the MBR&lt;br /&gt;
*Probably a problem with the CD I was using&lt;br /&gt;
*Resolved by installing LILO instead&lt;br /&gt;
&lt;br /&gt;
===Configuration:===&lt;br /&gt;
====Boot Loader====&lt;br /&gt;
On first boot I ran aptitude and did a full upgrade&lt;br /&gt;
Replaced LILO (which didn't see either Windows partition) with GRUB with the following commands:&lt;br /&gt;
&lt;br /&gt;
 grub-install /dev/sda&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
Then I added the following entries to my /boot/grub/menu.lst:&lt;br /&gt;
&lt;br /&gt;
 title		 Windows XP&lt;br /&gt;
 root		 (hd0,0)&lt;br /&gt;
 makeactive&lt;br /&gt;
 chainloader 	 +1&lt;br /&gt;
&lt;br /&gt;
 title           IBM Rescue and Recovery&lt;br /&gt;
 root            (hd0,1)&lt;br /&gt;
 parttype        (hd0,1) 0x0b&lt;br /&gt;
 unhide          (hd0,1)&lt;br /&gt;
 chainloader     +1&lt;br /&gt;
&lt;br /&gt;
I rebooted and verified that GRUB worked, and allowed me to boot into Debian, Windows, and the Recovery Parition. Everything worked so I then purged LILO with aptitude.&lt;br /&gt;
&lt;br /&gt;
Next up, I added contrib and non-free to my /etc/apt/sources.list and installed a bunch of stuff (xorg, fluxbox, firefox, etc). xorg went in without problem.&lt;br /&gt;
&lt;br /&gt;
====Wireless====&lt;br /&gt;
&lt;br /&gt;
Started by confirming the chipset - &lt;br /&gt;
*Install pciutils&lt;br /&gt;
Run: &lt;br /&gt;
&lt;br /&gt;
 lspci &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
 lspci -n | grep &amp;quot;0200&amp;quot;&lt;br /&gt;
&lt;br /&gt;
reveals that I have an Atheros AR5212 wireless card, or 168c:1014&lt;br /&gt;
Digging around on this site confirms this card is compatible with Madwifi, which is available through the non-free repositories&lt;br /&gt;
However, I found out (the hard way) that I couldn't get it installed without first installing gcc-4.0&lt;br /&gt;
So the full set up went like this:&lt;br /&gt;
&lt;br /&gt;
#instal gcc-4.0, madwifi-source, madwifi-tools, madwifi-doc&lt;br /&gt;
#ran the following commands:&lt;br /&gt;
&lt;br /&gt;
 m-a prepare&lt;br /&gt;
 m-a a-i madwifi&lt;br /&gt;
 modprobe ath_pci&lt;br /&gt;
&lt;br /&gt;
Done!&lt;br /&gt;
&lt;br /&gt;
To actually get a wireless connection going I use two simple bash scripts:&lt;br /&gt;
First, for my home setup:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 iwconfig ath0 key &amp;lt;your_encryption_key_here&amp;gt;&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Second, for using unencrypted hotspots:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 ifconfig ath0 up&lt;br /&gt;
 iwconfig ath0 ap any&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Running these scripts as root gets me hooked up.   &lt;br /&gt;
&lt;br /&gt;
So far these things work: screen, mouse and touchpad, keyboard, wireless&lt;br /&gt;
&lt;br /&gt;
Still to confirm or configure: USB drive, sound, function keys&lt;/div&gt;</summary>
		<author><name>Tyler</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24749</id>
		<title>Installing Debian Etch on a ThinkPad R60</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Installing_Debian_Etch_on_a_ThinkPad_R60&amp;diff=24749"/>
		<updated>2006-09-20T16:46:08Z</updated>

		<summary type="html">&lt;p&gt;Tyler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wednesday September 20, 2006&lt;br /&gt;
&lt;br /&gt;
'''NOTE''' I'm new to Wiki-dom, so I'll be returning to tidy this up and add details as I sort them out&lt;br /&gt;
&lt;br /&gt;
==Specs:==&lt;br /&gt;
ThinkPad R60 945668U&amp;lt;br/&amp;gt; &lt;br /&gt;
Intel Core Solo 1660 Mhz&amp;lt;br/&amp;gt;&lt;br /&gt;
512 MB RAM&amp;lt;br/&amp;gt;&lt;br /&gt;
60 GB Harddrive&lt;br /&gt;
&lt;br /&gt;
==Pre-install:==&lt;br /&gt;
Did the required set up for the Windows XP partition, including burning recovery CDs (6 total)&lt;br /&gt;
Partitioned the harddrive using GParted&lt;br /&gt;
*WinXP reduced to ca 16 GB; 5 GB recovery partition untouched; 35 GB cleared for Debian install&lt;br /&gt;
&lt;br /&gt;
==Install:==&lt;br /&gt;
===Etch Net-Install===&lt;br /&gt;
Regular (non-expert) install, installed only laptop and standard software&lt;br /&gt;
*I use Fluxbox, so I don't need to wait around while KDE and Gnome download!&lt;br /&gt;
Only problem was GRUB would not install to the MBR&lt;br /&gt;
*Probably a problem with the CD I was using&lt;br /&gt;
*Resolved by installing LILO instead&lt;br /&gt;
&lt;br /&gt;
===Configuration:===&lt;br /&gt;
====Boot Loader====&lt;br /&gt;
On first boot I ran aptitude and did a full upgrade&lt;br /&gt;
Replaced LILO (which didn't see either Windows partition) with GRUB with the following commands:&lt;br /&gt;
&lt;br /&gt;
 grub-install /dev/sda&lt;br /&gt;
 update-grub&lt;br /&gt;
&lt;br /&gt;
Then I added the following entries to my /boot/grub/menu.lst:&lt;br /&gt;
&lt;br /&gt;
 title		 Windows XP&lt;br /&gt;
 root		 (hd0,0)&lt;br /&gt;
 makeactive&lt;br /&gt;
 chainloader 	 +1&lt;br /&gt;
&lt;br /&gt;
 title           IBM Rescue and Recovery&lt;br /&gt;
 root            (hd0,1)&lt;br /&gt;
 parttype        (hd0,1) 0x0b&lt;br /&gt;
 unhide          (hd0,1)&lt;br /&gt;
 chainloader     +1&lt;br /&gt;
&lt;br /&gt;
I rebooted and verified that GRUB worked, and allowed me to boot into Debian, Windows, and the Recovery Parition. Everything worked so I then purged LILO with aptitude.&lt;br /&gt;
&lt;br /&gt;
Next up, I added contrib and non-free to my /etc/apt/sources.list and installed a bunch of stuff (xorg, fluxbox, firefox, etc). xorg went in without problem.&lt;br /&gt;
&lt;br /&gt;
====Wireless====&lt;br /&gt;
&lt;br /&gt;
Started by confirming the chipset - &lt;br /&gt;
*Install pciutils&lt;br /&gt;
Run: &lt;br /&gt;
&lt;br /&gt;
 lspci &lt;br /&gt;
&lt;br /&gt;
and &lt;br /&gt;
&lt;br /&gt;
 lspci -n | grep &amp;quot;0200&amp;quot;&lt;br /&gt;
&lt;br /&gt;
reveals that I have an Atheros AR5212 wireless card, or 168c:1014&lt;br /&gt;
Digging around on this site confirms this card is compatible with Madwifi, which is available through the non-free repositories&lt;br /&gt;
However, I found out (the hard way) that I couldn't get it installed without first installing gcc-4.0&lt;br /&gt;
So the full set up went like this:&lt;br /&gt;
&lt;br /&gt;
#instal gcc-4.0, madwifi-source, madwifi-tools, madwifi-doc&lt;br /&gt;
#ran the following commands:&lt;br /&gt;
&lt;br /&gt;
 m-a prepare&lt;br /&gt;
 m-a a-i madwifi&lt;br /&gt;
 modprobe ath_pci&lt;br /&gt;
&lt;br /&gt;
Done!&lt;br /&gt;
&lt;br /&gt;
To actually get a wireless connection going I use two simple bash scripts:&lt;br /&gt;
First, for my home setup:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 iwconfig ath0 key &amp;lt;your_encryption_key_here&amp;gt;&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Second, for using unencrypted hotspots:&lt;br /&gt;
&lt;br /&gt;
 #! /bin/bash&lt;br /&gt;
 ifconfig ath0 up&lt;br /&gt;
 iwconfig ath0 ap any&lt;br /&gt;
 dhclient ath0&lt;br /&gt;
&lt;br /&gt;
Running these scripts as root gets me hooked up.   &lt;br /&gt;
&lt;br /&gt;
So far these things work: screen, mouse and touchpad, keyboard, wireless&lt;br /&gt;
&lt;br /&gt;
Still to confirm or configure: USB drive, sound, function keys&lt;/div&gt;</summary>
		<author><name>Tyler</name></author>
		
	</entry>
</feed>