[Linux] usbwifi driver related

This is the directory

1. Driver installation

Install all the drivers directly, after the installation is successfulrebootThat's fine.

apt-get install linux-firmware

2. Connect wifi

switch to root account

su root

View a list of network devices

nmcli dev

turn on wifi

nmcli r wifi on

Scan for nearby WiFi hotspots

nmcli dev wifi

Connect to designated WiFi hotspot

nmcli dev wifi connect SSID password PASSWORD ifname wlan0 //wlan0根据自己的实际设备名字修改

Guess you like

Origin blog.csdn.net/qq_37280428/article/details/130027101