<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Mon May 20, 2013 3:57 am by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Mon May 20, 2013 3:57 am</pubDate>
  <lastBuildDate>Mon May 20, 2013 3:57 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: RE: Netgear wg111 usb</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=14488#14488</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=905'&gt;acraigon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Dec 24, 2005 11:42 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;ladi wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Hi acraigon,&lt;br /&gt;
&lt;br /&gt;
The steps you have taken look ok, but I suspect that your card does not even have an IP address just yet, unless you assigned a static IP address, which is probably unlikely. &lt;br /&gt;
&lt;br /&gt;
You will need to ensure that there is a DHCP server running on your LAN, preferably on your router/access point. Of course, the DHCP client needs to be running on your machine to start with! You can check to see the status of your wireless card by running &lt;span style=&quot;font-style: italic&quot;&gt;ifconfig -a &lt;/span&gt; (as root).&lt;br /&gt;
&lt;br /&gt;
I have also found that ndiswrapper 1.5 does not seem to work if you do not broadcast your ESSID. I suspect that will be the same with v1.6 as well. I'm hoping it will be fixed in v1.7, so I can change my ESSID and then switch  off broadcasting. There was a  document I saw that says how to get around this, but let us verify what the problem is first.&lt;br /&gt;
&lt;br /&gt;
I found &lt;a href=&quot;http://ndiswrapper.sourceforge.net/mediawiki/index.php/WPA&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this document&lt;/a&gt; useful, and it formed the basis of the script below which I use to start my wireless card. Once it's working properly, you can plug it into rc.inet1, so that it starts automatically at boot-up. You may need a similar script to take the interface down neatly at shutdown. Please feel free to check whether it works for you. However, I use wpa_supplicant rather than xsupplicant, which I am not very familiar with. I expect, however, that they serve similar purposes. Consider using wpa_supplicant if you are using WPA.  &lt;br /&gt;
&lt;br /&gt;
If you do stick with xsupplicant, remember to comment out the wpa line  in my script and replace it with the xsupplicant equivalent. That line tells wpa_supplicant to use ndiswrapper to connect to the AP using the security settings in the wpa_supplicant.conf file.&lt;br /&gt;
&lt;br /&gt;
Let us know how it goes.&lt;br /&gt;
&lt;br /&gt;
========== script follows ==============&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: darkred&quot;&gt;&lt;span style=&quot;font-size: 10px; line-height: normal&quot;&gt;#!/bin/bash&lt;br /&gt;
#load ndiwapper interface&lt;br /&gt;
modprobe ndiswrapper&lt;br /&gt;
ndiswrapper -l&lt;br /&gt;
# activate wireless interface&lt;br /&gt;
ifconfig wlan0 up&lt;br /&gt;
# connect to access point with WPA encryption&lt;br /&gt;
wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf -B&lt;br /&gt;
# start dhcp to bring up network and procure IP address&lt;br /&gt;
dhcpcd wlan0&lt;br /&gt;
ifconfig &lt;br /&gt;
echo &quot;wireless configuration completed&quot;&lt;br /&gt;
#End of script&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
========== script ends ==============&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
I have wireless working on Zenwalk now. Thanks for your script very useful.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=14488#14488</comments>
                                        <author>acraigon</author>
                                        <pubDate>Sat Dec 24, 2005 11:42 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=14488#14488</guid>
                                      </item>
                                      <item>
                                        <title>RE: Netgear wg111 usb</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13944#13944</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=4902'&gt;weekender&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Dec 12, 2005 11:06 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi,&lt;br /&gt;
To answer a previous query - make sure the wifi router is away/above any of those old chunky things called CRT monitors. I have one of those (being poor) and it can seriously affect the signal. Also keep the router away from any DEC phone base stations (&amp;gt;1m) and adjust the aerial - mine is at at 45'.&lt;br /&gt;
&lt;br /&gt;
One last thought - make sure the router is running the latest stable firmware - this made a ral difference with my netgear dg834g now on v3.01.25.&lt;br /&gt;
&lt;br /&gt;
Cheers</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13944#13944</comments>
                                        <author>weekender</author>
                                        <pubDate>Mon Dec 12, 2005 11:06 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13944#13944</guid>
                                      </item>
                                      <item>
                                        <title>Re: RE: Netgear wg111 usb</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13937#13937</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=905'&gt;acraigon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Dec 12, 2005 8:24 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      [quote=&quot;ladi&quot;]&lt;br /&gt;
&lt;br /&gt;
Let us know how it goes.&lt;br /&gt;
&lt;br /&gt;
Well I have wireless working on Mandrake,Suse and Redhat but still having problems with Zenwalk. I will let you know when I get it working on zenwalk as this is my operating system of choice!</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13937#13937</comments>
                                        <author>acraigon</author>
                                        <pubDate>Mon Dec 12, 2005 8:24 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13937#13937</guid>
                                      </item>
                                      <item>
                                        <title>RE: Netgear wg111 usb</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13905#13905</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1197'&gt;ladi&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Dec 11, 2005 7:58 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi acraigon,&lt;br /&gt;
&lt;br /&gt;
The steps you have taken look ok, but I suspect that your card does not even have an IP address just yet, unless you assigned a static IP address, which is probably unlikely. &lt;br /&gt;
&lt;br /&gt;
You will need to ensure that there is a DHCP server running on your LAN, preferably on your router/access point. Of course, the DHCP client needs to be running on your machine to start with! You can check to see the status of your wireless card by running &lt;span style=&quot;font-style: italic&quot;&gt;ifconfig -a &lt;/span&gt; (as root).&lt;br /&gt;
&lt;br /&gt;
I have also found that ndiswrapper 1.5 does not seem to work if you do not broadcast your ESSID. I suspect that will be the same with v1.6 as well. I'm hoping it will be fixed in v1.7, so I can change my ESSID and then switch  off broadcasting. There was a  document I saw that says how to get around this, but let us verify what the problem is first.&lt;br /&gt;
&lt;br /&gt;
I found &lt;a href=&quot;http://ndiswrapper.sourceforge.net/mediawiki/index.php/WPA&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;this document&lt;/a&gt; useful, and it formed the basis of the script below which I use to start my wireless card. Once it's working properly, you can plug it into rc.inet1, so that it starts automatically at boot-up. You may need a similar script to take the interface down neatly at shutdown. Please feel free to check whether it works for you. However, I use wpa_supplicant rather than xsupplicant, which I am not very familiar with. I expect, however, that they serve similar purposes. Consider using wpa_supplicant if you are using WPA.  &lt;br /&gt;
&lt;br /&gt;
If you do stick with xsupplicant, remember to comment out the wpa line  in my script and replace it with the xsupplicant equivalent. That line tells wpa_supplicant to use ndiswrapper to connect to the AP using the security settings in the wpa_supplicant.conf file.&lt;br /&gt;
&lt;br /&gt;
Let us know how it goes.&lt;br /&gt;
&lt;br /&gt;
========== script follows ==============&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: darkred&quot;&gt;&lt;span style=&quot;font-size: 10px; line-height: normal&quot;&gt;#!/bin/bash&lt;br /&gt;
#load ndiwapper interface&lt;br /&gt;
modprobe ndiswrapper&lt;br /&gt;
ndiswrapper -l&lt;br /&gt;
# activate wireless interface&lt;br /&gt;
ifconfig wlan0 up&lt;br /&gt;
# connect to access point with WPA encryption&lt;br /&gt;
wpa_supplicant -Dndiswrapper -iwlan0 -c/etc/wpa_supplicant.conf -B&lt;br /&gt;
# start dhcp to bring up network and procure IP address&lt;br /&gt;
dhcpcd wlan0&lt;br /&gt;
ifconfig &lt;br /&gt;
echo &quot;wireless configuration completed&quot;&lt;br /&gt;
#End of script&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
========== script ends ==============</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13905#13905</comments>
                                        <author>ladi</author>
                                        <pubDate>Sun Dec 11, 2005 7:58 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13905#13905</guid>
                                      </item>
                                      <item>
                                        <title>RE: Netgear wg111 usb</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13904#13904</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=2319'&gt;RD&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Dec 11, 2005 6:51 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi&lt;br /&gt;
&lt;br /&gt;
turns out after i took the router back to where i bought it from that it was broke &lt;img src=&quot;images/smiles/icon_sad.gif&quot; alt=&quot;Sad&quot; border=&quot;0&quot; /&gt; luckly for me they gave me a brand new fully working one and now i get a full signal all the time &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13904#13904</comments>
                                        <author>RD</author>
                                        <pubDate>Sun Dec 11, 2005 6:51 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13904#13904</guid>
                                      </item>
                                      <item>
                                        <title>Re: RE: Netgear wg111 usb</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13899#13899</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=905'&gt;acraigon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Dec 11, 2005 3:14 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Let me know the versions you have and I will be quite happy to step you through how I fixed mine. Also, if you'll tell us what you tried, and what problems/errors you encountered, that would help &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
[/quote]&lt;br /&gt;
&lt;br /&gt;
I am using version 2.0.1 of Zenwalk and version 1.6 of ndiswrapper. I said that it sees my card using iwconfig but I am unable to connect to the router. I can change various settings with iwconfig and the iwconfig command shows wlan0 with settings which look fine. I have tried connecting to the router using &lt;a href=&quot;http://192.168.0.1&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://192.168.0.1&lt;/a&gt; but cannot connect. I tried downloading xsupplicant but that did not appear to work.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13899#13899</comments>
                                        <author>acraigon</author>
                                        <pubDate>Sun Dec 11, 2005 3:14 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13899#13899</guid>
                                      </item>
                                      <item>
                                        <title>Netgear wg111</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13889#13889</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=905'&gt;acraigon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Dec 11, 2005 9:52 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I have managed to get Zenwalk to recognize my card using NDISWrapper.&lt;br /&gt;
1 - Compile kernel with wireless&lt;br /&gt;
2 - Install NDISWrapper&lt;br /&gt;
3 - Install drivers into the NDISWrapper directory&lt;br /&gt;
4 - Load the driver ndiswrapper -i net111v2&lt;br /&gt;
5 - List to make sure driver is there ndiswrapper -l&lt;br /&gt;
6 - modprobe ndiswrapper into kernel&lt;br /&gt;
7 - lsmod to check whether everything is ok&lt;br /&gt;
8 - setup using iwconfig</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13889#13889</comments>
                                        <author>acraigon</author>
                                        <pubDate>Sun Dec 11, 2005 9:52 am</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13889#13889</guid>
                                      </item>
                                      <item>
                                        <title>RE: Netgear wg111 usb</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13835#13835</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1197'&gt;ladi&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Dec 09, 2005 3:44 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi there,&lt;br /&gt;
&lt;br /&gt;
I run Zenwalk 1.3 and Slackware 10.1 happily with ndiswrapper and a D-Link DWL-G122 wireless USB adapter.&lt;br /&gt;
&lt;br /&gt;
What version of ndiswrapper are you using? I would recommend v1.5 minimum, although I have read that v1.7 is out. You will also need the latest &lt;span style=&quot;text-decoration: underline&quot;&gt;Windows XP&lt;/span&gt; drivers for your adapter from the manufacturer's website. What level of encryption are you using?&lt;br /&gt;
&lt;br /&gt;
Let me know the versions you have and I will be quite happy to step you through how I fixed mine. Also, if you'll tell us what you tried, and what problems/errors you encountered, that would help &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Ladi</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13835#13835</comments>
                                        <author>ladi</author>
                                        <pubDate>Fri Dec 09, 2005 3:44 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13835#13835</guid>
                                      </item>
                                      <item>
                                        <title>Netgear wg111 usb</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13750#13750</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=905'&gt;acraigon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Dec 07, 2005 8:34 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      How do I get the above card working in Linux. I have rebuilt the kernel with wireless, downloaded ndiswrapper but I still cannot get my computer to talk to the card. Although ndiswrapper loads the driver it lists the card as invalid. I use this driver with windows! Anyone got any ideas!</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13750#13750</comments>
                                        <author>acraigon</author>
                                        <pubDate>Wed Dec 07, 2005 8:34 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13750#13750</guid>
                                      </item>
                                      <item>
                                        <title>RE: Re: RE: Wireless</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13676#13676</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=60'&gt;Rhakios&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 06, 2005 8:34 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Wireless access points can be a bit odd. I bought an Airport Extreme base station (thought it would go nicely with the PowerBook) and when I first used it I was underwhelmed by its apparent range. I had to hold my PMA430 about 6&quot; above it to get any signal when the base station was placed on the desk next to my computer and with the PowerBook I couldn't move from the same room. &lt;br /&gt;
Since then I have put the base station on top of a book case, quite high up. Now the PMA430 works from the other side of the room and the PowerBook can reach it from the other end of the flat.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13676#13676</comments>
                                        <author>Rhakios</author>
                                        <pubDate>Tue Dec 06, 2005 8:34 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13676#13676</guid>
                                      </item>
                                      <item>
                                        <title>RE: Re: RE: Wireless</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13666#13666</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 06, 2005 7:06 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Ah, but I wasn't trying to connect to their network then, it was just that my network was secure enough to keep me out &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13666#13666</comments>
                                        <author>nelz</author>
                                        <pubDate>Tue Dec 06, 2005 7:06 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13666#13666</guid>
                                      </item>
                                      <item>
                                        <title>RE: Re: RE: Wireless</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13665#13665</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1197'&gt;ladi&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 06, 2005 6:50 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;What is wrong with testing for a signal. i wasn't suggesting anyone try to crack into their neighbour's network. &lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Oh, oh! Looks like I've upset the boss!&lt;br /&gt;
&lt;br /&gt;
As you will notice from my expression, that was supposed to be a joke. I was not implying any such thing, and I'm sorry if it came across that way.&lt;br /&gt;
&lt;br /&gt;
I was merely remembering a similar situation with neighbours in a &lt;a href=&quot;http://www.linuxformat.co.uk/index.php?name=PNphpBB2&amp;amp;file=viewtopic&amp;amp;p=12405#12405&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;previous thread&lt;/a&gt;</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13665#13665</comments>
                                        <author>ladi</author>
                                        <pubDate>Tue Dec 06, 2005 6:50 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13665#13665</guid>
                                      </item>
                                      <item>
                                        <title>Re: RE: Wireless</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13653#13653</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 06, 2005 3:45 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;ladi wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;You're supposed to be setting examples here! &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
What is wrong with testing for a signal. i wasn't suggesting anyone try to crack into their neighbour's network.&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;ladi wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;I bet Mr Saunders will have something to say about that!&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
You seem to have a thing about Mike and me being 'at each other's throats', I've no idea where you get that from.</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13653#13653</comments>
                                        <author>nelz</author>
                                        <pubDate>Tue Dec 06, 2005 3:45 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13653#13653</guid>
                                      </item>
                                      <item>
                                        <title>RE: Wireless</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13646#13646</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=252'&gt;M-Saunders&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 06, 2005 3:04 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &quot;&lt;span style=&quot;font-style: italic&quot;&gt;I bet Mr Saunders will have something to say about that!&lt;/span&gt;&quot;&lt;br /&gt;
&lt;br /&gt;
Eh? I'm too busy checking Lik-Sang every 3 femtoseconds, to see if my copy of Animal Crossing: Wild World has been posted. Aaargh... need... more... patience...&lt;br /&gt;
&lt;br /&gt;
*head explodes*&lt;br /&gt;
&lt;br /&gt;
M</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13646#13646</comments>
                                        <author>M-Saunders</author>
                                        <pubDate>Tue Dec 06, 2005 3:04 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13646#13646</guid>
                                      </item>
                                      <item>
                                        <title>RE: Wireless</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=13644#13644</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=1197'&gt;ladi&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Dec 06, 2005 2:56 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;br /&gt;
Turn your AP off and see if you can get a signal from a neighbour, it worked for me &lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Come on, nelzie!&lt;br /&gt;
You're supposed to be setting examples here! &lt;img src=&quot;images/smiles/icon_biggrin.gif&quot; alt=&quot;Very Happy&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I bet Mr Saunders will have something to say about that!</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=13644#13644</comments>
                                        <author>ladi</author>
                                        <pubDate>Tue Dec 06, 2005 2:56 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=13644#13644</guid>
                                      </item></channel></rss>