Optimizing wireless router speed and minimizing interference

2

1

I've been experiencing problems with my wireless connectivity lately, and want to make sure that it's not related to the abundance of other wireless routers here in my building.

So, what I'm looking for is a method (probably via some application or another) to audit the wireless channels (and other factors that might be important that I don't even know of yet) that are floating through the aether around me. Ubuntu or other linux apps are preferred, but some kind of windows/mac solution is possible, since I do have other OSes around me that I could install & test on.

Router: netgear WGT624 v3

Hearsay tells me that channels 1, 6, and 11 are "non-overlapping" (I expect they aren't used for non-wireless-router purposes or something, not sure how they couldn't overlap with other routers using other channels), so perhaps my best choices of channel are limited, so if channels aren't really a big concern, I'd be happy to get links to other optimizations that I should look into.

Kzqai

Posted 2009-10-20T16:34:34.753

Reputation: 2 698

1/6/11 are "non-overlapping" because if router A uses channel 1, router B uses chan.6, and router C uses chan.11, there's no overlap/interference between them. has nothing to do with non-wifi uses of the frequency. – quack quixote – 2009-10-20T17:20:42.867

Answers

1

About which channel to use, the book "Wireless network coexistence" by Robert Morrow has this to say:

In north America, a non-overlapping set consisting of channels 1,6, and 11 or an overlapping set composed of channels 1, 3 5. 7, 9, and 11, can be selected. The corresponding sets in Europe are channels 1, 3, 5, 7, 9, and 11, can be selected.

To detect interference, you might use a WiFi finder to map out your environment.
This article discusses several such utilities.

harrymc

Posted 2009-10-20T16:34:34.753

Reputation: 306 093

2

If it's just you using it, then there's a decidedly low-tech solution in the form of a tin can! Go have some beans, clean the can, poke a hole in the bottom, and put it over an antenna (if there are two antennas, then that's even better, other people won't lose out!), then point it at your PC. It'll focus the signals, hopefully drowning out any other local routers.

Phoshi

Posted 2009-10-20T16:34:34.753

Reputation: 22 001

+1 for a tin can hack to turn an omni antenna into directional. i've no idea if this is actually good advice, but it sounds reasonable and doesn't cost much to try it out. – quack quixote – 2009-10-20T17:37:49.573

It worked wonders for me! Dunno how well it'll do here, different scenarios, but still! :D – Phoshi – 2009-10-20T17:57:14.777

Yeah, I am in a multi-use scenario, but I'll keep it in mind. – Kzqai – 2009-10-25T14:21:20.497

Still worth a try if no suitable answers appear :) – Phoshi – 2009-10-25T14:50:24.763

1

as far as finding a clear channel, you can use wifi analyzer which is a free app for android powered smart phones with wifi. it's an easy to use app that shows all networks in range, what channel they are on and rates the channels from best to worst according to how much traffic/interference is on that channel. granted it's not a rf spectrum analyzer scanning for interference from other, non-wifi sources such as microwaves and telephones/cellphones; however it works for low level tweaks. they may have something similar for the iphone or other phones but definitely something to look into if you have a smartphone with wifi built in and still having this issue after over a year ;-P just love to bump. and the bean can works, i have been trying to style and fabricate a cone shaped directional antenna so it would cover a wider area but so far haven't found a solution.

SyKo

Posted 2009-10-20T16:34:34.753

Reputation: 11

1

If you are running a Unix of some kind, try

sudo iwlist wlan0 scan | grep Channel

http://en.wikipedia.org/wiki/Wireless_tools_for_Linux#iwlist

iwlist is used to scan for available wireless networks and display additional information about them that is not displayed by iwconfig. The main argument is used to select a category of information, iwlist displays in detailed form all information related to this category, including information already shown by iwconfig. The command is primarily used to generate a list of nearby wireless access points and their MAC addresses and SSIDs.

ian

Posted 2009-10-20T16:34:34.753

Reputation: 11

0

Having a similar issue I have changed to channel 3 from "Auto" setting. Worth a try.

Zepplock

Posted 2009-10-20T16:34:34.753

Reputation: 137