As of March 9th, 2023, the official Linux driver of EW-7611ULB v2 Wi-Fi N150 & Bluetooth 4.2 USB wireless adapter on Edimax.com site support up to kernel v5.11.  This instruction is about installing our official Linux driver in Ubuntu 20.04 kernel v5.11.


The download file name and the supported kernel version on our website may be updated, please pay attention on the supported kernel and adjust below commands based on the driver filename accordingly.


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.]  Open a Terminal program from your Ubuntu OS.

$ uname -r 

This will verify your Ubuntu kernel version.

If your kernel is newer than the supported kernel, stop here.  This instruction will not work for you.


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

Open your web browser.

Go to www.edimax.com.

Search for the model number EW-7611ULB v2.

Click on the Download tab.

Look for Linux driver.

Download the Linux driver.

Usually the downloaded files will be saved in your /Downloads Folder.


[3.]  Extract the zipped driver.

Go to File Manager.  Go to your Downloads folder.  Right-click on the zipped EW-7611ULB_V2_Linux_Driver_1.0.0.0 file.  Choose the option "Extract Here"You will see a new subfolders: EW-7611ULB_V2_Linux_Driver_1.0.0.0.

 
[4.]  Make sure your system is up-to-date and reboot it after updated/upgraded.  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 build-essential make gcc

 

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

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

 

[7.]  Locate the WiFI driver.

Go to File Manager.  Go to the Downloads folder.  Open the EW-7611ULB_V2_Linux_Driver_1.0.0.0 folder. Right-click on the WIFI folder. Select the option "Open in terminal"


Alternatively, you can use below command under terminal to go to the driver folder.

$ cd ~/Downloads/EW-7611ULB_V2_Linux_Driver_1.0.0.0/WIFI


[8.]  Compile and install the WIFI driver.

$ make

$ sudo make install


[9.]  Locate the Bluetooth driver.


$ cd ../BT/Linux


Alternatively you can go to File Manager.  Go to the Downloads folder => EW-7611ULB_V2_Linux_Driver_1.0.0.0 folder => BT folder.  Right-click on the Linux folder.  Select the option "Open in terminal"


Alternatively, you can use below command under terminal to go to the driver folder.

$ cd ~/Downloads/EW-7611ULB_V2_Linux_Driver_1.0.0.0/BT/Linux


[10.]  Install the Bluetooth driver.


$ sudo make install INTERFACE=usb


Please note the uppercase and lowercase of the command.


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

$ sudo reboot


[12.] Insert EW-7611ULB v2 adapter


[13.]  Open the Network Manager on the top panel to make wireless connection 


[14.]  Open the Bluetooth Settings on the top panel to make Bluetooth connection 


[15.]  Congratulations!  The setup is completed!







Technical Support Team
Edimax USA

Santa Clara, CA



/*** EOF ***/

Created:  2023-03-08 11:10 AM

Modified: 2023-03-29 11:55 AM