我刚买了一台联想ideapad,安装了14.04lts。目前它显示wi-fi图标正在尝试连接,但几秒钟后它显示我已断开连接的警报。有人能帮忙吗?我需要安装任何驱动程序或其他软件吗?
我目前的无线网卡是:Realtek Semiconductor CO.,ltd RTL8723BE PCIe 无线网络适配器
答案1
此设备以此闻名。让我们尝试一下:
echo "options rtl8723be swenc=1 fwlps=0 ips=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
echo 'KERNEL=="wlan0", RUN+="/sbin/iwconfig wlan0 txpower 18"' | sudo tee -a /etc/udev/rules.d/75-wlan.rules
重启
答案2
我有一台装有相同卡的联想 y50,但我不断遇到相同的问题。
以下命令总能帮助我解决这个问题。
echo "options rtl8723be fwlps=0" | sudo tee /etc/modprobe.d/rtl8723be.conf
sudo reboot