-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error on compiling #3
Comments
Hello Tom, I'm not sure it will work, but please could you try to install the headers from the kernel sources ? It should looks like : sudo apt-get install linux- Envoyé de mon téléphone Android avec K-9 Mail. Excusez la brièveté. |
Hey, sorry for the late response. It gimme message like this :
I wonder why I should install a kernel which has already installed. btw, in order to prevent the system to update the highest kernel I prevented the apt, by set it in /etc/apt/preferences. I attached an image of it. |
I'm sorry but there is a really strange thing in your commands: sometimes "uname -r" gives 3.16.0-031600-lowlatency (see your first message) and sometimes it returns 3.13.0-32-generic. Are you changing your kernel ? The idea is that the file "rt2x00/Makefile" ask for the kernel version with "uname -r", and then it needs to go in /lib/modules//build to find all the files it needs to compile the driver. This folder is created when you install the source packages linux-headers-, as you can see in this page: http://packages.ubuntu.com/trusty-updates/i386/linux-headers-3.16.0-30-generic/filelist. So choose a kernel (3.13 generic or 3.16 lowlatency), run
and then you can compile the MT7630E_3.16 module with
and if it doesn't return any error:
If you still have an error please return the result of
|
Yes. I changed my kernel. In the first pic, I was using 3.16, and because I still had no luck, I reverted back tp 3.13. I'll try it later then. |
Hello,
I'm trying to compiling this source in Kernel 3.16, but no luck. Here is the error I got :
![kernel_316](https://cloud.githubusercontent.com/assets/5789364/6143526/e5f43236-b1fc-11e4-87fe-124eaef69db1.png)
My laptop is Ubuntu 14.04, with kernel 3.13.0-32-generic
Thanks.
The text was updated successfully, but these errors were encountered: