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 dongle
    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)
    • this is example of my Wi-Fi config Wi-Fi setting
    1. 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 service restart
  • for the detail of Direct LAN connection using 169.254.0.2

Index

Follow next step

Previous step

to the Home

Clone this wiki locally