Skip to content

Instruction for installing this driver in Ubuntu 18.04

bartoll edited this page Jan 1, 2020 · 1 revision
  1. Remove old driver
sudo modprobe -r mt76x0e
  1. Install necessary packages to make compilation
sudo apt-get install git build-essential linux-headers-generic libelf-dev dkms
  1. Download this new driver and install it
git clone https://github.com/neurobin/MT7630E.git
cd MT7630E

sudo ./install
sudo make dkms

After running these command, your Mediatek MT7630e card will be running properly.