1

what could be causing repeated internet connection dropping on a wireless network (the wireless does not disconnect), which can be momentarily fixed by disconnecting and reconnecting in 14.04? Here is the wireless info list http://pastebin.com/ZgGxQ9qE

I am using a USB TP-Link TL-WN821N wireless adapter (Realtek rtl8192cu).

Pilot6
  • 90,100
  • 91
  • 213
  • 324
abzullah
  • 113

1 Answers1

0

Install the driver by running in terminal:

sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtl8192cu-dkms linux-firmware

Then reboot.

Pilot6
  • 90,100
  • 91
  • 213
  • 324