Raspberry Pi 3 command line configuration Wireless

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.