I am trying to install this wifi dongle that I just bought to replace another dongle that I couldn't configure just to find that I couldn't configure this dongle either. Most of the answers related to this point to this forum post. I followed those directions but that "didn't work" so I rolled them back by running sudo make uninstall
in the rtl8812AU_8821AU_linux
directory. Then I also tried going to the "additional drivers" gui and selecting the driver from there. This yielded the same result.
The line from my lsusb
that I am looking to get to run my wifi
Bus 001 Device 007: ID 13b1:003f Linksys WUSB6300 802.11a/b/g/n/ac Wireless Adapter [Realtek RTL8812AU]
My current iwconfig
output
enp0s31f6 no wireless extensions.
lo no wireless extensions.
I found this other SO question here and had the same message as @Herman Jaramillo noted in the comment Module 8812au not found
Here is a screenshot of my "Additional Drivers" gui. Imgur
Edit
This is the pastebin link with the output of the script linked in the comment below. The one I am interested in getting to work is the Linksys device listed on line 41.
Edit
The SO software encouraged me to edit my question to explain why it is not a duplicate of the answer pointed to. It is not a duplicate because this question is not about the Edimax wifi dongle but a different dongle the Linksys dongle present in the output of lsusb
.
I am editing this question again to explain how it is not a duplicate of the linked answer The linked answer is related to the EDIMAX dongle that is installed on this system but is not what this question is about the question clearly reads in the title that it is about the Linksys WUSB3600. Please kindly do not disregard my attempt to mark this as a non duplicate.
Final Edit, my solution
Because this question was improperly marked as a duplicate I cannot answer it in the proper stackexchange way. I will add my answer here for anyone that finds it useful. The problem that I was having the entire time was related to the secure boot and UEFI features that I have never used before. When you disable secure boot when installing drivers, the system asks you for a password. On your next restart, there will be a blue screen that comes up with something about MOK Managemnt. THIS IS WHERE YOU USE THAT PASSWORD THAT YOU PUT IN EARLIER. You SHOULD press a key to enter MOK management, then you will provide details of the password that you entered earlier. Only then will the driver upgrades be applied. Hopefully this question will be made a non-duplicate so that the answer can be made in the usual way. I worked on this for several hours before finding out that MOK had "Shim UEFI Key Management" had anything to do with disabling secure boot. These UIs should be changed to reflect that fact.
iwconfig
– user25064 Jun 11 '16 at 14:31