mt7610u_wifi_sta_v3002_dpo_20130916 icon indicating copy to clipboard operation
mt7610u_wifi_sta_v3002_dpo_20130916 copied to clipboard

dkms.conf added

Open ladiko opened this issue 8 years ago • 1 comments

the driver can be installed with dkms and get's automatically re-compiled on kernel update.

apt install dkms
git clone "https://github.com/ladiko/mt7610u_wifi_sta_v3002_dpo_20130916.git" "/usr/src/mt7610u-20130916"
dkms install mt7610u/20130916

ladiko avatar Jun 20 '16 14:06 ladiko

To anyone following the above instructions, it should be:

apt install dkms
git clone "https://github.com/ladiko/mt7610u_wifi_sta_v3002_dpo_20130916.git" "/usr/src/mt7610u-20130916"
dkms add mt7610u/20130916
dkms install mt7610u/20130916

(Changed "/usr/srv/... to "/usr/src/...)

Thank you @ladiko for putting this together.

EliSnow avatar Oct 25 '16 01:10 EliSnow