Author Topic: Problems With Wifi Signal Quality!  (Read 3333 times)

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Problems With Wifi Signal Quality!
« on: August 08, 2005, 08:21:48 am »
Hello all,

maybe someone knows this kind of problem and can give advise:

For some days now I have problems connecting my Z to the home WLAN.
The signal quality reported by the network settings tool under "Current" changes between 0 and 100% frequently, although the Z is placed directly besides the WLAN Access Point. Also iwconfig | grep Qual reports the same changing quality.
I wrote a script which calls iwconfig each second and log the quality info, see attachment for a typical profile including signal strenght and noise strength.

No new RF devices near the AP or Z, other wireless clients work well in the same WLAN, so AP works nicely. I have tried different channels (1, 6, 11), I have placed the Z directly besides the AP and on different places...
I have also tried to connect to another WLAN with similar results.

What I have not done, because I don't have the hardware to do so, is trying the CD WLAN card in another device or trying another CF WLAN card in the Z.

So I can be quite sure the problem is the the Zaurus-D-Link-Card unit. But I'm not sure if it is the Z or the card. I suspect it is a hardware failure in the card, but maybe someone of you knows such problems can be caused by software?

I'd likle to avoid the long process of returning the card for repair and getting it back after 8 weeks having the same problem afterwards.

Thanks a lot!

daniel
« Last Edit: August 08, 2005, 08:22:33 am by daniel3000 »
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

bam

  • Hero Member
  • *****
  • Posts: 1213
    • View Profile
    • http://thegrinder.ws
Problems With Wifi Signal Quality!
« Reply #1 on: August 08, 2005, 04:20:30 pm »
sorry off topic, but can you post your script, we can compare my unit, I have the same wifi card, with yours and see whats going on. I dont start dropping out intol about 50 yards away, and my router is like 2 feet off the ground. so there is a couple of walls it has to go thru.
SL-C3100 current: Stock/Tetsu 18h
Socket BT CF Card
Linksys WCF-12 802.11b/Cheapie USB Ethernet

The Grinder

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Problems With Wifi Signal Quality!
« Reply #2 on: August 09, 2005, 03:06:33 am »
Quote
sorry off topic, but can you post your script, we can compare my unit, I have the same wifi card, with yours and see whats going on. I dont start dropping out intol about 50 yards away, and my router is like 2 feet off the ground. so there is a couple of walls it has to go thru.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=91133\"][{POST_SNAPBACK}][/a][/div]

The script is simple:

-----------snip-----------
#!/bin/bash
while [ 1 ]; do
   iwconfig wlan0 | grep Qual | tee -a /hdd3/Documents/wlan_log
   sleep 1
done
-----------snip-----------

On the console there are also some warnings each second, but they don't go into the log file (only to stderr). Don't know how to eliminate them on the console.

daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0