Ubuntu – Problem with TP-Link TL-WN823N

16.04usbwireless

Recently I installed Ubuntu 16.04 but cant get the usb wifi adapter to work properly , can anyone help me?

When wifi adpater is plugged , the lsusb output:

Bus 001 Device 003: ID 2357:0109
Bus 001 Device 002: ID 0e0f:000b VMware, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub 
Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. 
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

When wifi adapter is unplugged , the lsusb output:

Bus 001 Device 002: ID 0e0f:000b VMware, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 004: ID 0e0f:0008 VMware, Inc. 
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Best Answer

I was going through the same problem. Here is how to solve it, even though it doesn't solve the nameless problem:

If you have wired internet available to your problem PC

  1. Follow this answer, which adds Pilot6's rtlwifi PPA to your sistem and installs the required rtl8192eu-dkms package.

If you have no internet access in your computer

  1. Find another computer with internet access to download the rtl8192eu-dkms package manually.
  2. Access https://launchpad.net/~hanipouspilot/+archive/ubuntu/rtlwifi
  3. Click on "View package details"
  4. Filter your Ubuntu codename (16.04 LTS is Xenial).
  5. Click on the triangle to open more options of "rtl8192eu-dkms - 4.4"
  6. Download rtl8192eu-dkms_4.4_all.deb.
  7. Transfer this file to your target PC
  8. Install the file on your target PC, either through the Software Center or the Terminal (by issuing dpkg -i <filename> in the appropriate folder).
  9. Re-plug your dongle.

Here's a screenshot to better show the location of the download link:

Source of image: https://launchpad.net/~hanipouspilot/+archive/ubuntu/rtlwifi/+packages?field.name_filter=&field.status_filter=published&field.series_filter=xenial

deb highlighted in blue

Related Question