-
Notifications
You must be signed in to change notification settings - Fork 22
BerePi...Network Setup
TinyOS Lover (3PO_Kang) edited this page Jul 10, 2015
·
18 revisions
-
Check current network status
-
ifconfig
shows network information -
ip addr show
gives IP address
-
-
Wi-Fi setting
- plug in Wi-Fi dongle in to the USB port of RaspberryPi
- edit /etc/network/interfaces,
sudo vim /etc/network/interfaces
- un-comment (delete # at the front of each line)
- use one at a time, OPEN mode or WPA mode
- fill in SSID and KEY
- close vi editor (:wq)
- this is example of my Wi-Fi config
- network restart, type
sudo service networking restart
- or just reboot, type
sudo reboot
- after restart of networking service, ping 8.8.8.8 to check Internet connection
- now, you can use eth0 169.254.0.2 & wlan0 10.255.11.155 (screen shot) at the same time
-
for the detail of Direct LAN connection using 169.254.0.2
- It comes from MELTWATER'S RASPBERRY PI HARDWARE