官术网_书友最值得收藏!

How to install the wireless tools

Use the following command to configure the wireless network:

sudo apt-get install wireless-tools

In the following screenshot, we can see the result of the ifconfig command:

How to install the wireless tools

After executing the command, we will see the result of installing wireless-tools:

How to install the wireless tools

Configuring IP address and wireless network

To have a networking configuration, we need to assign an IP address to our device in order to be involved in the network.

Enter the following command:

sudo nano etc/network/interfaces
Configuring IP address and wireless network

In the following configuration file, called interface, we explain what we need to add to the file so that we can connect our Raspberry Pi Zero to the Wi-Fi network for the Wlan0 connection.

We start the file configuration; it means the beginning of the file:

auto lo 

We configure the Ethernet device loopback for the local host and start up the DHCP server:

iface lo inet loopback 
iface eth0 inet dhcp 

Allow the configuration of the wlan0 for Wi-Fi connection:

allow-hotplug wlan0 
auto wlan0

We start up the DHCP server for the Wi-Fi connection and input the name of your ssid and the password. We need to type ssid and password parameters of your Wi-Fi network:

iface wlan0 inet dhcp 
        wpa-ssid "ssid" 
        wpa-psk "password" 
主站蜘蛛池模板: 云林县| 遂溪县| 景宁| 固原市| 海安县| 孝感市| 华容县| 分宜县| 肃南| 金乡县| 定陶县| 奇台县| 陵川县| 遂溪县| 嘉峪关市| 浦城县| 拉孜县| 新平| 兴城市| 通辽市| 讷河市| 正宁县| 遵义市| 札达县| 娄底市| 东莞市| 安岳县| 抚顺市| 龙川县| 桐庐县| 株洲市| 彩票| 太康县| 大名县| 四平市| 卢氏县| 屏边| 河间市| 黔西| 思茅市| 双牌县|