<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ejs &#187; WG511</title>
	<atom:link href="http://ejs.seniejitrakai.net/tag/wg511/feed/" rel="self" type="application/rss+xml" />
	<link>http://ejs.seniejitrakai.net</link>
	<description>a snaphot of time</description>
	<lastBuildDate>Mon, 09 Jan 2012 22:10:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Netgear WG511 Wi-Fi card in Debian</title>
		<link>http://ejs.seniejitrakai.net/2007/02/07/netgear-wg511-wi-fi-card-in-debian/</link>
		<comments>http://ejs.seniejitrakai.net/2007/02/07/netgear-wg511-wi-fi-card-in-debian/#comments</comments>
		<pubDate>Tue, 06 Feb 2007 21:53:29 +0000</pubDate>
		<dc:creator>ejs</dc:creator>
				<category><![CDATA[*NIX]]></category>
		<category><![CDATA[My job]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Netgear]]></category>
		<category><![CDATA[WG511]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://ejs.seniejitrakai.net/?p=44</guid>
		<description><![CDATA[Long time ago i&#8217;ve bought Netgear WG511 PCMCIA WiFi card. It&#8217;s version 2, and is supported by prism54 module. the basic info is in jkx page, but at least 3 years have passed In order to run in Linux, you need: PCMCIA bus modules &#8211; pcmcia, pcmci_core and yenta_socket in my case; prism54 module to [...]]]></description>
			<content:encoded><![CDATA[<p>Long time ago i&#8217;ve bought Netgear WG511 PCMCIA WiFi card. It&#8217;s version 2, and is supported by prism54 module. the basic info is in <a href="http://www.larsen-b.com/Article/73.html">jkx page</a>, but at least 3 years have passed <img src='http://ejs.seniejitrakai.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>In order to run in Linux, you need:<br /><span id="more-44"></span></p>
<ol>
<li>PCMCIA bus modules &#8211; pcmcia, pcmci_core and yenta_socket in my case;</li>
<li> prism54 module to talk to the card;</li>
<li> firmware_class module to load the firmware</li>
<li>actual firmware</li>
<li>wireles-tools package to manage link</li>
</ol>
<p>The WG511 uses isl3890 module, which was available <a href="http://prism54.org/firmware/isl3890">here</a>, but due to copyright restrictions, it&#8217;s not there any more. The backup is <a href="http://prism54.org/firmware/">prism54.org firmware page</a> or <a href="1.0.4.3.arm">my local backup</a>. Netgear WG511 uses 1.0.4.3.arm firmware. Just be sure to place it into &#8216;/usr/lib/hotplug/firmware&#8217; in Debian and symlink or rename it to &#8216;isl3890&#8242;.</p>
<p>What you need more, is to edit &#8216;/etc/network/interfaces&#8217; file and add some lines about the WiFi card:</p>
<p>My WiFi card is eth2, as eth0 goes for embedded wired network and eth1 is for IEEE1384/FireWire link:<br />
&#8230;<br />
allow-hotplug eth2<br />
iface eth2 inet dhcp<br />
      wireless-essid your_APs_ssid_here<br />
      wireless-mode managed<br />
      wireless-key1 ActualKeyMustBeEnteredHere<br />
      wireless-defaultkey 1</p>
<p>Voila. Plug-in the card, and run /sbin/iwconfig.</p>
<blockquote><p>$ /sbin/iwconfig<br />
lo        no wireless extensions.</p>
<p>eth0      no wireless extensions.</p>
<p>eth1      no wireless extensions.</p>
<p>sit0      no wireless extensions.</p>
<p>eth2      IEEE 802.11b/g  ESSID:&#8221;your_APs_ssid_here&#8221;<br />
          Mode:Managed  Frequency:2.467 GHz  Access Point: 00:00:00:00:00:00<br />
          Bit Rate:54 Mb/s   Tx-Power=31 dBm   Sensitivity=20/200<br />
          Retry min limit:8   RTS thr:2347 B   Fragment thr:2346 B<br />
          Link Quality:19/0  Signal level:-50 dBm  Noise level:-40 dBm<br />
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0<br />
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
</p>
</blockquote>
<p>The problem is when you plug-in the WiFi card and your wired network stays connected. In this case you must configure routing.<br />
Or you can disable wired link with &#8216;sudo ifdown eth0&#8242;.</p>
]]></content:encoded>
			<wfw:commentRss>http://ejs.seniejitrakai.net/2007/02/07/netgear-wg511-wi-fi-card-in-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

