
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.sabayonlinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_wireless_with_ipw2200&amp;feed=atom&amp;action=history</id>
		<title>HOWTO: Enable wireless with ipw2200 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_wireless_with_ipw2200&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_wireless_with_ipw2200&amp;action=history"/>
		<updated>2013-05-21T23:54:40Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.4</generator>

	<entry>
		<id>http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_wireless_with_ipw2200&amp;diff=5994&amp;oldid=prev</id>
		<title>Zambayoni at 22:00, 19 February 2009</title>
		<link rel="alternate" type="text/html" href="http://wiki.sabayonlinux.org/index.php?title=HOWTO:_Enable_wireless_with_ipw2200&amp;diff=5994&amp;oldid=prev"/>
				<updated>2009-02-19T22:00:03Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The [http://ipw2200.sourceforge.net/ ipw2200] is supported under [[Sabayon]] however it requires a bit extra to get it working. Before the wireless adapter will function you need to issue the following command:&lt;br /&gt;
&lt;br /&gt;
 # iwconfig ethX txpower on&lt;br /&gt;
&lt;br /&gt;
where X is the number of your device. Once this command is issued you should see &amp;quot;radio on&amp;quot; in the details for your wireless adapter if you issue an '''iwconfig''' command. By default Sabayon does not turn on the device. Its is unknown if there are plans to fix this in future versions.&lt;br /&gt;
&lt;br /&gt;
if you want to have it done whenever you start Sabayon Linux, you can create a small script that will do it for you:&lt;br /&gt;
create a file with you favorite text editor where you'll put those lines es. &lt;br /&gt;
&lt;br /&gt;
 # nano -w radioon&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 iwconfig eth'''X''' txpower on &lt;br /&gt;
where '''X''' is the number of the device.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once done copy that file in /usr/bin/&lt;br /&gt;
 # cp radioon /usr/bin/radioon&lt;br /&gt;
and as root do:&lt;br /&gt;
 # chmod 755 radioon&lt;br /&gt;
and then add it to the boot with rc-update add radioon&lt;br /&gt;
&lt;br /&gt;
[[Category:Wireless|Enable wireless with ipw2200]]&lt;/div&gt;</summary>
		<author><name>Zambayoni</name></author>	</entry>

	</feed>