Author Topic: <solved> wireless signal strength indicator discrepancies  (Read 1138 times)

Offline Nish

  • Sr. Member
  • ****
  • Posts: 384
    • SMQ's Adventures in Linux
<solved> wireless signal strength indicator discrepancies
« on: December 01, 2011, 02:25:50 PM »
Pardon - I had a hard time with the subject line of this and likewise couldn't think of proper search terms.  Not giving particulars here because it is not about a piece of hardware, it about interface if that makes sense.

I just got an old laptop.  This if my first install of any linux on a laptop since this is my first OWN laptop.  This also happens to be my first foray into wireless in linux.

Was very happy PCLOS recognized the laptop's onboard wireless and it had an OK strength of 3-4 bars in the TRAY ("link level").  I felt it could have been better since the laptop is sitting next to the wireless router - hmm, eighteen inches. But OK.  Then I double clicked on the tray icon and the dialog that appears (Network Center) shows only 2-3 bars.  Figured I had a crummy wireless chip in this and picked up a highly regarded USB one.  Sure enough, boot up with that baby and PCLOS recognized it and there are all five bars in the tray.

However, click on the icon, get the dialog box with all the network things and it shows 3 bars.  Why the difference?  I have come to the conclusion the tray is right and that dialog box must be wrong.  Same laptop in windows always gives five bars anywhere in the apt and I can't believe linux would find it so different.  For grins and chuckles I dug up an old usb adapter from a junk box.  Same problem, tray icon shows two more bars than network center.

If you want particulars let me know.  But I don't think I have a hardware problem -maybe I am not reading these things right - how difficult can it be 1-5 bars, right?  5  about 100%?  

« Last Edit: December 01, 2011, 03:43:50 PM by Nish »
Never borrow time.  The interest will kill you - signed Mastercard & Visa

Embrace the Bird.  http://www.smqlinux.com - an old lady's adventures in linuxdom

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6224
  • I don't do Windows
Re: wireless signal strength indicator discrepancies
« Reply #1 on: December 01, 2011, 02:31:41 PM »
On two wireless devices here, I get different readings, depending on what app is "looking" at the device. NetApplet in the systray usually shows a stronger signal than the settings in PCC. It's always been that way, as far as I can remember. Unless you start dropping sent or received packets, I wouldn't worry about it.
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Offline Nish

  • Sr. Member
  • ****
  • Posts: 384
    • SMQ's Adventures in Linux
Re: wireless signal strength indicator discrepancies
« Reply #2 on: December 01, 2011, 02:38:27 PM »
Thanks, since I never did this in linux before I wasn't sure if I was reading this right.

Which brings me to ask, how would I know if I was dropping packets?

Never borrow time.  The interest will kill you - signed Mastercard & Visa

Embrace the Bird.  http://www.smqlinux.com - an old lady's adventures in linuxdom

Online Rudge

  • Hero Member
  • *****
  • Posts: 9779
  • I'm Just A Dog.
Re: wireless signal strength indicator discrepancies
« Reply #3 on: December 01, 2011, 02:42:08 PM »
My Android phone exhibits similar behavior with my wireless router.

As mentioned by djohnston, I wouldn't worry about it. Connection strength has never seemed to be a factor as long as you have reliability.   ???


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Online Rudge

  • Hero Member
  • *****
  • Posts: 9779
  • I'm Just A Dog.
Re: wireless signal strength indicator discrepancies
« Reply #4 on: December 01, 2011, 02:43:34 PM »
Thanks, since I never did this in linux before I wasn't sure if I was reading this right.

Which brings me to ask, how would I know if I was dropping packets?



I think your router keeps a log that would show them.


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6224
  • I don't do Windows
Re: wireless signal strength indicator discrepancies
« Reply #5 on: December 01, 2011, 02:48:30 PM »
Quickest way. Open a terminal. su to root, then run ifconfig on your device.

su -
ifconfig eth0
exit
exit


If you're unsure which device to look at, just do ifconfig, which will list all network devices. You'll see a summary of transmitted and received packets, as well as any dropped packets.



Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Online Rudge

  • Hero Member
  • *****
  • Posts: 9779
  • I'm Just A Dog.
Re: wireless signal strength indicator discrepancies
« Reply #6 on: December 01, 2011, 03:05:34 PM »
Thanks Darrel.  :D  Networking has to be my weakness.


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Nish

  • Sr. Member
  • ****
  • Posts: 384
    • SMQ's Adventures in Linux
Re: wireless signal strength indicator discrepancies
« Reply #7 on: December 01, 2011, 03:14:16 PM »
Quickest way. Open a terminal. su to root, then run ifconfig on your device.

su -
ifconfig eth0
exit
exit


If you're unsure which device to look at, just do ifconfig, which will list all network devices. You'll see a summary of transmitted and received packets, as well as any dropped packets.


ooh thanks, I know that place from looking for IP address.  So it saves these statistics for the current session?  Well, so far so good ;)
Never borrow time.  The interest will kill you - signed Mastercard & Visa

Embrace the Bird.  http://www.smqlinux.com - an old lady's adventures in linuxdom

Offline djohnston

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6224
  • I don't do Windows
Re: wireless signal strength indicator discrepancies
« Reply #8 on: December 01, 2011, 03:25:49 PM »
Thanks Darrel.  :D  Networking has to be my weakness.

Yours and mine, both. That's why we depend on muungwana.  ;)
Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378

Online Rudge

  • Hero Member
  • *****
  • Posts: 9779
  • I'm Just A Dog.
Re: wireless signal strength indicator discrepancies
« Reply #9 on: December 01, 2011, 03:34:28 PM »
Thanks Darrel.  :D  Networking has to be my weakness.

Yours and mine, both. That's why we depend on muungwana.  ;)


 ;D ;D ;D ::)


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline ElCuervo

  • Hero Member
  • *****
  • Posts: 4147
  • I'm walking on sunshine!
Re: wireless signal strength indicator discrepancies
« Reply #10 on: December 01, 2011, 04:50:31 PM »
Quickest way. Open a terminal. su to root, then run ifconfig on your device.

su -
ifconfig eth0
exit
exit


If you're unsure which device to look at, just do ifconfig, which will list all network devices. You'll see a summary of transmitted and received packets, as well as any dropped packets.

http://i40.tinypic.com/2zf4viq.jpg
I am no muungwana, but I think ping works better because it actually hits the router (or whatever else you point it at) with packets until you hit ctrl+C:
Quote
[alan@localhost ~]$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=1.39 ms
64 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=2.68 ms
64 bytes from 192.168.1.1: icmp_req=3 ttl=64 time=1.92 ms
64 bytes from 192.168.1.1: icmp_req=4 ttl=64 time=1.71 ms
64 bytes from 192.168.1.1: icmp_req=5 ttl=64 time=3.16 ms
64 bytes from 192.168.1.1: icmp_req=6 ttl=64 time=2.34 ms
64 bytes from 192.168.1.1: icmp_req=7 ttl=64 time=2.67 ms
64 bytes from 192.168.1.1: icmp_req=8 ttl=64 time=3.70 ms
64 bytes from 192.168.1.1: icmp_req=9 ttl=64 time=3.10 ms
64 bytes from 192.168.1.1: icmp_req=10 ttl=64 time=1.77 ms
64 bytes from 192.168.1.1: icmp_req=11 ttl=64 time=1.92 ms
64 bytes from 192.168.1.1: icmp_req=12 ttl=64 time=2.14 ms
64 bytes from 192.168.1.1: icmp_req=13 ttl=64 time=2.15 ms
64 bytes from 192.168.1.1: icmp_req=14 ttl=64 time=1.15 ms
64 bytes from 192.168.1.1: icmp_req=15 ttl=64 time=2.48 ms
64 bytes from 192.168.1.1: icmp_req=16 ttl=64 time=2.21 ms
^C
--- 192.168.1.1 ping statistics ---
16 packets transmitted, 16 received, 0% packet loss, time 15025ms
rtt min/avg/max/mdev = 1.158/2.285/3.707/0.652 ms
[alan@localhost ~]$
"If there were no change, there would be no butterflies" - Walt Disney

http://linuxcounter.net/cert/433721.png

Offline AS

  • Hero Member
  • *****
  • Posts: 4098
  • Have a nice ... night!
Re: wireless signal strength indicator discrepancies
« Reply #11 on: December 01, 2011, 05:14:50 PM »
I am no muungwana, but I think ping works better because it actually hits the router (or whatever else you point it at) with packets until you hit ctrl+C:

+1,

even better if you use ping -f  (flood) :
Quote
ping -f 192.168.1.254
$ ping -f 192.168.1.254
PING 192.168.1.254 (192.168.1.254) 56(84) bytes of data.
.....(~ 3 secs)^C
--- 192.168.1.254 ping statistics ---
2036 packets transmitted, 2035 received, 0% packet loss, time 3187ms
rtt min/avg/max/mdev = 1.273/1.504/8.917/0.410 ms, ipg/ewma 1.566/1.525 ms