Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
8812au: disagrees about version of symbol module_layout #23
Comments
|
http://stackoverflow.com/questions/20167411/how-to-compile-a-kernel-module-for-raspberry-pi In case you are still looking. I found this which talk about compiling modules on pi |
okazymyrov
commented
Jul 14, 2015
|
I have got the same error on Ubuntu 14.04.2 LTS
|
|
Ubuntu on Raspberry pi? |
okazymyrov
commented
Jul 15, 2015
|
Hi @joseph-jja, Ubuntu war installed on a common PC, but the error is the same. That error appeared when the kernel was updated. The only way I found to fix this is to rebuild rtl8812AU_8821AU_linux
Do you any idea how to fix it without rebuilding? |
|
You must rebuild with each kernel update. No way around that. You can setup dkms to have that done automatically. I do it manually music though. |
philastrophist
commented
Nov 2, 2015
|
I've run your script above and it fixed my problem. Thanks a lot! Is there a way to automatically do this when the kernel is updated? |
|
Use dkms to do or on every kernel update. I just do it manually |
|
Adding module to dkms will make it automatic for kernel update or manual is another choice. Closing this issue. |
brainstorm commentedJul 26, 2014
I'm getting the following error message when trying to load the module for this edimax adapter:
https://wikidevi.com/wiki/Edimax_EW-7822UAC
Compiling inside a Raspberry Pi (no cross-compiling).
In dmesg:
I've followed the following blog post:
https://www.debinux.de/2014/06/sitecom-wifi-usb-adapter-ac1200-treiber-dkms-einrichtung-unter-ubuntu/
But I had to do a:
Which I guess it's the root of the problem, but since the exact
linux-headersfor my running kernel version (3.12.22+) are not available, I thought that 3.12.xlinux-headerswould be enough.Any pointers on how can I circumvent this issue?