• Recent
    • Docs
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop
    • Register
    • Login

    Ubuntu22.04 ( Cool-PI-4B)命令连接WIFI

    Scheduled Pinned Locked Moved Ubuntu
    1 Posts 1 Posters 243 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      harry.huang
      last edited by

      Ubuntu22.04 ( Cool-PI-4B)命令连接WIFI

      Ubuntu用命令行连接wifi的方法:

      1. 使用ifconfig命令查看当前无线对应的接口名是什么。
      2. 再根据无线接口名用iwlist命令去扫描有哪些wifi。
        iwlist wlp2s0 scanning | grep -i ssid
        
      3. 最后通过nmcli命令去连接wifi即可。
        nmcli device wifi connect 360WiFi-E75BA4 password 123456 ifname wlp2s0 
        
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post