<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=200.182.9.44</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=200.182.9.44"/>
		<link rel="alternate" type="text/html" href="https://knoppix.net/wiki/Special:Contributions/200.182.9.44"/>
		<updated>2026-09-16T07:05:57Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://knoppix.net/wiki/Wireless_Networking</id>
		<title>Wireless Networking</title>
		<link rel="alternate" type="text/html" href="https://knoppix.net/wiki/Wireless_Networking"/>
				<updated>2008-09-12T13:45:59Z</updated>
		
		<summary type="html">&lt;p&gt;200.182.9.44: /* Orinoco Gold */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Very funny pictures&lt;br /&gt;
&lt;br /&gt;
Northern Virginia Voters Chime In  washingtonpost.com/wp-dyn/content/video/2008/09/11/VI2008091102914.html&lt;br /&gt;
&lt;br /&gt;
Cindy McCain's battle against prescription drug addiction has been part of her public speaking points for years, but a deeper investigation reveals the far-reaching consequences of her actions  washingtonpost.com/wp-dyn/content/article/2008/09/11/AR2008091103928.html&lt;br /&gt;
&lt;br /&gt;
Candidates Promise National-Service Initiatives  washingtonpost.com/wp-dyn/content/article/2008/09/11/AR2008091103788.html&lt;br /&gt;
&lt;br /&gt;
==== Linksys ====&lt;br /&gt;
&lt;br /&gt;
===== Linksys WPC55AG =====&lt;br /&gt;
&lt;br /&gt;
Here is a link to a forum discussion about this card:&lt;br /&gt;
http://www.knoppix.net/forum/viewtopic.php?t=12351&lt;br /&gt;
&lt;br /&gt;
==== Netgear ====&lt;br /&gt;
&lt;br /&gt;
===== Netgear WG111 =====&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Configuring the WG111 to use WPA-PSK on a wireless network&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This card works very well in Knoppix 3.9 using ndiswrapper, but is as of yet untested in other versions of Knoppix (to my knowledge).&lt;br /&gt;
&lt;br /&gt;
*'''Commands:&lt;br /&gt;
Assuming that the drivers are on the cd in /dev/cdrom, then&lt;br /&gt;
 mount /dev/cdrom/ /mnt/cdrom/&lt;br /&gt;
&lt;br /&gt;
Find '''ndiswrapper configuration''' under Knoppix-&amp;gt;Network/Internet and select '''netwg111.inf''' from '''/mnt/cdrom'''.  After that finishes, create the configuration file that you will need shortly using the following command:&lt;br /&gt;
 wpa_passphrase MySSIDHere MyPassphraseHere &amp;gt; /home/knoppix/wpa_supplicant.conf &lt;br /&gt;
Now, use your favorite text editor (if you don't have one, try Kate under the menu item '''Editors''') and edit the&lt;br /&gt;
'''/home/knoppix/wpa_supplicant.conf''' you just created (see sample below).&lt;br /&gt;
&lt;br /&gt;
With that completed, run the following command. '''Warning:''' As it is, the command will monopolize your current command window with potentially useful debugging output, including your encryption key; add '''-B''' if you would rather run it in the background (useful when you know it works already), remove '''-K''' to hide your key.&lt;br /&gt;
 sudo wpa_supplicant -ddKt -i wlan0 -c /home/knoppix/wpa_supplicant.conf -Dndiswrapper&lt;br /&gt;
&lt;br /&gt;
The following grabs an IP address if you use DHCP from your router.&lt;br /&gt;
 sudo pump -i wlan0&lt;br /&gt;
&lt;br /&gt;
And finally, tell Knoppix where to go to find the internet.&lt;br /&gt;
 sudo route add default gw ''&amp;lt;Gateway/Router IP address here&amp;gt;'' &lt;br /&gt;
&lt;br /&gt;
*'''wpa_supplicant.conf&lt;br /&gt;
Note: the bold lines were added in the editing steps for my Linksys WRT54G Router to accept the card.  See the Useful Links at the end for a full explanation of all options that can be put in here.&lt;br /&gt;
 '''ctrl_interface=/home/knoppix/wpa_supplicant&lt;br /&gt;
 '''eapol_version=1&lt;br /&gt;
 '''ap_scan=1&lt;br /&gt;
 network={&lt;br /&gt;
 ssid=&amp;quot;MySSIDHere&amp;quot;&lt;br /&gt;
 '''scan_ssid=1&lt;br /&gt;
 #psk=&amp;quot;MyPassphraseHere&amp;quot;&lt;br /&gt;
 psk=''hex representation of the passphrase&lt;br /&gt;
 '''proto=WPA&lt;br /&gt;
 '''key_mgmt=WPA-PSK&lt;br /&gt;
 '''pairwise=TKIP&lt;br /&gt;
 '''group=TKIP&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
*'''Useful Links:&lt;br /&gt;
&lt;br /&gt;
[http://www.knoppix.net/forum/viewtopic.php?t=12351 Wireless card success story (where I located the ''pump'' command)]&lt;br /&gt;
&lt;br /&gt;
[http://hostap.epitest.fi/cgi-bin/viewcvs.cgi/*checkout*/hostap/wpa_supplicant/wpa_supplicant.conf?rev=HEAD&amp;amp;content-type=text/plain Example wpa_supplicant.conf with full explanations and various configurations]&lt;br /&gt;
&lt;br /&gt;
-bobeltomate&lt;br /&gt;
&lt;br /&gt;
tiscali broadband and networking home business uk only&lt;br /&gt;
unlimited 8mb from £6.49 per month. Earn money from promoting tiscali. &lt;br /&gt;
&lt;br /&gt;
http://www.tiscali-network.com/fastbroadband&lt;br /&gt;
&lt;br /&gt;
uk sites only please to test your service out....to see if i get any referrals directly from your postings&lt;br /&gt;
&lt;br /&gt;
thank you.&lt;/div&gt;</summary>
		<author><name>200.182.9.44</name></author>	</entry>

	</feed>