1

I've been trying to install drivers for my wireless adapter, but it didn't work. I tried TP link original driver but it only supports 3.16.0-30-generic kernel.

$ lsusb

Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f2:b354 Chicony Electronics Co., Ltd UVC 1.00 device HD UVC WebCam
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 2357:0108  
Bus 003 Device 002: ID 046d:c051 Logitech, Inc. G3 (MX518) Optical Mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Zanna
  • 72,312

1 Answers1

1

I have found the answer to this problem by looking at How to install tp link WN822N to ubuntu?

This method successfully installed the adapter in Lubuntu 16.04. It appears that you have to re-install the driver each time the kernel is updated, which is quite often, but if you follow the instructions at the end and have retained the driver file, it is quite easy.

eianbro
  • 41