[SOLVED] Mint 18 Not Installing WiFi Driver

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
glicka

[SOLVED] Mint 18 Not Installing WiFi Driver

Post by glicka »

Hello. I've built my own computer from scratch and am trying to use this wifi antenna:

https://www.amazon.com/gp/product/B011T ... UTF8&psc=1

which is reviewed to work for Mint and Ubuntu. The problem is I cannot install the driver at all. The make command always fails when I try to run it. Please help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13876
Joined: Fri Feb 21, 2014 8:17 am

Re: Mint 18 Not Installing WiFi Driver

Post by JeremyB »

Post results from terminal for

Code: Select all

lsusb
glicka

Re: Mint 18 Not Installing WiFi Driver

Post by glicka »

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 413c:2105 Dell Computer Corp. Model L100 keyboard
Bus 001 Device 004: ID 0bda:a811 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
JeremyB
Level 21
Level 21
Posts: 13876
Joined: Fri Feb 21, 2014 8:17 am

Re: Mint 18 Not Installing WiFi Driver

Post by JeremyB »

If you have a working ethernet connection do

Code: Select all

sudo apt-get install git build-essential linux-headers-generic

Code: Select all

git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git

Code: Select all

cd rtl8812AU_8821AU_linux

Code: Select all

make

Code: Select all

sudo make install
reboot
glicka

Re: Mint 18 Not Installing WiFi Driver

Post by glicka »

I do not have ethernet access unfortunately. I have the drivers that came with the antenna on my desktop but they won't install.
glicka

Re: Mint 18 Not Installing WiFi Driver

Post by glicka »

Hi. I downloaded the file, moved it to the desktop on my linux system, and went through the process you said. Everything seemed to build correctly but there is no wifi signal being found. Is there another step to do? Thanks.
JeremyB
Level 21
Level 21
Posts: 13876
Joined: Fri Feb 21, 2014 8:17 am

Re: Mint 18 Not Installing WiFi Driver

Post by JeremyB »

What happens when you

Code: Select all

sudo modprobe -v rtl8812au
glicka

Re: Mint 18 Not Installing WiFi Driver

Post by glicka »

Hi Jeremy,

I got the wifi working. After doing the process you recommended first I had forgotten to restart my computer. Once I restarted it I had wifi access. Thank you so much for your help! :D
JeremyB
Level 21
Level 21
Posts: 13876
Joined: Fri Feb 21, 2014 8:17 am

Re: Mint 18 Not Installing WiFi Driver

Post by JeremyB »

Please edit the first post in the thread to add SOLVED to the subject
locoloon

Re: [SOLVED] Mint 18 Not Installing WiFi Driver

Post by locoloon »

this exact set of steps just helped out a Mint noobie, thanks.
GabeInAus

Re: [SOLVED] Mint 18 Not Installing WiFi Driver

Post by GabeInAus »

Worked for me as well. :) I have a USB adapter that has Simplecom nw611 AC on it. This is the model "Simplecom NW611 AC600 WiFi Dual Band USB Adapter with 5dBi High Gain Antenna" so if someone else is looking to get it working on Mint or Ubuntu I think.

Here is the website for it although the driver I got from there were no help. https://www.simplecom.com.au/simplecom- ... tenna.html


Thank you for your help. :)
Locked

Return to “Networking”