Quote:
Originally Posted by davidfor
One thing the device does when connecting to WiFi is to check access to a web page. This is http://www.kobo.com/buildinfo.xml. If it cannot fetch that successfully, it will drop the WiFi connection. But, recent firmware should be prompting if it cannot connect and ask if you want to connect anyway. If that isn't happening, you can try adding the following to the config file:
Code:
[FeatureSettings]
IgnoreCaptivePortal=true
This will tell the firmware to ignore the results of the check and stay connected.
|
This worked perfectly, thanks!