Tp-Link TL-WN823N V1 [15/19] Use the command line
![Tp-Link TL-WN823N V1 [15/19] Use the command line](/views2/1469856/page15/bgf.png)
Use the Command Line
You can use commands to manage your wireless setting in Linux. Here we use the
interfaces for Kali 2018.1 as an example for illustration.
1. Identify the Device
Inert the USB wireless adapter, and run the following command to check if the adapter is
identified.
$ lsusb
2. Create the Interface
Run the following command to check if the wireless network interface is created.
$ ifconfig
3. Change the Interface Status to Up
Check if the WLAN interface is up. If not, run the following command. Here we use wlan1
as an example.
$ ifconfig wlan1 up
If it failed to change to up, run the following command to set the state again.
$ rfkill unblock wifi
$ ifconfig wlan1 up
4. Start wpa_supplicant in the background
Run the following command:
$ wpa_supplicant –Dnl80211 –iwlan1 –c ./ wpa_0_8.conf -B
Note: wpa_0_8.conf is a file in the current driver directory, go to the driver directory when
running the command.
If the command above is not effective, run the following command to end the
wpa_supplicant procedure and then run the above command again.
$ killall wpa_supplicant
If your Linux kernel does not support 802.11, run the following command.
$ wpa_supplicant -Dwext -iwlan0 -c ./wpa_0_8.conf -B
14
Содержание
- Contents 2
- Compilation tool and kernel sources 4
- Compile the driver 4
- Development environment 4
- Ubuntu 16 4 lts 4
- Compilation tool and kernel sources 5
- Compile the driver 5
- Development environment 5
- Load the driver 5
- Mint 18 3 5
- Compile the driver 6
- Development environment 6
- Load the driver 6
- Raspberry pi3 6
- Compile kernel source 7
- Compile the driver 7
- Compile the kernel 7
- Download and install tools 7
- Get kernel source 7
- Modify kernel 7
- Compile the driver source 8
- Load the driver 8
- Compile the driver 9
- Development environment 9
- Install the kernel header file 9
- Kali 2018 9
- Update the software source 9
- Compile driver source 11
- Load the driver 11
- Use the graphical interface 12
- Change the interface status to up 15
- Create the interface 15
- Identify the device 15
- Start wpa_supplicant in the background 15
- Use the command line 15
- Connect to the ap 16
- Scan wireless networks ssid 16
- Wep40 with open system 16
- Wep40 with shared key 16
- Tikp aes 17
- Wep 104 with open system 17
- Enable dhcp client 18
Похожие устройства
- Tp-Link TL-WN823N V1 Руководство пользователя
- Tp-Link TL-WN823N V1 Руководство по быстрому старту
- Tp-Link TL-WN822N V5 Installation Guide for Linux
- Tp-Link TL-WN822N V5 Руководство пользователя
- Tp-Link TL-WN822N V5 Руководство по быстрому старту
- Tp-Link TL-WN822N V4 Руководство по быстрому старту
- Tp-Link TL-WN822N V4 Installation Guide for Linux
- Tp-Link TL-WN822N V4 Руководство пользователя
- Tp-Link TL-WN822N V3 Руководство пользователя
- Tp-Link TL-WN822N V3 Руководство по быстрому старту
- Tp-Link TL-WN822N V2 Руководство по быстрому старту
- Tp-Link TL-WN822N V2 Руководство пользователя
- Tp-Link TL-WN822N V1 Руководство по быстрому старту
- LG GA-B459BMDZ Инструкция по эксплуатации
- LG GA-B459BEDZ Инструкция по эксплуатации
- LG GA-B459BQDZ Инструкция по эксплуатации
- Pierre Ricaud P15477.1121Q Инструкция по эксплуатации
- Pierre Ricaud P15477.1123Q Инструкция по эксплуатации
- Pierre Ricaud P15477.5123Q Инструкция по эксплуатации
- Pierre Ricaud P15477.5124Q Инструкция по эксплуатации
Скачать
Случайные обсуждения