I cannot get this wireless card to turn on, it's got the button on the front of the laptop to turn it on and also indicate on/off/connected.
I've read quite a bit about others trying to get this going and most people seem to hinge around "acerhk". http://www2.informatik.hu-berlin.de/~tauber/acerhk/
However, I simply cannot compile it. I've tried manually telling it where the kernel source is, getting it from the Ubuntu repositories and also from kernel.org. The makefile is looking for /include/linux/version.h. That file just doesn't seem to be avaliable in any kernel source I can find.
I'm stuck, I need to compile this but don't know how to give it the files it needs.
Below is the output of the error I get when trying to make.
I've read quite a bit about others trying to get this going and most people seem to hinge around "acerhk". http://www2.informatik.hu-berlin.de/~tauber/acerhk/
However, I simply cannot compile it. I've tried manually telling it where the kernel source is, getting it from the Ubuntu repositories and also from kernel.org. The makefile is looking for /include/linux/version.h. That file just doesn't seem to be avaliable in any kernel source I can find.
I'm stuck, I need to compile this but don't know how to give it the files it needs.
Below is the output of the error I get when trying to make.
Code:
clickwir@mobile001:~/Desktop/acerhk-0.5.33$ make awk: cmd. line:1: fatal: cannot open file `/home/clickwir/Desktop/kernel/linux-2.6.15.7/linux-2.6.15.7/include/linux/version.h' for reading (No such file or directory) awk: cmd. line:1: fatal: cannot open file `/home/clickwir/Desktop/kernel/linux-2.6.15.7/linux-2.6.15.7/include/linux/version.h' for reading (No such file or directory) cc -I/home/clickwir/Desktop/kernel/linux-2.6.15.7/linux-2.6.15.7/include -c -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -DMODVERSIONS -DMODULE -D__KERNEL__ -o acerhk.o acerhk.c In file included from /usr/include/linux/autoconf.h:1, from /home/clickwir/Desktop/kernel/linux-2.6.15.7/linux-2.6.15.7/include/linux/config.h:6, from acerhk.c:38: /usr/include/linux/err_kernel_only.h:1:2: error: #error Kernel only header included in userspace acerhk.c:2973:2: error: #error This driver is only available for X86 architecture make: *** [acerhk.o] Error 1
Comment