All of lore.kernel.org
 help / color / mirror / Atom feed
* wl1271: communication fails with kernel 3.4-rc2 and firmware series 4
@ 2012-04-12 12:34 Yegor Yefremov
  0 siblings, 0 replies; 5+ messages in thread
From: Yegor Yefremov @ 2012-04-12 12:34 UTC (permalink / raw)
  To: linux-omap; +Cc: Mark A. Greer, mporter

I have a problem with WLAN driver wl12xx and 3.4-rc2. I made tests both on AM3517 + W7310 and Pandaboard. Both have wl1271 chip inside. Previous kernels 2.6.37 and 3.3-rc7 made no problem: I could associate with my AP and then reach every host in my LAN. With 3.4-rc2 I can only associate, but IP pings can't be received/sent.

This is my discussion on linux-wireless mailing list:
http://thread.gmane.org/gmane.linux.kernel.wireless.general/88659

Am I missing some important patches? Can someone try and confirm my observations?

Thanks,
Yegor

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wl1271: communication fails with kernel 3.4-rc2 and firmware series 4
  2012-04-11 10:41   ` Yegor Yefremov
@ 2012-04-12 11:52     ` Yegor Yefremov
  0 siblings, 0 replies; 5+ messages in thread
From: Yegor Yefremov @ 2012-04-12 11:52 UTC (permalink / raw)
  To: yegor_sub1; +Cc: Luciano Coelho, linux-wireless, arik

On Wed, Apr 11, 2012 at 12:41 PM, Yegor Yefremov
<yegor_sub1@visionsystems.de> wrote:
> Am 11.04.2012 12:25, schrieb Luciano Coelho:
>> Hi Yegor,
>>
>> On Wed, 2012-04-11 at 12:14 +0200, Yegor Yefremov wrote:
>>> continuing our yesterdays discussion on IRC I try to summarize my
>>> results.
>>>
>>> First of all I calibrated my WLAN card via ti-utils as described here
>>> http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator using
>>> calibrator plt calibrate.
>>>
>>> Then I integrated this nvs file into kernel, so I have no longer these
>>> nasty errors.
>>>
>>> Still I cannot ping anything. Here you can see the end of
>>> wpa_supplicant's log:
>>>
>>> WPA: Installing PTK to the driver.
>>> wpa_driver_nl80211_set_key: ifindex=3 alg=2 addr=0x42a48 key_idx=0 set_tx=1 seq_len=6 key_len=32
>>>    addr=5c:d9:98:f9:30:d9
>>> EAPOL: External notification - portValid=1
>>> State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
>>> RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
>>> WPA: Group Key - hexdump(len=32): [REMOVED]
>>> WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32).
>>> WPA: RSC - hexdump(len=6): b1 7c 0d 00 00 00
>>> wpa_driver_nl80211_set_key: ifindex=3 alg=2 addr=0x2a443 key_idx=1 set_tx=0 seq_len=6 key_len=32
>>> WPA: Key negotiation completed with 5c:d9:98:f9:30:d9 [PTK=TKIP GTK=TKIP]
>>> Cancelling authentication timeout
>>> Removed BSSID 5c:d9:98:f9:30:d9 from blacklist
>>> State: GROUP_HANDSHAKE -> COMPLETED
>>> CTRL-EVENT-CONNECTED - Connection to 5c:d9:98:f9:30:d9 completed (reauth) [id=1
>>> id_str=]
>>> wpa_driver_nl80211_set_operstate: operstate 0->1 (UP)
>>> netlink: Operstate: linkmode=-1, operstate=6
>>> EAPOL: External notification - portValid=1
>>> EAPOL: External notification - EAP success=1
>>> EAPOL: SUPP_PAE entering state AUTHENTICATING
>>> EAPOL: SUPP_BE entering state SUCCESS
>>> EAP: EAP entering state DISABLED
>>> EAPOL: SUPP_PAE entering state AUTHENTICATED
>>> EAPOL: Supplicant port status: Authorized
>>> EAPOL: SUPP_BE entering state IDLE
>>> EAPOL authentication completed successfully
>>> RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
>>> RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
>>> EAPOL: startWhen --> 0
>>> EAPOL: disable timer tick
>>>
>>> Any ideas? As i told before both 2.6.37 and 3.3-rc7 made no problems.
>> Hard to say.  From these logs everything seems to be working fine.  What
>> IP address are you using? Are you sure your routes are all set up
>> correctly? Do you get any messages in the kernel logs, TX stuck
>> watchdog, maybe?
>
> As soon as I replace 3.4 with 2.6.37 pings go through.
>
> # ifconfig wlan0
> wlan0     Link encap:Ethernet  HWaddr 00:04:D9:80:55:02
>          inet addr:192.168.1.239  Bcast:192.168.1.255  Mask:255.255.255.0
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:5 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:1000
>          RX bytes:737 (737.0 B)  TX bytes:568 (568.0 B)
>
> # route -n
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0
>
> #dmesg
> wl12xx: firmware booted (Rev 6.3.5.0.98)
> wlan0: authenticate with 5c:d9:98:f9:30:d9
> wlan0: send auth to 5c:d9:98:f9:30:d9 (try 1/3)
> wlan0: authenticated
> wlan0: associate with 5c:d9:98:f9:30:d9 (try 1/3)
> wlan0: RX AssocResp from 5c:d9:98:f9:30:d9 (capab=0x431 status=0 aid=2)
> wlan0: associated

I made debugging on Pandaboard:

Jan  1 00:09:55 buildroot user.info kernel:
dynamic_debug:ddebug_exec_queries: processed 1 queries, with 225
matches, 0 errs
Jan  1 00:10:28 buildroot user.debug kernel: wl12xx: mac80211 start
Jan  1 00:10:28 buildroot user.debug kernel: wl12xx: mac80211 add
interface type 2 mac de:ad:be:ef:00:00
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: MBOX ptrs: 0x4cf80 0x4cfc0
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: MBOX ptrs: 0x4cf80 0x4cfc0
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: available tx blocks: 99
Jan  1 00:10:29 buildroot user.info kernel: wl12xx: firmware booted
(Rev 6.3.5.0.98)
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: 11a is supported
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211 bss info
changed 0xe
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211 conf tx 0
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211 conf tx 1
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211 conf tx 2
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211 conf tx 3
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211 bss info
changed 0x2000
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211 bss info
changed 0x4000
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211 config
ch 1 psm off power 20 idle changed 0xffffffff
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: flushing tx buffer: 0 0
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211 config
ch 1 psm off power 20 idle changed 0x10
Jan  1 00:10:29 buildroot user.debug kernel: wl12xx: mac80211
configure filter changed 0 total 80000000
Jan  1 00:10:43 buildroot user.debug kernel: wl12xx: mac80211 hw scan
Jan  1 00:10:43 buildroot user.debug kernel: wl12xx: rx skb
0xef28c500: 214 B  seq 2896 hlid 0
Jan  1 00:10:43 buildroot user.debug kernel: wl12xx: rx skb
0xef28ca40: 142 B  seq 871 hlid 0
Jan  1 00:10:43 buildroot user.debug kernel: wl12xx: rx skb
0xef28c980: 214 B  seq 2897 hlid 0
Jan  1 00:10:43 buildroot user.debug kernel: wl12xx: rx skb
0xef28cc80: 281 B  seq 2364 hlid 0
Jan  1 00:10:43 buildroot user.debug kernel: wl12xx: rx skb
0xef28cb00: 142 B  seq 872 hlid 0
Jan  1 00:10:43 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2e00: 148 B beacon seq 1545 hlid 0
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx: EVENT on mbox 0
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx: MBOX DUMP:
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx:    vector: 0x400
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx:    mask: 0x3893bfe
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx: vector: 0x400
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx: status: 0x87
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx: EVENT on mbox 1
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx: MBOX DUMP:
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx:    vector: 0x400
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx:    mask: 0x3893bfe
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx: vector: 0x400
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx: status: 0x9f
Jan  1 00:10:44 buildroot user.debug kernel: wl12xx: mac80211 hw scan
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: EVENT on mbox 0
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: MBOX DUMP:
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx:    vector: 0x400
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx:    mask: 0x3893bfe
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: vector: 0x400
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: status: 0x87
Jan  1 00:10:45 buildroot user.debug kernel: wlan0: authenticate with
5c:d9:98:f9:30:d9
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 bss info
changed 0x4000
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 config
ch 1 psm off power 20 in use changed 0x100
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: EVENT on mbox 1
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: MBOX DUMP:
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx:    vector: 0x80000000
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx:    mask: 0x3893bfe
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: vector: 0x80000000
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 config
ch 1 psm off power 20 in use changed 0x40
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 bss info
changed 0xa0
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 sta 0 state=0->1
Jan  1 00:10:45 buildroot user.debug kernel: wlan0: send auth to
5c:d9:98:f9:30:d9 (try 1/3)
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: queue skb hlid 1 q 3 len 30
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: tx_allocate:
size: 46, blocks: 2, id: 0
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: tx_fill_hdr: pad:
2 hlid: 1 tx_attr: 0x824 len: 12 life: 2000 mem: 2
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2a40: 30 B  seq 0 hlid 1
Jan  1 00:10:45 buildroot user.debug kernel: wlan0: authenticated
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 sta 0 state=1->2
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: tx_complete
received, packets: 1
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: tx status id 0
skb 0xee7c2c80 failures 0 rate 0x15 status 0x0
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 config
ch 1 psm off power 20 in use changed 0x40
Jan  1 00:10:45 buildroot user.debug kernel: wlan0: associate with
5c:d9:98:f9:30:d9 (try 1/3)
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: queue skb hlid 1 q 3 len 73
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: tx_allocate:
size: 89, blocks: 2, id: 0
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: tx_fill_hdr: pad:
3 hlid: 1 tx_attr: 0xc24 len: 23 life: 2000 mem: 2
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: tx_complete
received, packets: 1
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: tx status id 0
skb 0xef28c680 failures 0 rate 0x15 status 0x0
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: rx skb
0xee7b99c0: 69 B  seq 1 hlid 1
Jan  1 00:10:45 buildroot user.debug kernel: wlan0: RX AssocResp from
5c:d9:98:f9:30:d9 (capab=0x431 status=0 aid=1)
Jan  1 00:10:45 buildroot user.debug kernel: wlan0: associated
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 sta 0 state=2->3
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 conf tx 0
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 conf tx 1
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 conf tx 2
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 conf tx 3
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: mac80211 bss info
changed 0x304d
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: rx skb
0xee7b9300: 131 B  seq 4 hlid 1
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: rx skb
0xee7b9240: 148 B beacon seq 1568 hlid 1
Jan  1 00:10:45 buildroot user.debug kernel: cfg80211: Pending
regulatory request, waiting for it to be processed...
Jan  1 00:10:45 buildroot user.debug kernel: wl12xx: rx skb
0xee7b9300: 220 B beacon seq 171 hlid 1
.............................................................................
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: rx skb
0xee7b6740: 220 B beacon seq 1920 hlid 1
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: queue skb hlid 1
q 0 len 153
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: tx_allocate:
size: 169, blocks: 2, id: 0
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: tx_fill_hdr: pad:
3 hlid: 1 tx_attr: 0xc24 len: 43 life: 2000 mem: 2
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: tx_complete
received, packets: 1
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: tx status id 0
skb 0xee7b6740 failures 0 rate 0x15 status 0x0
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: rx skb
0xee7b6740: 217 B  seq 5 hlid 1
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: rx skb
0xee7b6200: 247 B beacon seq 2387 hlid 1
.........................................................
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: rx skb
0xee7b39c0: 247 B beacon seq 2390 hlid 1
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: queue skb hlid 1
q 0 len 131
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: tx_allocate:
size: 147, blocks: 2, id: 0
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: tx_fill_hdr: pad:
1 hlid: 1 tx_attr: 0x424 len: 37 life: 2000 mem: 2
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: tx_complete
received, packets: 1
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: tx status id 0
skb 0xee7b39c0 failures 0 rate 0x13 status 0x0
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: mac80211 set key
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: mac80211 set key
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: mac80211 sta 0 state=3->4
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: mac80211 config
ch 1 psm on power 20 in use changed 0x10
Jan  1 00:10:46 buildroot user.debug kernel: wl12xx: rx skb
0xee7b3480: 148 B beacon seq 1577 hlid 1
..........................................................................................................
Jan  1 00:10:51 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2800: 220 B beacon seq 229 hlid 1
Jan  1 00:10:51 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2680: 118 B  seq 67 hlid 1
Jan  1 00:10:51 buildroot user.debug kernel: wl12xx: rx skb
0xee7c25c0: 118 B  seq 69 hlid 1
Jan  1 00:10:51 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2500: 118 B  seq 70 hlid 1
Jan  1 00:10:51 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2440: 247 B beacon seq 2442 hlid 1
..........................................................................................................
Jan  1 00:10:53 buildroot user.debug kernel: wl12xx: rx skb
0xee7b08c0: 247 B beacon seq 2464 hlid 1
Jan  1 00:10:53 buildroot user.debug kernel: wl12xx: queue skb hlid 1 q 0 len 60
Jan  1 00:10:53 buildroot user.debug kernel: wl12xx: tx_allocate:
size: 80, blocks: 2, id: 0
Jan  1 00:10:53 buildroot user.debug kernel: wl12xx: tx_fill_hdr: pad:
0 hlid: 1 tx_attr: 0x24 len: 20 life: 2000 mem: 2
Jan  1 00:10:53 buildroot user.debug kernel: wl12xx: tx_complete
received, packets: 1
Jan  1 00:10:53 buildroot user.debug kernel: wl12xx: tx status id 0
skb 0xee7b0680 failures 0 rate 0x10 status 0x4
Jan  1 00:10:53 buildroot user.debug kernel: wl12xx: rx skb
0xee7b0380: 148 B beacon seq 1676 hlid 1
...................................................................................
Jan  1 00:10:54 buildroot user.debug kernel: wl12xx: rx skb
0xee7b6a40: 247 B beacon seq 2474 hlid 1
Jan  1 00:10:54 buildroot user.debug kernel: wl12xx: queue skb hlid 1 q 0 len 60
Jan  1 00:10:54 buildroot user.debug kernel: wl12xx: tx_allocate:
size: 80, blocks: 2, id: 0
Jan  1 00:10:54 buildroot user.debug kernel: wl12xx: tx_fill_hdr: pad:
0 hlid: 1 tx_attr: 0x24 len: 20 life: 2000 mem: 2
Jan  1 00:10:54 buildroot user.debug kernel: wl12xx: tx_complete
received, packets: 1
Jan  1 00:10:54 buildroot user.debug kernel: wl12xx: tx status id 0
skb 0xee7b6b00 failures 0 rate 0x10 status 0x4
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: rx skb
0xee7b6ec0: 148 B beacon seq 1689 hlid 1
...................................................................
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: rx skb
0xee7c28c0: 247 B beacon seq 2483 hlid 1
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: rx skb
0xef28c2c0: 148 B beacon seq 1701 hlid 1
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2bc0: 220 B beacon seq 271 hlid 1
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2a40: 220 B beacon seq 2017 hlid 1
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: queue skb hlid 1 q 0 len 60
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: tx_allocate:
size: 80, blocks: 2, id: 0
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: tx_fill_hdr: pad:
0 hlid: 1 tx_attr: 0x24 len: 20 life: 2000 mem: 2
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: tx_complete
received, packets: 1
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: tx status id 0
skb 0xee7c2c80 failures 0 rate 0x10 status 0x4
Jan  1 00:10:55 buildroot user.debug kernel: wl12xx: rx skb
0xee7b9540: 247 B beacon seq 2484 hlid 1
Jan  1 00:10:56 buildroot user.debug kernel: wl12xx: rx skb
0xee7b99c0: 148 B beacon seq 1703 hlid 1
....................................................................
Jan  1 00:11:01 buildroot user.debug kernel: wl12xx: rx skb
0xee7b0a40: 148 B beacon seq 1768 hlid 1
Jan  1 00:11:01 buildroot user.debug kernel: wl12xx: rx skb
0xee7b0980: 220 B beacon seq 321 hlid 1
Jan  1 00:11:01 buildroot user.debug kernel: wl12xx: rx skb
0xee7b08c0: 118 B  seq 75 hlid 1
Jan  1 00:11:01 buildroot user.debug kernel: wl12xx: rx skb
0xee7b0680: 118 B  seq 76 hlid 1
Jan  1 00:11:01 buildroot user.debug kernel: wl12xx: rx skb
0xef28c140: 118 B  seq 77 hlid 1
Jan  1 00:11:01 buildroot user.debug kernel: wl12xx: rx skb
0xee7b05c0: 118 B  seq 78 hlid 1
Jan  1 00:11:01 buildroot user.debug kernel: wl12xx: rx skb
0xee7b0500: 247 B beacon seq 2539 hlid 1
....................................
Jan  1 00:11:23 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2d40: 220 B beacon seq 540 hlid 1
Jan  1 00:11:23 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2d40: 118 B  seq 91 hlid 1
Jan  1 00:11:23 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2d40: 148 B beacon seq 2058 hlid 1
Jan  1 00:11:23 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2d40: 247 B beacon seq 2759 hlid 1
Jan  1 00:11:23 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2d40: 118 B  seq 93 hlid 1
Jan  1 00:11:23 buildroot user.debug kernel: wl12xx: rx skb
0xee7c2d40: 118 B  seq 94 hlid 1

Do you see something strange?

Yegor

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wl1271: communication fails with kernel 3.4-rc2 and firmware series 4
  2012-04-11 10:25 ` Luciano Coelho
@ 2012-04-11 10:41   ` Yegor Yefremov
  2012-04-12 11:52     ` Yegor Yefremov
  0 siblings, 1 reply; 5+ messages in thread
From: Yegor Yefremov @ 2012-04-11 10:41 UTC (permalink / raw)
  To: Luciano Coelho; +Cc: linux-wireless, arik, Yegor Yefremov

Am 11.04.2012 12:25, schrieb Luciano Coelho:
> Hi Yegor,
>
> On Wed, 2012-04-11 at 12:14 +0200, Yegor Yefremov wrote:
>> continuing our yesterdays discussion on IRC I try to summarize my
>> results. 
>>
>> First of all I calibrated my WLAN card via ti-utils as described here
>> http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator using
>> calibrator plt calibrate. 
>>
>> Then I integrated this nvs file into kernel, so I have no longer these
>> nasty errors.
>>
>> Still I cannot ping anything. Here you can see the end of
>> wpa_supplicant's log:
>>
>> WPA: Installing PTK to the driver.
>> wpa_driver_nl80211_set_key: ifindex=3 alg=2 addr=0x42a48 key_idx=0 set_tx=1 seq_len=6 key_len=32
>>    addr=5c:d9:98:f9:30:d9
>> EAPOL: External notification - portValid=1
>> State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
>> RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
>> WPA: Group Key - hexdump(len=32): [REMOVED]
>> WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32).
>> WPA: RSC - hexdump(len=6): b1 7c 0d 00 00 00
>> wpa_driver_nl80211_set_key: ifindex=3 alg=2 addr=0x2a443 key_idx=1 set_tx=0 seq_len=6 key_len=32
>> WPA: Key negotiation completed with 5c:d9:98:f9:30:d9 [PTK=TKIP GTK=TKIP]
>> Cancelling authentication timeout
>> Removed BSSID 5c:d9:98:f9:30:d9 from blacklist
>> State: GROUP_HANDSHAKE -> COMPLETED
>> CTRL-EVENT-CONNECTED - Connection to 5c:d9:98:f9:30:d9 completed (reauth) [id=1
>> id_str=]
>> wpa_driver_nl80211_set_operstate: operstate 0->1 (UP)
>> netlink: Operstate: linkmode=-1, operstate=6
>> EAPOL: External notification - portValid=1
>> EAPOL: External notification - EAP success=1
>> EAPOL: SUPP_PAE entering state AUTHENTICATING
>> EAPOL: SUPP_BE entering state SUCCESS
>> EAP: EAP entering state DISABLED
>> EAPOL: SUPP_PAE entering state AUTHENTICATED
>> EAPOL: Supplicant port status: Authorized
>> EAPOL: SUPP_BE entering state IDLE
>> EAPOL authentication completed successfully
>> RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
>> RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
>> EAPOL: startWhen --> 0
>> EAPOL: disable timer tick
>>
>> Any ideas? As i told before both 2.6.37 and 3.3-rc7 made no problems.
> Hard to say.  From these logs everything seems to be working fine.  What
> IP address are you using? Are you sure your routes are all set up
> correctly? Do you get any messages in the kernel logs, TX stuck
> watchdog, maybe?

As soon as I replace 3.4 with 2.6.37 pings go through.

# ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr 00:04:D9:80:55:02
          inet addr:192.168.1.239  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:737 (737.0 B)  TX bytes:568 (568.0 B) 

# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0

#dmesg
wl12xx: firmware booted (Rev 6.3.5.0.98)
wlan0: authenticate with 5c:d9:98:f9:30:d9
wlan0: send auth to 5c:d9:98:f9:30:d9 (try 1/3)
wlan0: authenticated
wlan0: associate with 5c:d9:98:f9:30:d9 (try 1/3)
wlan0: RX AssocResp from 5c:d9:98:f9:30:d9 (capab=0x431 status=0 aid=2)
wlan0: associated

Yegor

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: wl1271: communication fails with kernel 3.4-rc2 and firmware series 4
  2012-04-11 10:14 Yegor Yefremov
@ 2012-04-11 10:25 ` Luciano Coelho
  2012-04-11 10:41   ` Yegor Yefremov
  0 siblings, 1 reply; 5+ messages in thread
From: Luciano Coelho @ 2012-04-11 10:25 UTC (permalink / raw)
  To: yegor_sub1; +Cc: linux-wireless, arik, Yegor Yefremov

Hi Yegor,

On Wed, 2012-04-11 at 12:14 +0200, Yegor Yefremov wrote:
> continuing our yesterdays discussion on IRC I try to summarize my
> results. 
> 
> First of all I calibrated my WLAN card via ti-utils as described here
> http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator using
> calibrator plt calibrate. 
> 
> Then I integrated this nvs file into kernel, so I have no longer these
> nasty errors.
> 
> Still I cannot ping anything. Here you can see the end of
> wpa_supplicant's log:
> 
> WPA: Installing PTK to the driver.
> wpa_driver_nl80211_set_key: ifindex=3 alg=2 addr=0x42a48 key_idx=0 set_tx=1 seq_len=6 key_len=32
>    addr=5c:d9:98:f9:30:d9
> EAPOL: External notification - portValid=1
> State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
> RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
> WPA: Group Key - hexdump(len=32): [REMOVED]
> WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32).
> WPA: RSC - hexdump(len=6): b1 7c 0d 00 00 00
> wpa_driver_nl80211_set_key: ifindex=3 alg=2 addr=0x2a443 key_idx=1 set_tx=0 seq_len=6 key_len=32
> WPA: Key negotiation completed with 5c:d9:98:f9:30:d9 [PTK=TKIP GTK=TKIP]
> Cancelling authentication timeout
> Removed BSSID 5c:d9:98:f9:30:d9 from blacklist
> State: GROUP_HANDSHAKE -> COMPLETED
> CTRL-EVENT-CONNECTED - Connection to 5c:d9:98:f9:30:d9 completed (reauth) [id=1
> id_str=]
> wpa_driver_nl80211_set_operstate: operstate 0->1 (UP)
> netlink: Operstate: linkmode=-1, operstate=6
> EAPOL: External notification - portValid=1
> EAPOL: External notification - EAP success=1
> EAPOL: SUPP_PAE entering state AUTHENTICATING
> EAPOL: SUPP_BE entering state SUCCESS
> EAP: EAP entering state DISABLED
> EAPOL: SUPP_PAE entering state AUTHENTICATED
> EAPOL: Supplicant port status: Authorized
> EAPOL: SUPP_BE entering state IDLE
> EAPOL authentication completed successfully
> RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
> RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
> EAPOL: startWhen --> 0
> EAPOL: disable timer tick
> 
> Any ideas? As i told before both 2.6.37 and 3.3-rc7 made no problems.

Hard to say.  From these logs everything seems to be working fine.  What
IP address are you using? Are you sure your routes are all set up
correctly? Do you get any messages in the kernel logs, TX stuck
watchdog, maybe?


-- 
Cheers,
Luca.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* wl1271: communication fails with kernel 3.4-rc2 and firmware series 4
@ 2012-04-11 10:14 Yegor Yefremov
  2012-04-11 10:25 ` Luciano Coelho
  0 siblings, 1 reply; 5+ messages in thread
From: Yegor Yefremov @ 2012-04-11 10:14 UTC (permalink / raw)
  To: linux-wireless; +Cc: arik, coelho, Yegor Yefremov

Hi Luciano,

continuing our yesterdays discussion on IRC I try to summarize my results. 

First of all I calibrated my WLAN card via ti-utils as described here http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator using calibrator plt calibrate. 

Then I integrated this nvs file into kernel, so I have no longer these nasty errors.

Still I cannot ping anything. Here you can see the end of wpa_supplicant's log:

WPA: Installing PTK to the driver.
wpa_driver_nl80211_set_key: ifindex=3 alg=2 addr=0x42a48 key_idx=0 set_tx=1 seq_len=6 key_len=32
   addr=5c:d9:98:f9:30:d9
EAPOL: External notification - portValid=1
State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
WPA: Group Key - hexdump(len=32): [REMOVED]
WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32).
WPA: RSC - hexdump(len=6): b1 7c 0d 00 00 00
wpa_driver_nl80211_set_key: ifindex=3 alg=2 addr=0x2a443 key_idx=1 set_tx=0 seq_len=6 key_len=32
WPA: Key negotiation completed with 5c:d9:98:f9:30:d9 [PTK=TKIP GTK=TKIP]
Cancelling authentication timeout
Removed BSSID 5c:d9:98:f9:30:d9 from blacklist
State: GROUP_HANDSHAKE -> COMPLETED
CTRL-EVENT-CONNECTED - Connection to 5c:d9:98:f9:30:d9 completed (reauth) [id=1
id_str=]
wpa_driver_nl80211_set_operstate: operstate 0->1 (UP)
netlink: Operstate: linkmode=-1, operstate=6
EAPOL: External notification - portValid=1
EAPOL: External notification - EAP success=1
EAPOL: SUPP_PAE entering state AUTHENTICATING
EAPOL: SUPP_BE entering state SUCCESS
EAP: EAP entering state DISABLED
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: Supplicant port status: Authorized
EAPOL: SUPP_BE entering state IDLE
EAPOL authentication completed successfully
RTM_NEWLINK: operstate=1 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added
EAPOL: startWhen --> 0
EAPOL: disable timer tick

Any ideas? As i told before both 2.6.37 and 3.3-rc7 made no problems.

Best regards,
Yegor

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-04-12 12:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 12:34 wl1271: communication fails with kernel 3.4-rc2 and firmware series 4 Yegor Yefremov
  -- strict thread matches above, loose matches on Subject: below --
2012-04-11 10:14 Yegor Yefremov
2012-04-11 10:25 ` Luciano Coelho
2012-04-11 10:41   ` Yegor Yefremov
2012-04-12 11:52     ` Yegor Yefremov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.