Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 4100  / 3 Years ago, fri, june 25, 2021, 1:22:22

I have the same problem as posted in this previously posted question: tp-link ac600 ubuntu not working after upgrade to 19.10.



I too had used the solution as posted earlier by Jeremy31 to get the wifi adapter working on Ubuntu 18.04. I then reapplied that "Jeremy31 solution" each time the Ubuntu kernel was updated to get the wifi adapter reworking again. That methodology worked fine up through all kernel upgrades until I recently upgraded my laptop (Lenovo G500S) to Ubuntu 19.10. With the "Jeremy31 solution" no longer working for me, I have googled as best I can, but have been woefully unsuccessful in finding an alternative solution that will allow me to re-employ my wifi adapter in 19.10.



Does anyone have any suggestion, or suggestions, for helping to get my wifi adapter working again?



Thank you very much in advance for any help you may be able to offer.


More From » networking

 Answers
2

This version compiles perfectly on my 19.10 machine using kernel version 5.3.0-23. The compiled driver covers your device:



$ modinfo 88XXau.ko | grep 011E
alias: usb:v2357p011Ed*dc*dsc*dp*ic*isc*ip*in*


Please do:



git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo ./dkms-install.sh
sudo modprobe 88XXau


Your wireless should now be working.


[#4525] Friday, June 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rowbris

Total Points: 419
Total Questions: 122
Total Answers: 101

Location: Norway
Member since Mon, May 23, 2022
2 Years ago
;