Linux下8723be网卡,Ubuntu 12.04 安装RTL8723BE无线网卡驱动

本文介绍了一台Toshiba Satellite M50-A笔记本在安装Ubuntu 12.04后无线网卡无法正常工作的问题,并详细记录了解决过程,包括通过查找网卡型号、下载合适驱动并进行编译安装的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

买了个新本 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

0b1331709591d260c1c78e86d0c51c18.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值