I have been trying to figure out how to fix my Wi-Fi issues. I installed Ubuntu on this computer and was very happy that all was working out of the box. But after some time I realized there is a problem with my Wi-Fi connection.
The internet connection works fine for 5 minutes or less, but then it drops. I have to restart the Wi-Fi connection, it works fine for 5 minutes and same thing happens again, it drops.
I have read some people that had the same problem, or didn't have Wi-Fi connection at all like: Installing Ubuntu Linux on a Lenovo Yoga 11s. I followed the steps, tried to change for Ubuntu 14.04, thinking that the problem would be solved on this new version, but it still remains on it.
Then I tried to ask here. My computer is a lenovo Yoga 11s, my OS is Ubuntu 14.04 LTS, my Wi-Fi adapter is from Realtek.
The output of lspci -knn
on terminal:
00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
Subsystem: Lenovo Device [17aa:3977]
Kernel driver in use: ivb_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
Subsystem: Lenovo Device [17aa:3977]
Kernel driver in use: i915
00:04.0 Signal processing controller [1180]: Intel Corporation 3rd Gen Core Processor Thermal Subsystem [8086:0153] (rev 09)
Subsystem: Lenovo Device [17aa:3977]
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
Subsystem: Lenovo Device [17aa:3977]
Kernel driver in use: xhci_hcd
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
Subsystem: Lenovo Device [17aa:3977]
Kernel driver in use: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
Subsystem: Lenovo Device [17aa:3977]
Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
Subsystem: Lenovo Device [17aa:3977]
Kernel driver in use: snd_hda_intel
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
Subsystem: Lenovo Device [17aa:3977]
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation QS77 Express Chipset LPC Controller [8086:1e56] (rev 04)
Subsystem: Lenovo Device [17aa:3977]
Kernel driver in use: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
Subsystem: Lenovo Device [17aa:3977]
Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
Subsystem: Lenovo Device [17aa:3977]
00:1f.6 Signal processing controller [1180]: Intel Corporation 7 Series/C210 Series Chipset Family Thermal Management Controller [8086:1e24] (rev 04)
Subsystem: Lenovo Device [17aa:3977]
When I type grep Net -A2
on terminal, nothing happens.
When I type lspci -knn | grep Net -A2
nothing happens but the cursor turns back to the origin.
Here is the result of lsusb
:
Bus 004 Device 004: ID 0bda:1724 Realtek Semiconductor Corp. RTL8723AU 802.11n WLAN Adapter
Bus 004 Device 003: ID 2047:0855 Texas Instruments Invensense Embedded MotionApp HID Sensor
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 004: ID 03eb:8814 Atmel Corp.
Bus 003 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
lspci -knn | grep Net -A2
terminal command. – Pilot6 Apr 01 '16 at 14:23lspci -knn | grep Net -A2
is a single command it should be typed togather – Mohit Rajan Apr 02 '16 at 05:50lsusb
. – Pilot6 Apr 02 '16 at 07:07lspci -knn | grep Net -A2
– Mohit Rajan Apr 08 '16 at 05:19