Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in wesside-ng with different drivers #306

Closed
aircrack-ng opened this issue Mar 10, 2018 · 43 comments
Closed

Errors in wesside-ng with different drivers #306

aircrack-ng opened this issue Mar 10, 2018 · 43 comments
Labels
bug Something isn't working @minor #wesside-ng wontfix This will not be worked on
Milestone

Comments

@aircrack-ng
Copy link
Owner

aircrack-ng commented Mar 10, 2018

Reported by darkAudax on 18 Aug 2007 17:42 UTC

madwifi-ng svn aircrack-ng/aircrack-ng@ works correctly. When you try svn ee0555a, you get the following (also happen with rt73):

wesside-ng -i ath0 -v 00:14:6C:7E:40:80
[Using mac 06:0F:B5:88:AC:82
[13:35:48](13:35:47]) Looking for a victim...
[Found SSID(teddy) BSS=(00:14:6C:7E:40:80) chan=9
[13:35:48](13:35:48]) Authenticated
[Authenticated
[13:35:48](13:35:48]) Authenticated
[Authenticated
[13:35:48](13:35:48]) Authenticated
[Authenticated
[13:35:48](13:35:48]) Authenticated
[Authenticated
[13:35:48](13:35:48]) Authenticated
[Authenticated
[13:35:49](13:35:48]) Authenticated
[ERROR Max retransmists for (30 bytes):
B0 00 FF 7F 00 14 6C 7E 40 80 06 0F B5 88 AC 82 00 14 6C 7E 40 80 00 00 00 00 01 00 00 00 
[13:35:49](13:35:49]) Authenticated
[ERROR Max retransmists for (30 bytes):
B0 00 FF 7F 00 14 6C 7E 40 80 06 0F B5 88 AC 82 00 14 6C 7E 40 80 00 00 00 00 01 00 00 00 
[13:35:49](13:35:49]) Authenticated
[ERROR Max retransmists for (30 bytes):
B0 00 FF 7F 00 14 6C 7E 40 80 06 0F B5 88 AC 82 00 14 6C 7E 40 80 00 00 00 00 01 00 00 00 
[13:35:49](13:35:49]) Authenticated
[ERROR Max retransmists for (30 bytes):
B0 00 FF 7F 00 14 6C 7E 40 80 06 0F B5 88 AC 82 00 14 6C 7E 40 80 00 00 00 00 01 00 00 00 
[13:35:49](13:35:49]) Authenticated

Other people on the IRC have reported the same symptom.

@aircrack-ng aircrack-ng added this to the 1.0 milestone Mar 10, 2018
@aircrack-ng aircrack-ng added #wesside-ng @minor bug Something isn't working labels Mar 10, 2018
@aircrack-ng
Copy link
Owner Author

Modified by misterx on 18 Aug 2007 17:42 UTC

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

I tried several revision of madwifi-ng, from 6ec2922 to aircrack-ng/aircrack-ng@ and I get the same result with all revision; madwifi-ng is not the cause of the problem.

@aircrack-ng aircrack-ng changed the title new versions of madwifi-ng svn break wesside-ng Errors in wesside-ng with madwifi-ng Mar 10, 2018
@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

There was something wrong with my install, I succeeded make it working with aircrack-ng/aircrack-ng@.

I'm trying to find which revision of madwifi-ng caused this issue (and what change made this error happen). I'm quite close to it: 2f2ca10 works but 8e7d42f doesn't work anymore.

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

Latest working madwifi-ng revision is 7e45d64; cf5a643 produce this error.

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

Here is the changeset: http://madwifi.org/changeset/2487

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

Here is a quick and dirty patch before the real fix: http://patches.aircrack-ng.org/madwifi-ng-aircrack-ng/aircrack-ng@fc1c00846b12aa600af4dea860e607b6175ed108-dirty_wesside-ng_fix.patch

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

These 2 files were recorded with another computer.

  • unpatched contains the packets when wesside-ng fails
  • patched contains the packets when wesside-ng works (dirty patch applied)

There's no problem with both packets but there's something wrong in the way madwifi-ng reports packets sent (success or failure) or in wesside-ng.

@aircrack-ng
Copy link
Owner Author

Comment by derdely on 18 Aug 2007 17:42 UTC

Anyone help me with the patch, when i attempt to patch i get the following:

madwifi-ng# patch -Np1 -i ../madwifi-ng-aircrack-ng/aircrack-ng@fc1c00846b12aa600af4dea860e607b6175ed108-dirty_wesside-ng_fix.patch
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:

|Index: ath/if_ath.c
|===================================================================
|--- ath/if_ath.c (revision 2662)
|+++ ath/if_ath.c (working copy)

File to patch:

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

derdely, such question is a patching problem, not related at all to this issue. So please use the forum or specify the path to if_ath.c (from where you are).

@aircrack-ng
Copy link
Owner Author

Comment by Edster on 18 Aug 2007 17:42 UTC

You also get this with patched Hostap (kernel 2.6.20 version) under Intel.
Exactly the same errors

@aircrack-ng
Copy link
Owner Author

Modified by misterx on 18 Aug 2007 17:42 UTC

@aircrack-ng aircrack-ng changed the title Errors in wesside-ng with madwifi-ng Errors in wesside-ng with different drivers Mar 10, 2018
@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Hello,

I had opened ticket 332 with this problem and that one is closed due to same as this ticket.
I see only a patch for madwifi driver, is this the same for the rt73 driver ?

Is the problem also solved for the alfa with rt73 ..

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

no, there's nothing for rt73 because we were not aware of the problem before you posted the ticket.

@aircrack-ng
Copy link
Owner Author

Comment by hirte on 18 Aug 2007 17:42 UTC

i think the problem is, that on recent madwifi-ng driver revisions the ack frames are broken, they aren't 10 but 8 byte in size (lacking the last 2 bytes of the receiver mac). so wesside never gets an ack. i think this is what causes this error. on ralink, i think you never get acks at all. it works with aircrack-ng/aircrack-ng@ tho, as i used it successfully without the errors mentioned above. could be the same issue, which is described in ticket #334.

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

http://madwifi.org/ticket/1569

@aircrack-ng
Copy link
Owner Author

Comment by zarren2 on 18 Aug 2007 17:42 UTC

Managed to fix this with some mods to the madwifi drivers heres a link to the drivers

http://www.mediafire.com/?3xnxgndsqsd

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Replying to zarren2@hotmail.co.uk:

Managed to fix this with some mods to the madwifi drivers heres a link to the drivers

http://www.mediafire.com/?3xnxgndsqsd

Change the hxxp to http because I can't post URL's my card is a netgear wg511t

@aircrack-ng
Copy link
Owner Author

Comment by Carlos on 18 Aug 2007 17:42 UTC

got the same problem with rt61 and ipw2100
"ERROR Max retransmists for (30 bytes)"

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

http://www.mediafire.com/?4xmdjmyn9xc

New approach to the problem check out these drivers and let me know how you get on at my blog.

hXXp://drgr33nsblog.blogspot.com/

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Replying to anonymous:

http://www.mediafire.com/?4xmdjmyn9xc

New approach to the problem check out these drivers and let me know how you get on at my blog.

hXXp://drgr33nsblog.blogspot.com/

Wrong driver sorry

http://www.mediafire.com/?5tb141qsc95

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

It should be fixed with latest revision (trunk) of madwifi-ng.

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Replying to misterx:

It should be fixed with latest revision (trunk) of madwifi-ng.

kernel panic with latest revision ???

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

I think we talked earlier on irc. I don't have any kernel panic (with a 2.6.18).

You should report it to madwifi (but first, check if there's no existing ticket).

@aircrack-ng
Copy link
Owner Author

Comment by zarren2 on 18 Aug 2007 17:42 UTC

No it wasn't me you were talking to :D But I got them working it was my fault :D Cheers misterx

@aircrack-ng
Copy link
Owner Author

Comment by trevelyn on 18 Aug 2007 17:42 UTC

hi, i patched in directory and it patched okay with:
http://patches.aircrack-ng.org/madwifi-ng-aircrack-ng/aircrack-ng@fc1c00846b12aa600af4dea860e607b6175ed108-dirty_wesside-ng_fix.patch
listed above, but my card still gives the transmit errors, should I change the transmit with iwconfig before continuing? is that possible to fix the error? i am not sure which rxxxx driver i am using, i just get this when i install my card:
http://snapshots.madwifi.org/madwifi-trunk-current.tar.gz
I am using a macbook 13" rev2 late 2006. if i dont patch it, the card injects fine, and scans fine after i create a VAP with wlanconfig just so you know. but my error looks JUST like the one in the first post above. ideas? - thanks trev.

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

It's a bug tracker, not something to post like a forum. Please use a forum trevelyn.

For everybody having issues with wesside-ng, try using madwifi-ng revision 2834, it should fix problems (or use airdriver-ng in 1.0-dev to install madwifi-ng).

@aircrack-ng
Copy link
Owner Author

Comment by zarren2 on 18 Aug 2007 17:42 UTC

lol @ trevelyn

misterx Still get kernel panic with 2834.Been playin around for weeks ??? I havent tryed using airdriver-ng to install thanks I will try that later and if it still freezes I will post a new ticket.

I'm using kernel 2.6.22.9 and I've tryed 2.6.20 on slackware 12.

@aircrack-ng
Copy link
Owner Author

Comment by zarren2 on 18 Aug 2007 17:42 UTC

Ok used airdriver-ng to install drivers and it works but takes ages and very temperamental with guessing ip. And getting

[15:42:19] ERROR Max retransmists for (68 bytes):=db:eb:17 (rate=0)
08 41 FF 7F 00 18 F6 79 1E 51 06 1B 2F 68 CF 84 FF FF FF FF FF FF 30 38 02 B0 63 00 7E 0F 6F F7 89 B1 54 DD 53 C5 6E 6D 73 95 24 67 6E A7 9A 28 61 CB 00 E3 AE 4D 48 80 4C 3E 55 7F 56 EE 2B A9 17 BC 8A 5E

After looking into this more it looks like my card just freezes for about 20 seconds and then kicks in again?

It patched the drivers but I cannot find where airdriver-ng puts them ??? I think Iwill stick to my drivers untill 0.9.3.4 is stable :D

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Sorry for the double posts airdriver installs 2438.

@aircrack-ng
Copy link
Owner Author

Comment by misterx on 18 Aug 2007 17:42 UTC

IT'S NOT A FORUM.

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

I can appreciate that misterx! but I was replying to your suggested solutions that both didn't work for me.

I will check to see if there is a open ticket over at the madwifi site and if not I will post one.

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

anyone got a fix for rt73 yet? ERROR Max retransmists for (30 bytes): etc etc on alfa AWUS036s

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Same problems using the HostAP driver installed with airdriver-ng. Is a fix available for prism chipsets?

@aircrack-ng
Copy link
Owner Author

Comment by dgc on 18 Aug 2007 17:42 UTC

rt73, same problem so far, only tried on 1 BSSID, will keep testing

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Got same problem with zd1211rw

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Same problem with IPWRAW Intel 3945.

Sometimes get kernel panic.

My hardware+driver Injects perfectly if you might think that I didn't set up my gear correctly.

@aircrack-ng
Copy link
Owner Author

Modified by misterx on 18 Aug 2007 17:42 UTC

@aircrack-ng aircrack-ng modified the milestones: 1.0, 1.1 Mar 10, 2018
@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Since injection support was fixed in madwifi-ng trunk, everything works fine except wesside-ng. This is with a modified no-ack patch applied to aircrack-ng/aircrack-ng@.

Quite a bit of "max retransmits" errors, however:

  1. Associates OK.
  2. Authenticates OK.
  3. Gets ARP packet OK.
  4. Tries to guess IP and just hangs, not moving.

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

Ignore previous post, updated to aircrack-ng current trunk and issue disappeared.

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

a mi tambien me da el error: "ERROR Max retransmists for (30 bytes)" no se mucho ingles y soy novato en linux pero necesito hacer que me funcione, mi tarjeta es wl-167G USB2.0 y uso el Back Track 3, porfavor necesito los pasos concretos para solucionar el fallo si es posible contestar en spanish.

@aircrack-ng
Copy link
Owner Author

Comment by anonymous on 18 Aug 2007 17:42 UTC

wesside sadly still not working:
Wesside-ng 1.0 rc4 3e1ab1f
ubuntu/amd64 2.6.28-14-generic
Intel Wireless WiFi Link 5300AGN REV=0x24 with iwlwifi

wesside-ng -i mon0 -v xx:xx:xx:9C:27:1E
[Using mac xx:xx:xx:11:F3:B8
00:52:05 Looking for a victim...
[Found SSID(yokosuka) BSS=(xx:xx:xx:9C:27:1E) chan=6
00:52:05 Authenticated
[Associated (ID=1)
00:52:09 Datalen 84 Known clear 12
[Got 12 bytes of prga IV=(d2:75:3e) PRGA=97 94 98 EE 28 D2 1E 43 AE 00 83 C9
00:52:10 ERROR Max retransmists for (40 bytes):
08 45 FF 7F 00 1B 11 9C 27 1E 00 21 6A 11 F3 B8 FF FF FF FF FF FF 20 00 D2 75 3E 00 3D 3E 9B EE 28 D2 16 45 30 F5 D9 D3

the ERROR output continues infinitely

@aircrack-ng
Copy link
Owner Author

Modified by misterx on 18 Aug 2007 17:42 UTC

@aircrack-ng aircrack-ng added the wontfix This will not be worked on label Mar 10, 2018
@aircrack-ng
Copy link
Owner Author

Comment by Joe on 18 Aug 2007 17:42 UTC

Not working here with AWUS036h either.

ERROR max retransmists

How do I fix this? I'm using BackTrack 4 final.

The card seems to be working other than that.. and the injection test with aireplay works too.

What gives?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @minor #wesside-ng wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant