Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 16973  / 2 Years ago, tue, november 1, 2022, 12:45:14

I have a Leoxys mini USB adapter (LEP - NANO 150 N)



When I download the drivers, there is a folder named LINUX. But I find more folders inside it namely MT7601u , RT537x_RT3x7x and RT5572_RT3572.



I do not know what are those and how to install them. How do I install those drivers?


More From » wireless

 Answers
3

Getting the linux drivers from the product website and all didnt work for me for this device.



To get it to work, just follow these steps (make sure you have an active internet connection):



Open a terminal (Ctrl+Alt+T) and run these commands in sequence:



sudo apt-get install build-essential linux-headers-generic git
mkdir ~/RTL8188EU
cd ~/RTL8188EU
git clone git://github.com/lwfinger/rtl8188eu
cd ~/RTL8188EU/rtl8188eu
make
sudo make install
sudo cp -v ~/RTL8188EU/rtl8188eu/rtl8188eufw.bin /lib/firmware/rtlwifi/
sudo depmod -a
sudo update-initramfs -u
sudo modprobe 8188eu


Wireless should spring to life.



source


[#27677] Wednesday, November 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
diket

Total Points: 167
Total Questions: 124
Total Answers: 109

Location: Somalia
Member since Wed, Mar 15, 2023
1 Year ago
;