笔记本:thinkpad E440,
系统:ubuntu-14.04.1-desktop-amd64,
无线网卡在开机后可以连接上,也能上网,但过一段时间会掉线,显示连接,但无法上网,重启网络又能连上一会,然后掉线。
无线网卡是:rtl8723be
曾找到过如下资料:
sudo apt-get install linux-headers-generic build-essential git
git clone http://github.com/lwfinger/rtl8723be
cd rtl8723be
make
sudo make install
sudo modprobe rtl8723be
但在编译时就报错,据查是内核版本问题,此处不知道怎么处理,有哪位大神知道,或者有该无线网卡用于ubuntu14.04的 请回复,谢谢!
求助:网卡驱动问题
-
- 帖子: 1555
- 注册时间: 2012-03-31 3:29
Re: 求助:网卡驱动问题
参考:
https://bugs.launchpad.net/ubuntu/+sour ... ug/1320070
这块网卡的驱动似乎是有些问题的,仔细读一下上面的链接,里面不同的人有不同的处理方案,但似乎并没有一个“通用”的。
编译部分注意看这一段:
https://bugs.launchpad.net/ubuntu/+sour ... ug/1320070
这块网卡的驱动似乎是有些问题的,仔细读一下上面的链接,里面不同的人有不同的处理方案,但似乎并没有一个“通用”的。
编译部分注意看这一段:
代码: 全选
sudo apt-get install linux-headers-generic build-essential git
# needed only if you don't have yet that package
git clone http://github.com/lwfinger/rtl8723be
# needed only if you don't have yet downloaded rtl8723be
cd rtl8723be
git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9
make clean
make
sudo make install
sudo modprobe rtl8723be
echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
三年后终于回到16.04--稳定了!
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: 求助:网卡驱动问题
viewtopic.php?p=3088178#p3088178
我一冲动,升到3.15.0-5了 目前还算正常
viewtopic.php?p=3111647#p3111647
Linux kernel 3.16 有效
我一冲动,升到3.15.0-5了 目前还算正常
viewtopic.php?p=3111647#p3111647
Linux kernel 3.16 有效
-
- 帖子: 4
- 注册时间: 2015-03-05 18:08
- 系统: ubuntu,windows
Re: 求助:网卡驱动问题
taohunter 写了:参考:
https://bugs.launchpad.net/ubuntu/+sour ... ug/1320070
这块网卡的驱动似乎是有些问题的,仔细读一下上面的链接,里面不同的人有不同的处理方案,但似乎并没有一个“通用”的。
编译部分注意看这一段:代码: 全选
sudo apt-get install linux-headers-generic build-essential git # needed only if you don't have yet that package git clone http://github.com/lwfinger/rtl8723be # needed only if you don't have yet downloaded rtl8723be cd rtl8723be git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9 make clean make sudo make install sudo modprobe rtl8723be echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
这段资料也看到过,不太理解git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9 ,不过这个操作后依然编译错误,难道是不能在14.04上编译吗?
-
- 帖子: 4
- 注册时间: 2015-03-05 18:08
- 系统: ubuntu,windows
Re: 求助:网卡驱动问题
taohunter 写了:参考:
https://bugs.launchpad.net/ubuntu/+sour ... ug/1320070
这块网卡的驱动似乎是有些问题的,仔细读一下上面的链接,里面不同的人有不同的处理方案,但似乎并没有一个“通用”的。
编译部分注意看这一段:代码: 全选
sudo apt-get install linux-headers-generic build-essential git # needed only if you don't have yet that package git clone http://github.com/lwfinger/rtl8723be # needed only if you don't have yet downloaded rtl8723be cd rtl8723be git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9 make clean make sudo make install sudo modprobe rtl8723be echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
这段资料有看到过,不太理解git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9 是做什么了,似乎没什么效果,之后的make依然会报错
-
- 帖子: 4
- 注册时间: 2015-03-05 18:08
- 系统: ubuntu,windows
Re: 求助:网卡驱动问题
poloshiao 你的意思是说ubuntu 14.10 就可以支持该无线网卡驱动了吗?好像14.10是3.16.4内核,或者直接将14.04内核升级?poloshiao 写了:viewtopic.php?p=3088178#p3088178
我一冲动,升到3.15.0-5了 目前还算正常
viewtopic.php?p=3111647#p3111647
Linux kernel 3.16 有效
我尝试下,thanks
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: 求助:网卡驱动问题
兩者方法 都可以試試14.10是3.16.4内核,或者直接将14.04内核升级?
1. http://packages.ubuntu.com/search?suite ... chon=names
在 Ubuntu 14.04 升級
Linux-kernel 就可以升級到 3.16
2. Ubunu 14.04 支援 LTS Hardware Enablement Stack 參閱
https://wiki.ubuntu.com/TrustyTahr/Rele ... ment_Stack
https://wiki.ubuntu.com/Kernel/LTSEnablementStack
意思是 在 Ubuntu 14.04 升級 Linux-kernel 就可以獲得跟 Ubuntu 14.10 一樣的效果