The official drivers for D-Link DWA-131 Rev E, with patches to keep it working on newer kernels on Raspberry Pi.
Also works on Rosewill RNX-N180UBE v2 N300 Wireless Adapter.
NOTE: This repo was forked from Mange/rtl8192eu-linux-driver.
Kudos to Magnus Bergmark <magnus.bergmark@gmail.com>
for the great work.
You have two ways to install this driver:
-
Install DKMS and other required tools
# apt-get install git raspberrypi-kernel-headers build-essential dkms
-
Compile driver
# make ARCH=arm
-
Install the driver
# make install
If you wish to uninstall the driver at a later point, use
# make uninstall
This tree supports Dynamic Kernel Module Support (DKMS), a system for generating kernel modules from out-of-tree kernel sources. It can be used to install/uninstall kernel modules, and the module will be automatically rebuilt from source when the kernel is upgraded (for example using your package manager).
-
Install DKMS and other required tools
# apt-get install git raspberrypi-kernel-headers build-essential dkms
-
Add the driver to DKMS. This will copy the source to a system directory so that it can used to rebuild the module on kernel upgrades.
# dkms add .
-
Build and install the driver.
# dkms install rtl8192eu/1.0
If you wish to uninstall the driver at a later point, use
# dkms uninstall rtl8192eu/1.0
To completely remove the driver from DKMS use
# dkms remove rtl8192eu/1.0 --all
- Fork repo
- Do your patch in a topic branch
- Open a pull request on GH, or send it by email to
Alessandro Ratti <lord2y@gmail.com>
. - I'll squash your commits when everything checks out and add it to
master
.
The original code is copyrighted, but I don't know by whom. The driver download does not contain license information; please open an issue if you are the copyright holder.
Most C files are licensed under GNU General Public License (GPL), version 2.