You are not logged in.

#1 2009-11-24 07:46:54

karabaja4
Member
From: Croatia
Registered: 2008-09-14
Posts: 1,000
Website

RT73 recent problems

Ok, something is really fishy here. My RT73 card:

[deadbeef ~]$ sudo iwconfig wlan0 essid my_essid
[deadbeef ~]$ sudo iwconfig wlan0 key s:my_password
[deadbeef ~]$ sudo dhcpcd wlan0
dhcpcd: version 5.1.3 starting
dhcpcd: wlan0: waiting for carrier
dhcpcd: wlan0: carrier acquired
dhcpcd: wlan0: broadcasting for a lease
dhcpcd: wlan0: offered 192.168.1.247 from 192.168.1.1
dhcpcd: wlan0: acknowledged 192.168.1.247 from 192.168.1.1
dhcpcd: wlan0: checking for 192.168.1.247
dhcpcd: wlan0: leased 192.168.1.247 for 1800 seconds
dhcpcd: forking to background
[deadbeef ~]$

So far so good. But internet doesn't work. Also:

[deadbeef ~]$ ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
From 192.168.1.247 icmp_seq=1 Destination Host Unreachable
From 192.168.1.247 icmp_seq=2 Destination Host Unreachable
From 192.168.1.247 icmp_seq=3 Destination Host Unreachable
From 192.168.1.247 icmp_seq=4 Destination Host Unreachable
From 192.168.1.247 icmp_seq=5 Destination Host Unreachable
From 192.168.1.247 icmp_seq=6 Destination Host Unreachable
^C
--- 192.168.1.1 ping statistics ---
7 packets transmitted, 0 received, +6 errors, 100% packet loss, time 6013ms
[deadbeef ~]$ route 
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     304    0        0 wlan0
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.1.1     0.0.0.0         UG    304    0        0 wlan0

On a same computer my atheros pcmcia card works with no problem (ath0):

[deadbeef ~]$ sudo iwconfig ath0 essid my_essid
[deadbeef ~]$ sudo iwconfig ath0 key s:my_password
[deadbeef ~]$ sudo dhcpcd ath0
dhcpcd: version 5.1.3 starting
dhcpcd: ath0: rebinding lease of 192.168.1.243
dhcpcd: ath0: acknowledged 192.168.1.243 from 192.168.1.1
dhcpcd: ath0: checking for 192.168.1.243
dhcpcd: ath0: leased 192.168.1.243 for 1800 seconds
dhcpcd: forking to background
[deadbeef ~]$ 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_seq=1 ttl=64 time=0.942 ms
64 bytes from 192.168.1.1: icmp_seq=2 ttl=64 time=0.685 ms
64 bytes from 192.168.1.1: icmp_seq=3 ttl=64 time=0.682 ms
^C
--- 192.168.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.682/0.769/0.942/0.126 ms
[deadbeef ~]$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     *               255.255.255.0   U     307    0        0 ath0
192.168.0.0     *               255.255.255.0   U     0      0        0 eth0
default         sx763.dummy.por 0.0.0.0         UG    307    0        0 ath0

And, I tried to compile rt73-k2wrlz-3.0.3, after some patching so compile would work on 2.6.31.6 - it connects beautifully on my RT73.

Why, are kernel-integrated RT73 modules broken or am I missing something?

I've done some unsuccessful bridge experiments on wlan0 recently, could it be that I left something somewhere, some option or hidden route for that specific interface?

Last edited by karabaja4 (2009-12-06 21:31:57)

Offline

#2 2009-11-24 09:22:50

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: RT73 recent problems

What does iwconfig show after the ping fails?

Offline

#3 2009-11-24 10:27:29

karabaja4
Member
From: Croatia
Registered: 2008-09-14
Posts: 1,000
Website

Re: RT73 recent problems

tomk wrote:

What does iwconfig show after the ping fails?

iwconfig:

[deadbeef ~]$ iwconfig 
lo        no wireless extensions.

eth0      no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11bg  ESSID:"karabaja_wlan"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:21:04:AC:1F:F4   
          Bit Rate=1 Mb/s   Tx-Power=12 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=48/70  Signal level=-62 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

wifi0     no wireless extensions.

ath0      IEEE 802.11b  ESSID:""  Nickname:""
          Mode:Managed  Channel:0  Access Point: Not-Associated   
          Bit Rate:0 kb/s   Tx-Power:0 dBm   Sensitivity=1/1  
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=0/70  Signal level=0 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

ifconfig:

[deadbeef ~]$ ifconfig 
eth0      Link encap:Ethernet  HWaddr 00:14:22:A2:F3:B1 
          inet addr:192.168.0.124  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:32 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:2644 (2.5 Kb)  TX bytes:1640 (1.6 Kb)
          Interrupt:16 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:5 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:560 (560.0 b)  TX bytes:560 (560.0 b)

wlan0     Link encap:Ethernet  HWaddr 00:1F:1F:08:E7:2B  
          inet addr:192.168.1.247  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:319 errors:0 dropped:0 overruns:0 frame:0
          TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:33238 (32.4 Kb)  TX bytes:3198 (3.1 Kb)

wmaster0  Link encap:UNSPEC  HWaddr 00-1F-1F-08-E7-2B-00-00-00-00-00-00-00-00-00-00  
          UP RUNNING  MTU:0  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Offline

#4 2009-11-25 19:44:17

karabaja4
Member
From: Croatia
Registered: 2008-09-14
Posts: 1,000
Website

Re: RT73 recent problems

So, judging by your replies, I'm pretty much doomed? lol

Offline

#5 2009-11-26 16:01:32

knedlyk
Member
From: L'viv, Ukraine
Registered: 2009-04-14
Posts: 163
Website

Re: RT73 recent problems

Could you try wicd or network-manager with wpa_supplicant? I had the similar problem, rt73 wifi card didn't work with the iwconfig commands, but worked perfectly with wpa_supplicant.

Offline

#6 2009-12-06 20:43:51

Strider
Member
From: Belgium
Registered: 2009-08-04
Posts: 104

Re: RT73 recent problems

I do not know if this is related but my connection from my rt73 dongle to my wireless router seems to drop from time to time. It is most likely to happen after a certain period of inactivity (like it has to 'wake up). A ping to my router does than show times of more than 4 sec in the beginning which than drops to 0.5 ms after a few pings.
I tried to change channels but the problem remains. What it did do was set the power management to off (iwconfig wlan0 power off) and that gave a serious burst to my connection. Before that I had more than 2 ms ping to my router : it is now dropped to 0.5 ms. I discovered this by comparing ping under Arch with ping on Vista (my machine is dual boot). In Vista ping showed times of '< 1ms'.

But still my connection drops from time to time ... :-)

karabaja4,

how dit you get rt73-k2wrlz-3.0.3 compiled ? I'm also on 2.6.31-6 but it fails to compile ..

Last edited by Strider (2009-12-06 20:44:40)


Win XP -> Ubuntu -> Fedora -> Arch -> Arch -> Arch -> Ar...

Offline

#7 2009-12-06 21:30:59

karabaja4
Member
From: Croatia
Registered: 2008-09-14
Posts: 1,000
Website

Re: RT73 recent problems

Problem miraculously solved by update to kernel 2.6.32. This confirms my suspitions that 2.6.31.6 kernel modules were somehow screwed up, at least for me.

@Strider, compiling rt73-k2wrlz-3.0.3 - http://forum.aircrack-ng.org/index.php? … 0#msg33360 (there are a few changes to code/makefile).

Offline

#8 2009-12-09 20:21:04

Strider
Member
From: Belgium
Registered: 2009-08-04
Posts: 104

Re: RT73 recent problems

I updated my kernel to 2.6.32 also. My problems are MOSTLY gone now. I'll see if I can find some usefull options with my router which is wireless N while my dongle is wireless g. Might be a source of problems too smile

Last edited by Strider (2009-12-09 20:21:43)


Win XP -> Ubuntu -> Fedora -> Arch -> Arch -> Arch -> Ar...

Offline

Board footer

Powered by FluxBB