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

have trouble working on kernel 4.3.0 #12

Closed
ghost opened this issue Jan 31, 2016 · 2 comments
Closed

have trouble working on kernel 4.3.0 #12

ghost opened this issue Jan 31, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 31, 2016

root@Zhaosi:~/Drivers/MT7630E# ./install
make -C /lib/modules/`uname -r`/build M=/root/Drivers/MT7630E/rt2x00 modules
make[1]: *** /lib/modules/4.3.0-kali1-amd64/build: No such file or directory.  Stop.
Makefile:8: recipe for target 'all' failed
make: *** [all] Error 2
cp -v firmware/*/* /lib/firmware/
‘firmware/BT/mt76x0.bin’ -> ‘/lib/firmware/mt76x0.bin’
‘firmware/Wi-FI/MT7650E234.bin’ -> ‘/lib/firmware/MT7650E234.bin’
cp rt2x00/mt7630e.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
cp btloader/mt76xx.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
depmod
modprobe: ERROR: could not insert 'mt7630e': Exec format error
modprobe: ERROR: could not insert 'mt76xx': Exec format error

Thank you.

@neurobin
Copy link
Owner

You kernel building environment isn't setup properly. You need to install the required headers for your kernel. May be a little google search will help you installing the required kernel headers.

Regards,
Jahid

@ghost
Copy link
Author

ghost commented Jan 31, 2016

Thank you very much!

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

No branches or pull requests

1 participant