kuba-moo / mt7630e

Mediatek driver for MT7630E WiFi+BT combo with my fixes
42 stars 8 forks source link

kernel 3.16 and installation failure #2

Closed ehood closed 9 years ago

ehood commented 9 years ago

Does the driver support the 3.16 kernel? Also when trying to install I get this errors- ehood@ehood-ubuntu:~/mt7630e$ sudo make install make -C /lib/modules/uname -r/build M=/rt2x00 modules make[1]: Entering directory /usr/src/linux-headers-3.13.0-48-generic' scripts/Makefile.build:44: /rt2x00/Makefile: No such file or directory make[2]: *** No rule to make target/rt2x00/Makefile'. Stop. make[1]: * [module/rt2x00] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-48-generic' make: * [all] Error 2

kuba-moo commented 9 years ago

Oh, I didn't use sudo to be honest, just assumed it would work :confused:

Can you try switching to root with su and then doing make install (without sudo)?

kuba-moo commented 9 years ago

Turns out sudo needs -s to function properly in this case, I corrected the instructions. Let me know if the driver works for you now.

ehood commented 9 years ago

Thanks, this time there wasn't any errors. Its working thank you so much.

kuba-moo commented 9 years ago

No problem :) I will close the issue, feel free to reopen if you have any other problems.