美文网首页
树莓派/Raspberry Pi连接WIFI

树莓派/Raspberry Pi连接WIFI

作者: 倔强的寻觅疯狂 | 来源:发表于2016-12-07 23:17 被阅读0次

    vim /etc/network/interfaces

    source-directory /etc/network/interfaces.d

    auto lo
    iface lo inet loopback
    iface eth0 inet dhcp

    auto wlan0
    allow-hotplug wlan0
    iface wlan0 inet dhcp
    wpa-ssid "Hacker_Hang"
    wpa-psk "comeonerverybody"

    相关文章

      网友评论

          本文标题:树莓派/Raspberry Pi连接WIFI

          本文链接:https://www.haomeiwen.com/subject/cejjmttx.html