-
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)
- network restart, type
sudo service networking restart
- or just reboot, type
sudo reboot