买了个新本 toshiba satellite m50-A.安装了 Ubuntu 12.04,但是系统没有发现网卡。lspci -vnn 看网卡型号. 是Realtek 的 [10ec:b723].google一下,对应rtl8723be。然后make 驱动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结果编译错误,搜到http://askubuntu.com/questions/428873/errors-running-make-on-wifi-kernel-module说是kernel版本的问题。The most recent version has been modified to correctly compile on kernel version 3.14; you are using 3.8.0-36. It is necessary to get an earlier version of the package. Please open a terminal and try:
cd rtl8723be
make clean
git checkout 604aa9058fb9e5bb1cf571c99989d081f8fc8b9
make
sudo make install
sudo modprobe rtl8723be重启。OK更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2Ubuntu 12.04 LTS 安装配置JDK1.6.0_45Ubuntu 14.04 每日构建测试版本试用相关资讯 Ubuntu安装RTL8723BE无线网卡驱动 Ubuntu无线网卡驱动
- Ubuntu安装无线网卡驱动 Wifi/BT (今 08:38)
| - Ubuntu 14.04 无线网卡驱动安装 (04/14/2014 08:41:33)
|
本文评论 查看全部评论 (1)
评论声明- 尊重网上道德,遵守中华人民共和国的各项有关法律法规
- 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
- 本站管理人员有权保留或删除其管辖留言中的任意内容
- 本站有权在网站内转载或引用您的评论
- 参与本评论即表明您已经阅读并接受上述条款
|
|