Wifi connection drops in Ubuntu 16.04

Asked by Sam Jackson

I have a Lenovo Ideapad 110, and I have wireless connectivity issues, but can't figure out whether it is a hardware or software problem. I have Ubuntu 16.04 installed alongside Windows 10, and on each OS, there will be times when my wifi connection will drop while I have a full signal. It happens frequently when I log in after the machine has been in sleep mode or the lid closed, but it's happening more and more during use.

The only way I have seen to re-connect is to turn the wifi off, then turn it back on so that it will automatically connect again. I don't show any breaks in my router's connection, and no other devices such as cell phones have this problem. Is there any way I can check to see if this is merely an issue of the Linux distribution? Again, I lose connection when I am running Windows at times, too, but it happens far more frequently now when running Ubuntu, although it is my preferred OS and I run it much more often.

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Have you tried rebooting your router?

Revision history for this message
Sam Jackson (sjjackson) said :
#2

Yes. I have rebooted the router, changed routers and rebooted the modem. I no longer have connection problems with Windows, but every time I'm using Ubuntu, the wifi says it has a full signal, but stops connecting to web pages every 30 seconds.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What is the output of:

sudo lshw -C network; lsb_release -a; uname -a

Thanks

Revision history for this message
Sam Jackson (sjjackson) said :
#4

 *-network
       description: Ethernet interface
       product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: enp1s0
       version: 07
       serial: fc:45:96:88:e0:69
       size: 10Mbit/s
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:124 ioport:5000(size=256) memory:a3200000-a3200fff memory:a3000000-a3003fff
  *-network
       description: Wireless interface
       product: RTL8821AE 802.11ac 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: c8:3d:d4:64:f0:f7
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtl8821ae driverversion=4.10.0-30-generic firmware=N/A ip=192.168.3.6 latency=0 link=yes multicast=yes wireless=IEEE 802.11
       resources: irq:127 ioport:4000(size=256) memory:a3100000-a3103fff
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Linux sj-Lenovo-ideapad-110-15ISK 4.10.0-30-generic #34~16.04.1-Ubuntu SMP Wed Aug 2 02:13:56 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Try:

echo "options rtl8821ae ant_sel=2" | sudo tee /etc/modprobe.d/rtl8821aefix.conf > /dev/null

reboot to test

Revision history for this message
Sam Jackson (sjjackson) said :
#6

Nope. still kicks me off wifi every few minutes but still shows a signal. I still have to turn wifi off and then back on to reconnect.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Try:

echo "options rtl8821ae swenc=1" | sudo tee /etc/modprobe.d/rtl8821aefix.conf > /dev/null

reboot to test

Revision history for this message
Sam Jackson (sjjackson) said :
#8

Still kicks me off. I'm using strictly Windows at this point. I can't even get it to stay connected for more than a minute.

Revision history for this message
Sam Jackson (sjjackson) said :
#9

Is it possible that some of the packages I had problems with previously are causing my problem with wifi now?

Revision history for this message
Launchpad Janitor (janitor) said :
#10

This question was expired because it remained in the 'Open' state without activity for the last 15 days.