Hi All,
Wondering if anyone can help. I’ve set-up the beta version on my pi to test with my Wanhao Duplicator.
I already had berry boot with various images installed so did the following using the link below to get it on my pi.
http://www.berryterminal.com/doku.php/berryboot/adding_custom_distributions.
Booted up fine, but wifi would not work saying network unreachable. I’m using the recommended dongle, possible something up with my berry boot install as I’ve had problems with wifi in the past. Anywho edited /etc/network/interfaces file
to include (it originally only mentioned lo and wlan1):
auto wlan0
iface wlan0 inet dhcp
wpa-ssid “myssi”
wpa-psk “mypass”
Restarted and now connects to network fine, and even pings 8.8.8.8 ok. So I got to the ip in my browser to start setup, it says the box is connected to the internet fine.
I then go to sign into my account and this is where it gets stuck. Keeps saying invalid credentials, even though I know 100% they are right. I skip these steps to get to the main part, I then go to settings then internet. Says there is no internet connection and when I try to scan for wireless, nothing.
I know there is internet, and its connected to the network fine so the above two problems are very strange. Is it because I changed my network interface file and that the box didn’t go through the normal procedure of creating a hotspot first?