mt7610u_wifi_sta_v3002_dpo_20130916
mt7610u_wifi_sta_v3002_dpo_20130916 copied to clipboard
dkms.conf added
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
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.