Change channel to lower wireless signal interference
Posted: Tue 08 Jan 2019, 23:23
Linux provides a scanner that collects considerable information on
various other users (your neighbors) in a wireless LAN. Each user
is assigned a arbitrary cell number. To collect the information type
the following in a terminal:
iwlist wlan0 s > list.txt
It may take several seconds to do the scan. The text file list.txt is
written to /root by default. Note that you may need to use wlan1
instead of wlan0, etc.
I've taken a sample list.txt and deleted all information not relevant
to my subject:
wlan1 Scan completed :
Cell 01 - Channel:3
Quality=70/70 Signal level=-35 dBm
ESSID:"linksys"
Cell 02 - Channel:11
Quality=27/70 Signal level=-83 dBm
ESSID:"DIRECT-C1-HP ENVY 5660 series"
Cell 03 - Channel:11
Quality=70/70 Signal level=-40 dBm
ESSID:"mizmario2"
Cell 04 - Channel:44
Quality=29/70 Signal level=-81 dBm
ESSID:"mizmario5"
Cell 05 - Channel:6
Quality=27/70 Signal level=-83 dBm
ESSID:"Shady"
Cell 06 - Channel:11
Quality=27/70 Signal level=-83 dBm
ESSID:"STEWART"
Cell 07 - Channel:11
Quality=26/70 Signal level=-84 dBm
ESSID:"HAYNARD"
Cell 08 - Channel:36
Quality=27/70 Signal level=-83 dBm
ESSID:"belkin.b02.5GHz"
Here, my cell happens to be 01. Notice the strong (interference) signal
from cell 03. I try to avoid using channels (frequencies) others are using,
and in particular I definitely want to use a channel other than 11. I set my
router to channel 3.
If my house had aluminum siding on the outside wall behind the router,
that would shield and attenuate the strong interference signal. But it's
simpler and less expensive to simply avoid the interfering frequency![Smile :)](./images/smilies/icon_smile.gif)
I'll note here that the strong signal I'm getting is due to my use of a
PCI-e wireless adapter having three antennas. The router is about 30
feet away and there are two large rooms and two walls between router
and receiving antennas.
Art
various other users (your neighbors) in a wireless LAN. Each user
is assigned a arbitrary cell number. To collect the information type
the following in a terminal:
iwlist wlan0 s > list.txt
It may take several seconds to do the scan. The text file list.txt is
written to /root by default. Note that you may need to use wlan1
instead of wlan0, etc.
I've taken a sample list.txt and deleted all information not relevant
to my subject:
wlan1 Scan completed :
Cell 01 - Channel:3
Quality=70/70 Signal level=-35 dBm
ESSID:"linksys"
Cell 02 - Channel:11
Quality=27/70 Signal level=-83 dBm
ESSID:"DIRECT-C1-HP ENVY 5660 series"
Cell 03 - Channel:11
Quality=70/70 Signal level=-40 dBm
ESSID:"mizmario2"
Cell 04 - Channel:44
Quality=29/70 Signal level=-81 dBm
ESSID:"mizmario5"
Cell 05 - Channel:6
Quality=27/70 Signal level=-83 dBm
ESSID:"Shady"
Cell 06 - Channel:11
Quality=27/70 Signal level=-83 dBm
ESSID:"STEWART"
Cell 07 - Channel:11
Quality=26/70 Signal level=-84 dBm
ESSID:"HAYNARD"
Cell 08 - Channel:36
Quality=27/70 Signal level=-83 dBm
ESSID:"belkin.b02.5GHz"
Here, my cell happens to be 01. Notice the strong (interference) signal
from cell 03. I try to avoid using channels (frequencies) others are using,
and in particular I definitely want to use a channel other than 11. I set my
router to channel 3.
If my house had aluminum siding on the outside wall behind the router,
that would shield and attenuate the strong interference signal. But it's
simpler and less expensive to simply avoid the interfering frequency
![Smile :)](./images/smilies/icon_smile.gif)
I'll note here that the strong signal I'm getting is due to my use of a
PCI-e wireless adapter having three antennas. The router is about 30
feet away and there are two large rooms and two walls between router
and receiving antennas.
Art