This article is regarding how to install the Edimax EW-7722UTn v3 adapter in Ubuntu/Mint.  We use Ubuntu 22.04 Kernel v5.15.0-58 in this instruction.  This instruction is confirmed in Mint 21 Kernel v5.15.  As of Jan 24 2023, the official Ubuntu driver on our website can only support kernel up to v5.8.0.  Therefore, we need to use open source driver on GitHhub  on https://github.com/kelebek333/rtl8192fu-dkms.    Thanks to kelebek.  


We recommend you check kelebek's web page for updated information.


First of all, please make sure the "Secure boot" is disabled in BIOS.  If you are not sure how to do that, you need to find out how to get into the BIOS settings of your computer.


[1.]  Make sure your system is able to access the Internet.

 

[2.]  Open a Terminal program from your Ubuntu OS.

 

[3.]  Verify the kernel version of your Ubuntu.

$ uname -a


[4.]   Make sure your system is up-to-date and reboot it after updated/upgraded, especially with a kernel update.  This step is totally optional and you don't have to do it.

$ sudo apt update

$ sudo apt upgrade

$ sudo reboot


[5.]  Install the necessary files to compile and install the driver if they haven't been installed yet.

$ sudo apt install make build-essential git dkms

 

[6.]  Install the kernel headers, which is needed to compile the driver.

$ sudo apt install linux-headers-$(uname -r)

 

[7.]  Download the driver

$ git clone https://github.com/kelebek333/rtl8192fu-dkms


[8.]  Add and install the driver to dkms

$ sudo dkms add ./rtl8192fu-dkms

$ sudo dkms install rtl8192fu/5.8.6.2


[9.]  Restart your system for the newly installed driver to take effect.

$ sudo reboot


[10.]  Go to Network icon to make wireless connection. 


Technical Support Team
Edimax USA

Santa Clara, CA