tobiasBora / MT7630E_3.16

A modification of original driver that works under kernel 3.16
14 stars 0 forks source link

** 0. Note

The code has been modified by Tobias Bora in order to make it work under the Linux kernel 3.16. The original sources come from Mediatek at : http://www.mediatek.com/en/downloads/mt7630-pcie/.

** 1. Component

** 2. User Environment

** 3. Use

To just compile the library and copy the firmware in /lib/firmware, please run (you'll be prompt for sudo password during the copy in /lib/firmware): : make compile

To load and compile the driver (wifi and bluetooth) for the current session only, please run : : make load

To install the driver in order to load it every time you start your computer : : make install

And to uninstall it : : make uninstall