Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dkms.conf added #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

dkms.conf added #3

wants to merge 4 commits into from

Conversation

ladiko
Copy link

@ladiko ladiko commented Jun 20, 2016

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

@EliSnow
Copy link

EliSnow commented Oct 25, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants