Ubuntu -48会出现网络中断,网卡不工作的问题,我们只需要按照以下步骤,就可以更新版本解决问题
1.echo nameserver 114.114.114.114 > /etc/resolv.conf 2.apt-get update 3.apt-get install linux-headers-3.16.0-49-generic linux-image-3.16.0-49-generic 4.apt-get autoremove 5.reboot
试试吧
ubuntu