ubuntu18.04 无法连接有线

突然发现Ubuntu无法连接有线,插上网线后还是显示 Cable unplugged.

参考这篇文章:https://zhuanlan.zhihu.com/p/32924819

因为我无线网卡正常工作,所以可以上网。直接执行:

sudo apt-get install bcmwl-kernel-source

幸运的没有提醒我缺少依赖。然后重启一下网卡就好了。

sudo ifconfig enp4s0f2 down
sudo ifconfig enp4s0f2 up

这里的enp4s0f2是我的网卡名字,注意替换。

上一篇:VMware workstation安装centos7,无ifconfig命令


下一篇:Centos8 安装ifconfig(net-tools.x86_64)