Home  >  Q&A  >  body text

Linux下如何用命令连接SSID隐藏的路由器?

使用nmcli去连接不能成功,有如下的错误提示:

# nmcli dev wifi connect cisco-B70B
Error: No network with SSID 'cisco-B70B' found.

不知道还能使用其它一些什么指令(需要完全命令行的),请大家赐教!

阿神阿神2743 days ago820

reply all(2)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 11:44:03

    There is one called wicd, and wicd-curses can be used from the command line.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 11:44:03

    iwconfig <interface> essid <ssid> [key <key>]

    reply
    0
  • Cancelreply