User Tools

Site Tools


raspberry

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
raspberry [2015/01/18 18:26] – created adminraspberry [2015/01/18 18:30] admin
Line 1: Line 1:
 ====== Raspberry Pi Model B ====== ====== Raspberry Pi Model B ======
 +
 +===== Wifi Setup =====
 +
 +
 +/etc/network/interfaces :
 +
 +<code>
 +auto lo
 +
 +iface lo inet loopback
 +iface eth0 inet dhcp
 +
 +allow-hotplug wlan0
 +iface wlan0 inet manual
 +wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
 +iface default inet dhcp
 +</code>
 +
 +/etc/wpa_supplicant/wpa_supplicant.conf :
 +
 +<code>
 +ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
 +update_config=1
 +
 +network={
 + ssid="OpenWrt"
 + psk="_wallstreet39_"
 + key_mgmt=WPA-PSK
 +}
 +</code>
 +
 +===== SainSmart 3.2" =====
  
raspberry.txt · Last modified: 2015/12/26 00:02 by admin