USB WiFi Adapter not working
Emily Wong
I am a new Ubuntu user. I've heard it's very cool, so I just installed it. My new Leoxsys mini USB adapter, which works fine in Windows XP, is not working in Ubuntu. So, I need some help regarding that.
Thanks in advance.
2 Answers
According to Leoxsys, your adapter is Linux supported. What I've found out that they have a different way of supplying drivers. On their support page for that adapter, they only list Later Windows Driver, when in fact that file includes Linux, Windows, and Mac OS drivers. So here is where you can download the driver.
Once the download is done, un-zip the file, and inside you will see three folders, just open the Linux folder, and you will see the driver.
Get the linux drivers from here and install it
If you have Leoxsys Nano Wifi Adapter,
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 gitthen:
mkdir ~/RTL8188EUthen:
cd ~/RTL8188EUthen:
git clone git://then:
cd ~/RTL8188EU/rtl8188euthen:
makethen:
sudo make installthen
sudo cp -v ~/RTL8188EU/rtl8188eu/rtl8188eufw.bin /lib/firmware/rtlwifi/then:
sudo depmod -athen:
sudo update-initramfs -uthen:
sudo modprobe 8188euWireless should spring to life.
source: