Easy installation package for the official driver at http://www.mediatek.com/en/downloads/mt7630-pcie/
Mediatek MT7630E Combo Linux Driver User Guide
- Component
- rt2x00: Wi-Fi driver source code
- btloader: Bluetooth firmware loader source code
- firmware: Firmware binary code (MT7650E234.bin is for Wi-Fi, mt76x0.bin is for Bluetooth)
- Installation
First give some file execution permission:
chmod +x install test uninstall
Now to install it, run:
./install
To test it without installing, run:
./test
To uninstall, run:
./uninstall
To install with dkms:
sudo make dkms
The driver will automatically load at startup....
The original source was taken from https://github.com/kuba-moo/mt7630e
Some patches for extended kernel support are taken from https://github.com/benjarobin/MT7630E
Note: Even though the original source was taken from kuba-moo, it no longer resembles that of the original. If you want to apply a patch that works with other sources, be ware that the line number and content may or may not match i.e you will have to be careful applying patches.