解决ubuntu13.04 有线网络 时常掉线的问题

不少朋友在升级或新装ubuntu13.04时遇到有线老掉线的问题:连上不到半分钟又掉了,把网线重新拔插一下又可以接着又掉。。基本不能正常使用或工作,很恼人的问题。

 

网上这方面的资料很少现在我把解决方法分享如下:

这是一个内核的bug,更换一下修正的内核即可。我这出此问题,内核版本为:3.8.0-19-generic

1/到如下URL下载内核,选择对应的i686或x64位,4个文件全下载下来,放到同一文件夹下 如:/home/fix_core

http://people.canonical.com/~henrix/lp1173279/

 

2/执行

cd /home/fix_core

sudo dpkg -i *.deb

 

重启,问题得已解决~

此时查看内核:

 

------------------------------------------------------------------------------------------------

附官方bug:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173279

 

Luis Henriques (henrix) wrote on 2013-08-22: #29

I've uploaded a Raring kernel containing the fix for this issue with the atl1c device driver here:

http://people.canonical.com/~henrix/lp1173279/

Feel free to use until the fix actually hits the Ubuntu Raring kernel. I'll update this bug when this happens.

 

posted @ 2013-10-09 17:32  linux,dev  阅读(619)  评论(0编辑  收藏  举报