netplan使用文件配置wifi

使用ifconfig查看网卡

eno1: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 7c:8a:e1:51:d4:e1  txqueuelen 1000  (Ethernet)
        RX packets 71802  bytes 42461694 (42.4 MB)
        RX errors 0  dropped 16  overruns 0  frame 0
        TX packets 5867  bytes 1260978 (1.2 MB)
        TX errors 1  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 95690  bytes 525864157 (525.8 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 95690  bytes 525864157 (525.8 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.159  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::f8a:3611:e49c:3fa6  prefixlen 64  scopeid 0x20<link>
        ether 34:c9:3d:e5:e8:ef  txqueuelen 1000  (Ethernet)
        RX packets 208179  bytes 149343031 (149.3 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 771634  bytes 105570866 (105.5 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0


wlan0替换成第一步ifconfig看到的实际无线网卡的名称
"TP-LINK_bitcq"和"88888888"替换成需要连接的wifi信息

sudo gedit /etc/netplan/xxxxxxx.yaml

network:
    version: 2
    wifis:
        wlp4s0:
            dhcp4: true
            access-points:
                "TP-LINK_bitcq":
                    password: "88888888"

检查语法,如有错误请检查缩进

sudo netplan generate

使配置生效

sudo netplan apply
重启生效
报错

fatal error: cannot bind to port 2983, is another daemon running?

先删掉之前的netplan,

sudo apt remove netplan

然后再

sudo apt install netplan.io

最后

sudo netplan apply
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值