I've been trying to isolate the issues with wifi dropouts previously reported
here and
here. This is what I've found.
The problem presents as the loss of throughput on what starts as a working wifi connection. Network applications like VNC and Synergy stutter then stop transferring data altogether. The timeframe varies connectivity can last anywhere from a few seconds, to a couple of minutes, before it cuts out when using one of these applications. I have not been able to use either application without such a dropout for more than a couple of minutes under kernel 3.2
Turning off Power management makes no difference.
The issue does occur with security set to WPA2 AES
The issue does not seem to occur with security turned off (though I was reluctant to test it this way for long)
The issue does not occur under the old kernel.
Issue seems to be triggered by heavy traffic within a local wifi network, especially when there is high traffic between the pandora and another local machine.
External traffic doesn't tend to trigger the problem as often.
I have been using ping tests to monitor the status of the connection, I ping my netbook from the pandora in a terminal window and keep an eye on it while testing. What I tend to see there is that I stop receiving ping responses, and then eventually start getting back "Destination Host Unreachable"
The connection always comes good if I trigger a reconnect in Network Manager.
Tonight I setup wireshark on the netbook and observed what happened when the problem kicked in.
It started with a few requests in either direction to retransmit packets. Once the application data ceased, the pings continued. The netbook was receiving every single ping and responding, even though no responses were showing up on the pandora itself. Eventually the pandora seemed to notice it wasn't seeing any incoming traffic and started sending ARP packets requesting the address of the netbook. (the netbook kept responding, to no effect) This was the point where the Destination Host Unreachable errors started.
Basically, it seems to me that the pandora simply stops processing incoming packets, but can still send outgoing packets without a problem.
- Neelix