I use an Edimax AC600 series USB wireless device for my raspberry pi on Raspbian. Here is the easy way to install the driver for it.
These easy instructions are only possible thanks to the amazing effort by MrEngman on raspberrypi.org who has worked tirelessly to make the driver for us!
Make sure your Pi is up-to-date and then restart the Pi:
sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade sudo apt-get shutdown -r nowNow download a script to automatically work out the correct driver version:
wget http://downloads.fars-robotics.net/wifi-drivers/install-wifiExtract the downloaded file:
tar -xzf install-wifi.tar.gzRun the script to make sure there is a suitable version of the driver:
./install-wifi -cThis will then tell you (a) if there is a driver and (b) its name. In my example the driver was ‘8812au’ so then I download and install the driver using:
./install-wifi 8812auFinally reboot the Pi and hey presto, you’re done!
sudo shutdown -r now
Hi I’ve also been using this driver, but notice it’s no longer available. and this version doesn’t work for kernel version 4.4.50-v7+
Have you had any luck finding a version that works?
Hi Rob. Thanks for your comment, yes I see that the link no longer works. A bit of research later and I think I’ve got a new version. The script is available at:
http://www.fars-robotics.net/install-wifi.tar.gz
As far as I can tell updates to the Dropbox URLs caused the mix up. Hopefully if you run the script from the above you should find a working version.
Let me know how you get on.
Thanks,
Sean.
Hi Sean,
I am trying to do the same thing as Rob, but when I run the updated install-wifi script, I get the following output:
Your current kernel revision = 4.4.50+
Your current kernel build = #970
Checking for a wifi module to determine the driver to install.
Your wifi module is Bus 001 Device 005: ID 2357:0101
And it uses the 8812au driver.
Checking for a new 8812au wifi driver module for your current kernel.
A driver does not yet exist for this update.
Try this one:
http://www.fars-robotics.net/8812au-4.4.50-970.tar.gz
That should meet your kernel version and build. If that doesn’t work let me know the output of:
uname -a
Awesome, after changing the driver to 8812au, it works great. Thanks for the help!
Hi Sean,
my kernel revision / build is 4.4.50-v7+ #970
Do you have a driver for this version, too?
Thanks,
Ben
Just need to add the “-v7” to the url:
http://www.fars-robotics.net/8812au-4.4.50-v7-970.tar.gz
Thanks, works great!!!
Hi Sean,
After running install-wifi gives following output:
current kernel revision = 4.9.21+
kernel build = #2
But says unable to identify wifi module. I have Edimax EW-7811Un wireless adapter.
Any help is greatly appreciated.
Thanks
Abhi
Unfortunately this script, and driver, is for use with the Raspbian OS only.
Alguna versión para mi?
root@kali:~# ./install-wifi -c
Your current kernel revision = 4.4.50-v7+
Your current kernel build = #1
Checking for a wifi module to determine the driver to install.
Your wifi module is Bus 001 Device 004: ID 148f:761a Ralink Technology, Corp.
And it uses the mt7610 driver.
Unfortunately this script, and driver, is for use with the Raspbian OS only.
Hi Sean,
I am currently using:
Your current kernel revision = 4.9.51-v7+
Your current kernel build = #1036
and the script is telling me:
Checking for a new 8812au wifi driver module for your current kernel.
A driver does not yet exist for this update.
Is there an update that would make this work?
Thanks!
pi@raspberrypi:~ $ wget http://www.fars-robotics.net/install-wifi.tar.gz
–2019-03-27 06:49:39– http://www.fars-robotics.net/install-wifi.tar.gz
Resolving http://www.fars-robotics.net (www.fars-robotics.net)… 212.23.8.80
Connecting to http://www.fars-robotics.net (www.fars-robotics.net)|212.23.8.80|:80… connected.
HTTP request sent, awaiting response… 404 Not Found
2019-03-27 06:49:39 ERROR 404: Not Found.
Hi,
Thanks for your comment. The link has changed, try: “wget http://downloads.fars-robotics.net/wifi-drivers/install-wifi“
Hi,
I’m getting a “command not found” every time I try to run the install-wifi file
Any idea why is this not working?
Thanks!