0

This problem occurs whenever I stream data, for example every 30 seconds in a skype call I wont be able to hear the other party for about 5 seconds but they can hear me. Playing an online game I run into the same problem where I disconnect for 5 seconds. I use a Ethernet and didn't have any problems with windows 8.

I find it very likely that you might need other information from me so I will stand by.

Edit: I'm using Ubuntu 16.04

Edit: My result from running lspci -knn | grep Eth -A3

03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
DeviceName:  Onboard LAN
Subsystem: Hewlett-Packard Company RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [103c:2af3]
Kernel driver in use: r8168
Kernel modules: r8168

04:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]

PVNRT
  • 1

1 Answers1

1

Install a vendor driver for this chipset by running

wget http://mirrors.kernel.org/ubuntu/pool/universe/r/r8168/r8168-dkms_8.042.00-2_all.deb
sudo apt install dkms
sudo dpkg -i r8168-dkms_8.042.00-2_all.deb
Pilot6
  • 90,100
  • 91
  • 213
  • 324