Comment 159 for bug 246141

Revision history for this message
Sergei (Nolar) Vasilyev (nolar) wrote :

I've solved my first issue. WiFi-router (Asus WL500g premium) only supports WEP40 as a group cipher (can be seen in "iwlist scan"), and wicd default templates contain only CCMP+TKIP both for pairwise and group ciphers. Added WEP40 into /etc/wicd/encryption/templates/wpa (line with "group="), and it had connected.

Well, also I've updated to linux-2.6.27.11 from proposed updates and installed deb-package with the driver for this kernel version. But I think, something similar should help in default Intrepid Ibex installation. Will test a bit later.

Now I have another problem with wireless. It floods dmesg & /var/log/kern.log with these lines :

Jan 3 01:19:39 nolar-wind kernel: [12325.394582] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 0000000810a1 received PN 0000000810a1
Jan 3 01:19:41 nolar-wind kernel: [12327.751327] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 000000081af1 received PN 000000081af1
Jan 3 01:19:45 nolar-wind kernel: [12331.333683] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 000000082b2a received PN 000000082b2a
Jan 3 01:19:47 nolar-wind kernel: [12333.996524] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 00000008371e received PN 00000008371e
Jan 3 01:19:55 nolar-wind kernel: [12341.983993] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 000000085a8c received PN 000000085a8c
Jan 3 01:19:59 nolar-wind kernel: [12345.260866] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 0000000868d0 received PN 0000000868d0
Jan 3 01:20:00 nolar-wind kernel: [12346.694268] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 000000086f3e received PN 000000086f3e
Jan 3 01:20:00 nolar-wind kernel: [12347.001842] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 00000008708a received PN 00000008708a
Jan 3 01:20:04 nolar-wind kernel: [12350.483777] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 00000008800c received PN 00000008800c
Jan 3 01:20:08 nolar-wind kernel: [12354.891909] CCMP: replay detected: STA=00:1d:60:33:60:07 previous PN 0000000893ea received PN 0000000893ea

Noticed only when actively using network (copying files, so on). Same for TKIP. Note that "previous" and "received" numbers are the same, but the distance between lines is not sequental (almost random).

Is this an issue with wpa_supplicant, this driver or maybe something other?