Raspberry Pi 3 Because it comes with a wireless card, so the system can be configured directly after the installation.
The graphical interface is not much to say, the mouse directly point to the upper right corner of the connection can be.
To use the command line, first configure the
sudo nano/etc/network/interfaces
Face wlan0 inet static// This is the configuration of the wireless interface
Address 192.168.1.88
Netmask 255.255.255.0
Gateway 192.168.1.1
Dns-nameserver DNS
Ctr-o Save Ctr-x Exit
To fix access to a wireless network, also modify
sudo nano/etc/wpa_supplicant/wpa_supplicant.conf
Add to
network={
Ssid= "SSID"
psk= "PSK"
}
Note: network={} There can be no space between, otherwise you will not be able to open wlan0, resulting in an error
This article is from "Hyde honor" blog, please be sure to keep this source http://wa88569297.blog.51cto.com/10873505/1870961
Raspberry Pi 3 command line configuration Wireless