ubuntu有线网络无法连接
在安装完了ubuntu之后发现有线网络无法连接,而且网线的灯也没有闪。这种情况可以通过以下两条命令解决,如果实在不行请尝试第三条
sudo ip link set eth0 up
sudo dhclient eth0
- ethtool -s eth0 speed 1000 duplex full autoneg off
在安装完了ubuntu之后发现有线网络无法连接,而且网线的灯也没有闪。这种情况可以通过以下两条命令解决,如果实在不行请尝试第三条
sudo ip link set eth0 up
sudo dhclient eth0