Detailed configuration of wireless network card under Ubuntu Server

Detailed configuration of wireless network card under Ubuntu Server

1. Insert the wireless network card and use the command: iwconfig to check whether the wireless network card exists.

The wireless network card here is wlan1

2. Enable the wireless network card: sudo ifconfig wlan1 up

3. Automatically connect to the router configuration: Use the wpa_passphrase "essid" "key" command to get the content and add it to /home/wireless.conf.

4. Add network card configuration information: Add in /etc/network/interfaces

  • auto wlan1
  • iface wlan1 inet dhcp
  • wpa-conf /home/wireless.conf

5.ifconfig to view the obtained IP address

Finish!

Summarize

The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links

You may also be interested in:
  • Detailed explanation of how to build an Ftp server on Ubuntu (success guaranteed)
  • How to decompile android apk in ubuntu environment
  • VMware workstation 12 install Ubuntu 14.04 (64 bit)
  • VMware Workstation 14 Pro installation Ubuntu 16.04 tutorial
  • Solution to Ubuntu not being able to connect to the Internet
  • Solution to the problem that Ubuntu cannot connect to the Internet in the virtual machine
  • Ubuntu16.04 builds php5.6 web server environment
  • How to build nfs service in ubuntu16.04
  • How to modify the time zone and time in Ubuntu system
  • Solution to no Chinese input method in Ubuntu

<<:  Detailed explanation of MySQL instance with SSD storage enabled

>>:  How to implement the paging function of MyBatis interceptor

Recommend

Docker builds python Flask+ nginx+uwsgi container

Install Nginx First pull the centos image docker ...

Linux debugging tools that developers and operators must look at [Recommended]

System performance expert Brendan D. Gregg update...

Detailed explanation of ES6 Promise usage

Table of contents What is a Promise? Usage of rej...

Solution to ES memory overflow when starting docker

Add the jvm.options file to the elasticsearch con...

Correct steps to install Nginx in Linux

Preface If you are like me, as a hard-working Jav...

Detailed process of using nginx to build a webdav file server in Ubuntu

Install nginx Note that you must install nginx-fu...

960 Grid System Basic Principles and Usage

Of course, there are many people who hold the oppo...

MySQL Full-text Indexing Guide

Full-text indexing requires special query syntax....

Detailed explanation of FTP environment configuration solution (vsftpd)

1. Install vsftpd component Installation command:...

How to create dynamic QML objects in JavaScript

1. Dynamically create objects There are two ways ...

Detailed explanation of the wonderful CSS attribute MASK

This article will introduce a very interesting at...

Detailed explanation of how to configure static IP in Centos8

After installing centos 8, the following error wi...

MySQL optimization solution: enable slow query log

Table of contents Preface Setting up slow query l...

Detailed explanation of the difference between CSS link and @import

How to add css in html? There are three ways to s...