Saturday, April 20, 2024
 Popular · Latest · Hot · Upcoming
20
rated 0 times [  20] [ 0]  / answers: 1 / hits: 48995  / 2 Years ago, sun, january 23, 2022, 11:27:22

We have a lot of Wi-Fi connections nearby and I'd like to know which band has the least interference.


I'd like to to know how many connections are on each band and pick the best to configure my router from that data.


More From » wireless

 Answers
2

You can get detailed information about a wireless interface by using the iwlist command.



Run the below command from the command line, just copy and paste:



sudo iwlist wlan0 scan | grep Frequency | sort | uniq -c | sort -n


And you will get a result like this:



  2                     Frequency:2.412 GHz (Channel 1)
2 Frequency:2.417 GHz (Channel 2)
2 Frequency:2.462 GHz (Channel 11)
10 Frequency:2.437 GHz (Channel 6)


As an extra bit of useful data, you can see what frequencies your wifi card supports using this command:



iwlist wlan0 channel

[#43993] Sunday, January 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
enincroscope

Total Points: 252
Total Questions: 124
Total Answers: 104

Location: Tajikistan
Member since Thu, Apr 14, 2022
2 Years ago
;