This tutorial shows how to install your Edimax EW-7711lN WiFi PCI card on Ubuntu Natty Narwhal 11.04 under Unity. In my case, I used the x86 distribution installed from an USB drive. However, this tutorial should apply to any current Linux distro that is able to compile C code (do a "make"). Tested on: Ubuntu Natty Narwhal, Mint Katya, Fedora 15.
Note: in all cases, only x86 distributions!! The drivers provided by Ralink do not work on 64-bit versions! (perhaps an experienced C programmer could convince the code to work, though)
Note: by default, Mint Katya has the "su" command blocked. In this case you need to prefix each line by "sudo" and skip the "exit" command at the end.
Here are the steps to follow:
- Get the latest Ralink driver (this Edimax uses a RaLink chipset) from here: http://www.ralinktech.com/support.php?s=2 (get the one called RT3062PCI/… and so on – at the time I wrote this, the file was called DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217.tgz)
- Download the file, copy to your Desktop
- Open a Terminal window (on default Unity click the Ubuntu logo on top left corner, type "terminal" and click on the Terminal application icon).
- Run these commands to start:
#sudo su - After that type in your password, then:
#cd Desktop
#cd DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217
#gedit os/linux/config.mk - Find the lines
HAS_WPA_SUPPLICANT=n
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
change them to
HAS_WPA_SUPPLICANT=y
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
and save and close the file! - Then edit this file:
#gedit /etc/modprobe.d/blacklist.conf
and at the end of the file add these blacklists
blacklist rt2800pci
blacklist rt2x00lib
blacklist rt2x00pci
blacklist rt2800lib
Save and close the file. - Then:
#make
#make install - At last:
#echo rt3562sta >> /etc/modules
#exit - To wrap things up, restart the computer and when you come back to your desktop, the wireless network icon should warn you about nearby hotspots and allow you to login.
Enjoy!
This worked great for me on my Fedora 15 64bit OS.
I didn’t have to change any part of your tutorial for it to work on my machine.
Thank you !!!
You’re welcome. I initially failed to compile it on Ubuntu x64 and thought it wouldn’t work on x64 compilers.
Are you having any issues on your Fedora with this WiFi card? (like often disconnects, speed issues?)
thanks man!
Ace tutorial! worked on ubuntu 11.4!
You’re welcome! Gladto know it worked. Were you on 64 or 32bit system?
worked fantastic, thanks !
Linux Mint
version : debian
Kernel Linux 3.0.0-1-686
GNOME 3.0.2
Tank you!
It is working also for linux mint 9 isodara LXDE.
Great work !!!
Thank you very very much for your tutorial, you really made my day! I hadn’t been able to get this card to work for weeks and got stuck on the ubuntu forums…so I gave it another try today and your guide solved all my problems
I was able to use your guide on Ubuntu 11.10, amd64-version, so a 64-bit OS. So the drivers do (miraculously) work!
Thank you so much again