aesilevich / MT7630E

Modified easy installation package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MT7630E

Easy installation package for the official driver at http://www.mediatek.com/en/downloads/mt7630-pcie/


                              Mediatek MT7630E Combo Linux Driver User Guide

  1. 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)
  1. 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....

  1. Troubleshooting when upgrading kernel

###3.1 Install script

If you installed the driver with the install script, you will have to reinstall the drivers when you upgrade your kernel.

To do so, run:

./uninstall
make clean
./install

If you don't uninstall and clean, you will face problems like this:

modprobe: ERROR: could not insert 'mt7630e': Exec format error
modprobe: ERROR: could not insert 'mt76xx': Exec format error

###3.2 DKMS

If you install with dkms then you won't need to uninstall/install for minor kernel updates. Major kernel updates may still need update/uninstall/install though.

Source:

  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.

About

Modified easy installation package


Languages

Language:C 99.7%Language:Makefile 0.2%Language:Shell 0.1%