Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Wifi Connection

[[TOC]]

Network Manager

  1. Check Network Manager is running, Status: Active: active (running) since ...

    sudo systemctl status NetworkManager
    
  2. Start the Network Manager if Active: inactive (dead)

    sudo systemctl start NetworkManager
    
  3. Enable NetworkManager service to start automatically at boot time.

    sudo systemctl enable NetworkManager
    

WIFI connection

List connection

nmcli device wifi list

Connect to Network

sudo nmcli device wifi connect <SSID> password <password>