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

Nothing Happens After Install #18

Open
TurekBot opened this issue Mar 21, 2017 · 2 comments
Open

Nothing Happens After Install #18

TurekBot opened this issue Mar 21, 2017 · 2 comments

Comments

@TurekBot
Copy link

Hi,

I'm running Ubuntu 16.04.1 LTS amd64 via a USB drive. I'm trying to get an Aukey WF-R3 adapter with the MT7610U MediaTek chipset to work.

I copy the source code to the desktop and then do exactly as the readme instructs. Am I missing something?

I tried both builds specified in the readme (the normal one as well as the DKMS one), and they seem to install without error, but then nothing happens.

If it seems to install, yet nothing shows up in the Network Manager, where should I look to find the problem?

I'll leave the terminal make and install output (for both Normal and DKMS builds) below.

DKMS Make and Install Output:
https://paste.ubuntu.com/24224818/

Normal Make and Install Output:
https://paste.ubuntu.com/24224860/

@adamchilcott
Copy link

adamchilcott commented Feb 10, 2018

It installs correctly, however when trying to do a

insmod mt7610u_sta.ko

you get the

Unknown symbol in module

Error as per ticket #32. You can't see the error as you probably haven't checked dmesg.

@jgomo3
Copy link

jgomo3 commented Jun 14, 2018

I had the same problem, and the message DKMS gave me[1] at the end and a SOF answer[2] gave me a good clue.

So the solution for me was to reinstall it with the --force option:

sudo dkms remove mt7610u_sta/1.0 --all
sudo dkms install --force mt7610u_sta/1.0

[1]

Good news! Module version 3.0.0.2 for mt7610u_sta.ko
exactly matches what is already found in kernel 4.4.0-31-generic.
DKMS will not replace this module.
You may override by specifying --force.

[2] https://askubuntu.com/a/1015179/10580

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

No branches or pull requests

3 participants