Why does wicd report a different signal strength from the native network manager?

Asked by Pranam Dave

For all WiFi networks, wicd reports a consistently higher signal strength rating from KDE's native network manager applet. Why is this? Which rating is correct?

Question information

Language:
English Edit question
Status:
Solved
For:
wicd Edit question
Assignee:
No assignee Edit question
Solved by:
David Paleino
Solved:
Last query:
Last reply:
Revision history for this message
Best David Paleino (dpaleino) said :
#1

KDE (nor any other DE) doesn't have a "native network manager". It either uses NetworkManager, or Wicd, or some other manager.

To check which one is correct, try launching "iwlist wlan0 scan". Then look for your network, and search for the line with "Quality". Then just do a division :)

For example, if you have "Quality: 65/70", then 65/70=0.928... -- the signal is ~93%.

Revision history for this message
Pranam Dave (pranamd1) said :
#2

Thanks David Paleino, that solved my question.