Network Manage

Check the driver status

  1. Check the card
    lspci -k
    
    In my pc, I got something like this:
    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
    
  2. Get the interface:
    ip link
    
    I got something like this:
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.

  1. Install wpa_supplicant
    pacman -S wpa_supplicant
    

To be continue...

results matching ""

    No results matching ""