Skip to main content
formatting
Source Link
Ghanima
  • 16k
  • 17
  • 66
  • 127

This post helped me out tremendously... So what I am doing involved hard line connecting my raspy pi and both ethernet and wifi were running. I needed to set the eth0 static and disable the wifi. I got ran... sudo nano /etc/network/interfacesudo nano /etc/network/interface and added that # mentioned above and poof problem fixed. Looks like this below...

allow-hotplug wlan0

iface wlan0 inte manual

(#)wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

hashtag without ()

allow-hotplug wlan0 iface wlan0 inte manual #wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf 

This post helped me out tremendously... So what I am doing involved hard line connecting my raspy pi and both ethernet and wifi were running. I needed to set the eth0 static and disable the wifi. I got ran... sudo nano /etc/network/interface and added that # mentioned above and poof problem fixed. Looks like this below...

allow-hotplug wlan0

iface wlan0 inte manual

(#)wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

hashtag without ()

This post helped me out tremendously... So what I am doing involved hard line connecting my raspy pi and both ethernet and wifi were running. I needed to set the eth0 static and disable the wifi. I got ran... sudo nano /etc/network/interface and added that # mentioned above and poof problem fixed. Looks like this below...

allow-hotplug wlan0 iface wlan0 inte manual #wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf 
Source Link

This post helped me out tremendously... So what I am doing involved hard line connecting my raspy pi and both ethernet and wifi were running. I needed to set the eth0 static and disable the wifi. I got ran... sudo nano /etc/network/interface and added that # mentioned above and poof problem fixed. Looks like this below...

allow-hotplug wlan0

iface wlan0 inte manual

(#)wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

hashtag without ()