After reading this post I started reading the Kindle Developer's Corner and came across this link:
http://info.iet.unipi.it/~luigi/kind...indle-terminal
On the page is the following text:
The kindle often complains that it cannot connect to a WiFi network, but what this really means is that it cannot connect to amazon.com, and this blocks the browser even if local connectivity is available.
To make the system believe that the network is reachable (and let the browser work), you can issue the following command:
dbus-send --system /default com.lab126.wifid.cmConnected
Might be worth looking into?