How do I check the strength of a wireless signal in Ubuntu 12.04?

Asked by Julianloui

I would like to know how to check the strength of a wireless signal in Ubuntu 12.04.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#1

Hi ,

Open a terminal [Ctrl]+[Alt]+[t] and give this command

iwconfig

You will see various informations , Signal included.

Also you can check the signal from Network manager Icon (up bar , right corner), but is a graph measurement.

Thanks

Revision history for this message
Ubfan (ubfan1) said :
#2

While in the terminal, type:
sudo iwlist scan
<your password>
to see the signal strengths and channels of ALL access points visible to your machine.
This allows you to pick another channel if you see other powerful signals on the channel you use.

Revision history for this message
Julianloui (julianloui) said :
#3

Thanks NikTh, that solved my question.

Revision history for this message
Julianloui (julianloui) said :
#4

Ubfan,

Thank you also for your advice, which I've tried out and worked well.

Julianloui