11-09-2016, 05:03 AM
Maybe your router/modem doesn't like the fact that the MAC address on the ethernet is changing every time you switch between linux and android? Although that shouldn't really matter since you need to power down the board before removing the card and changing OSs, so i would have thought that resolved it issue. As far as long delays with the longsleep images without the ethernet plugged in, that is sue to /etc/network/interfaces listing auto eth0 instead of allow-hotplug eth0, making it so the init process waits for 5 minutes before continuing if there is no ethernet cable plugged it.
Are you able to get the wifi up on linux on a internet connected wifi network? Then you could run sudo apt-get ethtool so you don't need to neuter a ethernet cable.
Are you able to get the wifi up on linux on a internet connected wifi network? Then you could run sudo apt-get ethtool so you don't need to neuter a ethernet cable.