ubuntu16.04 無法wifi鏈接一段時間掉線且無法再連接,從網上搜索的確認這個一個bug。
解決方法:
1.Get details of your PCI wireless card by running sudo lshw -class network
顯示信息如下:
*-network
description: Wireless interface
product: RTL8723BE PCIe Wireless Network Adapter
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: wlp2s0
version: 00
serial: b0:c0:90:5c:1c:d5
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=rtl8723be driverversion=4.4.0-21-generic firmware=N/A ip=192.168.0.8 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
resources: irq:16 ioport:d000(size=256) memory:df200000-df203fff
2.Get your card model info according to the product line. For instance, as you can see in the question description it says product: RTL8723BE PCIe Wireless Network Adapter
so the model of my card is RTL8723BE
3.Open or create /etc/pm/config.d/config
and add SUSPEND_MODULES="rtl8723be"
(replace rtl8723be with your own model number) Then run echo "options rtl8723be fwlps=N" | sudo tee /etc/modprobe.d/rtl8723be.conf
and reboot.
命令行為:
sudo vim /etc/pm/config.d/config
然后輸入:SUSPEND_MODULES="rtl8723be" (注意rtl8723be要用你自己的number替換)
然后保存並退出文件
在終端中輸入: echo "options rtl8723be fwlps=N" | sudo tee /etc/modprobe.d/rtl8723be.conf
然后 輸入 reboot 重啟即可
解決方法參看:
http://askubuntu.com/questions/762198/16-04-lts-wifi-connection-issues