Ubuntu遇到网卡问题的有效解决方法

[复制链接] |主动推送
查看76 | 回复0 | 2024-9-11 18:25:15 | 显示全部楼层 |阅读模式
a. 执行如下两条命令:
Sudo systemctl enables the network managersudo dhclient ens33
查看
sudo ifconfig ens33sudo dhclinet ens33 # 手动获取ipsudo ifconfig ens33 # 查看
或者 b. 执行命令:
su rootVIM / etc / netplan / 01 is owned by the network manager.yamlnetwork:    ethernets:        ens33:            dhcp4: true            optional: true    wifis:        wlan0:            dhcp4: true            optional: true            access-points:                 "WIFINAME":                       password: "xxxx"         version: 2netplan try --debugSystemctl restart the network manager再次尝试
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则