Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I want to know if there exists any command line option or GUI tool (Ubuntu 11.10) so that I can measure the strength of wireless signal at a given location.I have a house where the wireless is not easily accessible at all corners I want to know at which corners or rooms the signal is weak.This will help me a lot. Thanks in advance.

share|improve this question

3 Answers

up vote 7 down vote accepted

On the command line you can use iwconfig and look for "Link Quality" and "Signal level" values.

When walking around with a netbook I often use this command which updates the output of iwconfig every second:

watch -n1 iwconfig

share|improve this answer

wavemon -- Console app with color display and lots of easy to read information.

share|improve this answer
this one rocks! thanks! – ubuntico Mar 22 at 15:47

Here is a nice little tool i used for setting up my home wifi,

its java based and opens in a web browser

Meraki WIFI Stumbler

takes time but loads

share|improve this answer
thanks for this tool. – Registered User Jan 16 '12 at 5:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.