I have a new problem. Everything runs perfect. I am now able to view my BrewPi interface remotely and at home on the network. Interestingly, none of my updates will work and I cannot get on the internet any more. It’s almost as if I’m directly plugged into my Spark through the wifi but there is no internet access?
My /etc/network/interfaces looks like:
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet manual
auto wlan0
allow-hotplug wlan0
auto wlan0 inet manual
wpa-conf /etc/wap_supplicant/wpa_supplicant.conf
auto wlan1
allow-hotplug wlan1
iface wlan1 intet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
I did the protocol for remote viewing found on this forum for “remote viewing” and are connecting via wifi. I did not set up a static ip but I have my router set to always give my pi the same ip address.
Thanks @Elco. I think that typo you saw was just a transposition error on my part. I am now SSH’d into my system so I can copy and paste.
I changed my setting in /etc/network/interfaces to this. Basically just got rid of wlan1 and made a few small changes to wlan0. I did try to change ‘iface wlan0 inet manual’ to ‘iface wlan0 inet dhcp’ and that didn’t work either.
pi@raspberrypi ~ $ cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
allow-hotplug eth0
iface eth0 inet manual
auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
I can connect to the spark and ssh and everything but cannot access web.