Network Manage
Check the driver status
- Check the card
In my pc, I got something like this:lspci -k
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01) Subsystem: AzureWave AW-NE139H Half-size Mini PCIe Card Kernel driver in use: rtl8192ce Kernel modules: rtl8192ce
- Get the interface:
I got something like this:ip link
3: wlp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
link/ether 74:2f:68:66:8b:67 brd ff:ff:ff:ff:ff:ff
So, one of my network interface is wlp2s0
.
- Install wpa_supplicant
pacman -S wpa_supplicant
To be continue...