Hey Leute!
Habe immer wiederkehrend einen Fehler beim versuch Treiber (wlan-treiber) zu komplilieren.
Worauf lässt dies schließen?Code:Wed Feb 3 16:05:27 CET 2010 Installing "ACX100/111" on 2.6.30.9. patching file common.c patching file pci.c make: Entering directory `/usr/src/linux-source-2.6.30.9' WARNING: Symbol version dump /usr/src/linux-source-2.6.30.9/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] /usr/src/drivers/acx-20070101/wlan.o In file included from /usr/src/drivers/acx-20070101/acx.h:2, from /usr/src/drivers/acx-20070101/wlan.c:49: /usr/src/drivers/acx-20070101/wlan_compat.h:224: error: conflicting types for 'irqreturn_t' include/linux/irqreturn.h:16: error: previous declaration of 'irqreturn_t' was here make[1]: *** [/usr/src/drivers/acx-20070101/wlan.o] Error 1 make: *** [_module_/usr/src/drivers/acx-20070101] Error 2 make: Leaving directory `/usr/src/linux-source-2.6.30.9'
MfG
edit:
Heißt das ich muss den Kernel neu compilen? oder kann ich irgendwie herausfinden mit welcher gcc version ich arbeiten muss und darauf downgraden?Code:root@bt:~# airdriver-ng install 0 Driver "ACX100/111" specified for installation. Your current GCC version doesn't match the version your kernel was compiled with. The build modules will probably not load into the running kernel. 1. Getting the source...OK 2. Extracting the source...OK 3. Getting the patch...OK 4. Patching the source...OK 5. Compiling the source...Running "depmod -ae"... Failed to install the driver. Look through "/var/log/airdriver" for errors.