Setup/Wifi issues No internet but connected, Invalid credentials

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?

We use network manager to help out with internet setup. Please try again booting without wlan0 in the interfaces file

Hi,

Thanks for the reply. If I boot without anything in the file, that’s when it doesn’t work at all, no hosted wifi ap and the network unreachable message.

I login and start the gui and go to wifi settings and no adapters will show up. Ill have to investigate this further, If I get no joy I have another rpi spare and ill just install on that.

Have you done apt-get update + upgrade ? It looks like the driver might be missing or not loadable because of version mismatch.

What does lsmod show? Or iwconfig ?