You are not logged in.

#1 2006-08-07 17:33:44

esox_ch
Member
Registered: 2006-04-30
Posts: 45

RX Invalid nwid packets on my wifi interface

Hello,
I've got a problem with my WIFI connection using Madwifi :
When I'm under Linux, I can activate my connection with :
#ifconfig ath0 up
#iwconfig ath0 essid myAP
#iwcomfig ath0 key my:wep:64:bits:key
#dhclient ath0
And it usually works but I recieve a very large ammount of "rx invalids
nwid" packets, and so my connection is always unstable and very slow.
At the beginnin I thought that the problem was the distance between me
and the a.p. , but then I tryed to connect under windows (with the
default connection manager), and it works perfectly.

Does anyone know what could be the problem ?

Thanks a lot

Offline

#2 2006-08-14 14:13:43

esox_ch
Member
Registered: 2006-04-30
Posts: 45

Re: RX Invalid nwid packets on my wifi interface

Hello,
Here are some new informations I got ... If somebody can find what's wrong, it'd help me very much. I compare my params under windows (where the connection works very well) with the params under arch(where the connection is unstable)

On Linux :

$ ifconfig
ath0      Link encap:Ethernet  HWaddr 00:14:A4:43:7C:0E
          inet addr:192.168.0.105  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::214:a4ff:fe43:7c0e/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:752 (752.0 b)  TX bytes:986 (986.0 b)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8127 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8127 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:783380 (765.0 Kb)  TX bytes:783380 (765.0 Kb)

wifi0     Link encap:UNSPEC  HWaddr 00-14-A4-43-7C-0E-00-00-00-00-00-00-00-00-00-00
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:672 errors:0 dropped:0 overruns:0 frame:273
          TX packets:38 errors:2 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:199
          RX bytes:57070 (55.7 Kb)  TX bytes:2588 (2.5 Kb)
          Interrupt:23 Memory:f9660000-f9670000

$ iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

wifi0     no wireless extensions.

ath0      IEEE 802.11g  ESSID:"WLAN-NELSON"
          Mode:Managed  Frequency:2.447 GHz  Access Point: 00:15:E9:DE:D6:03
          Bit Rate:1 Mb/s   Tx-Power:8 dBm   Sensitivity=0/3
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=12/94  Signal level=-83 dBm  Noise level=-95 dBm
          Rx invalid nwid:161  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     *               255.255.255.0   U     0      0        0 ath0
default         192.168.0.1     0.0.0.0         UG    0      0        0 ath0

On Windows :

ipconfig >
Wifi Card:
        Description . . . . . . . . . . . : 11a/b/g Wireless LAN Mini PCI Adapte
r II
        MAC . . . . . . . . .: 00-14-A4-43-7C-0E
        DHCP active. . . . . . . . . . . : Yes
        Configuration automatic . . . . : Yes
        Adresse IP. . . . . . . . . . . . : 192.168.0.105
        Mask . . . . . . : 255.255.255.0
        Default gateway. . . . . . : 192.168.0.1
        Server DHCP. . . . . . . . . . . : 192.168.0.1
        Servers DNS . . . . . . . . . .  : 213.191.74.18
                                            192.168.0.1

route >
===========================================================================
Interfaces
0x1 ........................... MS TCP Loopback interface
0x10003 ...00 14 a4 43 7c 0e ...... 11a/b/g Wireless LAN Mini PCI Adapter II
0x10004 ...00 10 c6 dc a5 d5 ...... Broadcom NetXtreme Gigabit Ethernet
0x10005 ...00 00 00 00 00 00 ...... Connexion TV/vidÚo Microsoft
===========================================================================
DDestination          Mask             Gateway Adr. interface Métric
          0.0.0.0          0.0.0.0      192.168.0.1   192.168.0.105       10
        127.0.0.0        255.0.0.0        127.0.0.1       127.0.0.1       1
      169.254.0.0      255.255.0.0    192.168.0.105   192.168.0.105       10
      192.168.0.0    255.255.255.0    192.168.0.105   192.168.0.105       10
    192.168.0.105  255.255.255.255        127.0.0.1       127.0.0.1       10
    192.168.0.255  255.255.255.255    192.168.0.105   192.168.0.105       10
        224.0.0.0        240.0.0.0    192.168.0.105   192.168.0.105       10
  255.255.255.255  255.255.255.255    192.168.0.105           10004       1
  255.255.255.255  255.255.255.255    192.168.0.105   192.168.0.105       1
Default gateway :       192.168.0.1

Offline

Board footer

Powered by FluxBB