I recently acquired a Lenovo G50, after installing Ubuntu 14.10 (updated to the latest), I could not connect via WiFi. I found a solution that asked me to do sudo modprobe -r ideapad-laptop
that only fixed the problem temporarily because whenever I closed the lid of my laptop, I could not connect back to the WIfi when I returned. In fact, I have to restart the machine altogether and run the sudo modprobe -r ideapad-laptop
command again, which sort of sucks.
I also found another solution sudo killall NetworkManager
that worked only a few times.
So I wonder, there must be a solution that.
- Permanently fix the WiFi, i.e. being able to resume automatically to reconnect
- Stabilize it such that I do not have to come so close to the router or Internet source
Which are these solutions?
PS: I am relatively new to Ubuntu, I will be happy to answer any questions you may have.
Edit: Added the output of lspci
and lsusb
:
lspci
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
00:13.0 SATA controller: Intel Corporation Device 0f23 (rev 0e)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI (rev 0e)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)
00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)
00:1c.0 PCI bridge: Intel Corporation Device 0f48 (rev 0e)
00:1c.2 PCI bridge: Intel Corporation Device 0f4c (rev 0e)
00:1c.3 PCI bridge: Intel Corporation Device 0f4e (rev 0e)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)
00:1f.3 SMBus: Intel Corporation Device 0f12 (rev 0e)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 0bda:b728 Realtek Semiconductor Corp.
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 004: ID 5986:055d Acer, Inc
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 007: ID 0461:4d15 Primax Electronics, Ltd Dell Optical Mouse
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lspci&&lsusb
. Then [edit] your question and copy-paste the output of the command into your question. This will allow us to see what kind of WiFi card you have. – Fabby Feb 09 '15 at 07:23sudo iwconfig wlan0 power off
does that solve the problem when closing the lid? (run this command straight after a reboot) – Fabby Feb 09 '15 at 08:10Error for wireless request "Set Power Management" (8B2C) : SET failed on device wlan0 ; Operation not supported.
– Chandi Tome Feb 11 '15 at 13:34gsettings set org.gnome.settings-daemon.plugins.power active false
Does that help? – Fabby Feb 11 '15 at 13:44gsettings set org.gnome.settings-daemon.plugins.power active true
. Unfortunately you have then reached the maximum of my abilities and I will not be able to help you any further... (also: I'm running 14.01.1 which is more stable then 14.10. Look here for more info.) – Fabby Feb 12 '15 at 06:45Yes, brightness control is now back!
– Chandi Tome Feb 12 '15 at 15:03