Wifi不适用于Ubuntu 14.04联想G 50-30

我在联想G50-30上启用wifi时遇到问题以下是命令输出请帮帮我

lspci | grep -i wireless lspci | grep -i wireless

 02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter 

nm-tool

 NetworkManager Tool State: disconnected - Device: eth0 Type: Wired Driver: r8169 State: unavailable Default: no HW Address: 28:D2:44:81:36:0B Capabilities: Carrier Detect: yes Wired Properties Carrier: off - Device: wlan0 Type: 802.11 WiFi Driver: rtl8723be State: unavailable Default: no HW Address: 14:2D:27:21:8D:47 Capabilities: Wireless Properties WEP Encryption: yes WPA Encryption: yes WPA2 Encryption: yes Wireless Access Points 

nmcli nm

 RUNNING STATE WIFI-HARDWARE WIFI WWAN-HARDWARE WWAN running disconnected disabled disabled enabled disabled 

sudo rfkill list

 0: ideapad_wlan: Wireless LAN Soft blocked: no Hard blocked: yes 1: ideapad_bluetooth: Bluetooth Soft blocked: no Hard blocked: yes 2: hci0: Bluetooth Soft blocked: no Hard blocked: no 3: phy0: Wireless LAN Soft blocked: no Hard blocked: no 

黑名单ideapad_laptop不是最佳解决方案,因为某些function(如Fn按钮)也可能被禁用。 这是错误报告

我做了一个补丁来解决这个问题。 在此补丁到达稳定内核之前,您可以使用我的ppa中的修补模块。 以这种方式安装:

 sudo add-apt-repository ppa:hanipouspilot/ideapad-laptop sudo apt-get update sudo apt-get install ideapad-laptop-dkms 

如果您已将黑名单ideapad_laptop列入黑名单,则可以将其撤消

 sudo rm /etc/modprobe.d/blacklist-ideapad.conf 

更新:补丁已被上游接受,已经到达Ubuntu内核。 修复程序在内核3.19.0-26中。 下一次内核更新将解决Ubuntu 15.04和14.04.3的问题。

之后,包装和PPA可以通过

 sudo apt-get purge ideapad-laptop-dkms sudo add-apt-repository -r ppa:hanipouspilot/ideapad-laptop 

更新对于使用内核3.19的用户,可以删除此ppa,因为3.19.0-26内核包含此修补程序。

现在所有Ubuntu内核都修复了这个问题。

尝试删除ideapad_laptop模块

一次性测试:

sudo rmmod ideapad_laptop

重启后工作:

echo“blacklist ideapad_laptop”| sudo tee -a /etc/modprobe.d/blacklist-ideapad.conf

资料来源: praseodym (德国) ubuntu-forum.de

certificate:

我们这里有2台笔记本电脑,我有同样的问题,它由此修复。

我测试了14.10开发版和14.04版。

有人说永远的内核版本(3.15以后)应该解决这个问题,它不适合我。

关于AU的其他评论告诉您可以通过以下方式启用无线:

启动窗口安装来自lenovo的wifi驱动程序和能源管理解决方案,并在那里启用WIFI。

当我擦除WIN8安装时,我无法判断它是否有效。