Fedora 24 MediaTek Mt7630e driver issues
Hi all. I'm a bit of a Linux noob. I know my way around and have been using Ubuntu for a while but am no where near experienced (though my goal is to be wizard status). I just installed Fedora 24 on my Asus x555l laptop last night. I am aware this laptop has known hardware issues with Linux and have had issues with the WiFi adapter in Ubuntu as well. I tried multiple drivers I found from googling around, the most recommended one was: https://github.com/kuba-moo/mt7630e . When trying to make I get this error:
$sudo make
make -C /lib/modules/'uname -r'/build M=/rt2x00 modules
make[1]: Entering directory 'usr/src/kernels/4.6.4-301.fc24.x86_64'
Makefile:667: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strcng not supported by compiler
scripts/Makefile.build:44: /rt2x00/Makefile: No such file or directory
make[2]: *** No rule to make target '_module_/rt2x00/Makefile'. Stop.
Makefile:1443: recipe for target '_module_/rt2x00' failed
make[1]: *** [_module_/rt2x00] Error 2
make[1]:7: recipe for target 'all' failed
make: *** [all] Error 2
I found someone else with a similar problem, and the only response was to run this sudo dnf group install "Development-Tools"
but after doing that I still got this error. I also tried installing an older driver I found on github but had the same issue. I guess I could try using an older kernel version but would rather not.
Thanks in advance
Do you have installed kernel-devel ?
I do now. Thanks for the reply