Answers for "arch linux turn on wifi"

0

arch linux turn on wifi

Scanning Network
Run the command to know the name of your network interface –
iwconfig

Run the command –
ip link set interface up

Run the command to search the available WiFi networks. Now move down to look for your WiFi network. --
iwlist interface scan | less


Refer: https://www.linuxandubuntu.com/home/how-to-setup-a-wifi-in-arch-linux-using-terminal
Posted by: Guest on February-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language