Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi,
Sorry to bother you but I have an issue I can't resolve...
I just upgraded my kernel from 4.8.0-53 to 4.10 and it works well but I seem to have lost the driver for my TP-Link wireless T4-UH which worked in the old kernel.
The error message I get when I plug in is:
Further to my previous post:
The problem is solved. I attempted to build the driver from the source found at TP-Link for the 8812au device, but couldn't make it build. This device was installed on the last working kernel but did not want to work on version 4.10.0-35-generic. After a bunch of fiddling, I told device manager to stop using this driver and rebooted. I then told device manager to use it again and rebooted and it worked fine...
Sorry for the trouble...
That is very old source - even their own FAQ suggests to use github open source community drivers. There is probably an update to 4.11 that will require another patch - I ran into similar with 8814au (new buy) a couple of days back.
Try this.
I understand your notes in the README.md, but is this an example of your 8814au install or do I also download all those files at the top of the page and use what seems to be a driver there? I would assume as a zip file which I then install in a working dir? My wifi modem is an 8843-T4UH...
Sorry but I'm a newbie at this...
Ignore my comment re 8814au, that was just an aside - concentrate on 8812au.
The author of the repo (certainly not me) has covered things pretty well. To save having to explain git, click the green button on the site and download the zip - it appeared as ~/Downloads/rtl8812au-5.1.5.zip on my system. Double click it from a GUI file manager, or use unzip in a terminal - it will generate a rtl8812au-5.1.5 directory.
You will need compilers and kernel headers for the following.
then cd into ~/Downloads/rtl8812au-5.1.5 and run the following - it should finish cleanly and then you can reboot. The module should load automatically.
Code:
sudo dkms-install.sh
Last edited by syg00; 10-01-2017 at 11:44 PM.
Reason: added build essential and headers requirement
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.