Hi everyone
I have a compute module on the CMIO board, running 2014-12-24 Raspbian Wheezy.
I installed an Edimax EW-7811Un wifi dongle on USB and it pretty much worked straight out of the box once I set the wpa-supplicant information.
The issue I am facing is that if the WiFi interface is idle it drops off the network for a few seconds at a time.
If I keep the WiFi interface busy (for example, by doing a PING from the compute module to the router) then the wifi stays up no problem.
So say for example if I use ssh to login to the compute module from another machine, my ssh session will stop responding if it is idle for more than just a few seconds.
If I also logon to the compute module via the serial console, and from there keep the wifi busy by doing :
ping 192.168.1.254 (my router address) then the ssh session will work perfectly.
I cannot see anything in /var/log/messages or /var/log/kernel to explain why it drops and re-establishes the wifi when idle.
Any ideas?