Skip to content

BerePi...Network Setup

TinyOS Lover (3PO_Kang) edited this page Jul 10, 2015 · 18 revisions

BerePi Network setup

  • Check current network status

    1. ifconfig shows network information
    2. ip addr show gives IP address
      ifconfig
  • Wi-Fi setting

    1. plug in Wi-Fi dongle in to the USB port of RaspberryPi
    2. edit /etc/network/interfaces, sudo vim /etc/network/interfaces vim interfaces
    3. 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)
    1. network restart, type sudo service networking restart
    • or just reboot, type sudo reboot

Index

Follow next step

Previous step

to the Home

Clone this wiki locally