我刚买了一台联想 B50-80 笔记本,安装了 Ubuntu 15.10,BIOS 为传统模式
我按照以下指南尝试操作该卡多次:如何使 Realtek RTL8723BE 无线网卡工作?;我在这里找到了这个过程:https://github.com/lwfinger/rtlwifi_new/issues/28#issuecomment-172619447:
git clone git://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
git checkout rock.new_btcoex
make
sudo make install
重新启动。系统启动后:
sudo modprobe -rv rtl8723be
sudo modprobe -v rtl8723be ant_sel=1
现在测试一下。如果还是不行,那就试试
sudo modprobe -rv rtl8723be sudo modprobe -v rtl8723be ant_sel=2
我也尝试输入几个参数,rtl8723be.conf
但没有任何效果...我得到的最多结果是重新启动后(3-4 分钟)建立短暂连接,然后断开连接并导致网络面板中没有网络。
输出为:
09:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723] (rev ff)
Kernel driver in use: rtl8723be
这是 rfkill 命令的输出:
maria@maria-Lenovo-B50-80:~$ rfkill list
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
答案1
安装驱动程序时您可能会犯一些错误。
我将它们打包到 PPA 中,这样安装起来更容易。运行以下命令(小心,逐个运行):
cd rtlwifi_new
sudo make uninstall
sudo rm /etc/modprobe.d/rtl8723be.conf
sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms
然后重启并测试。也许你需要ant_sel
参数。也许不需要。