Wi-Fi: Pi not recognizing eth0 or wlan0 - Raspberry Pi Forums
hey trying connect raspberry pi compute module wireless internet connection. default when go
sudo nano /etc/network/interfaces is:
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-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto wlan1
allow hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
, when enter ifconfig on terminal, information gives me lo, not eth0, wlan0, or wlan1. have suggestions??
sudo nano /etc/network/interfaces is:
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-conf /etc/wpa_supplicant/wpa_supplicant.conf
auto wlan1
allow hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
, when enter ifconfig on terminal, information gives me lo, not eth0, wlan0, or wlan1. have suggestions??
what wifi adapter connected, , how? afaik there no built-in wifi on cm or interface board.
raspberrypi
Comments
Post a Comment