Als Auslöser für dieses Projekt ist dieses Dokument schuld :
http://www.medhurst.de/main/acer/acer.html
Da hat jemand das gleich NB wie ich und hast es sauber unter Linux laufen
Momentan läuft der 2.6.6-rc2 Kernel (Config von der verlinkten Seite oben).
Jetzt zu dem eigentlichen Problem:
Ich gehe nach dieser Anleitung für den ipw2001 (centrino wlan) vor:
http://www.walkdesign.net/INSTALL
gcc hab ich auf v3.0 verlinkt:
Doch schon beim hostap-driver bekomme ich Probleme:<--( root@iguana:/usr/bin )--$ l | grep gcc
185:lrwxrwxrwx 1 root root 7 Apr 27 18:24 gcc -> gcc-3.0
186:-rwxr-xr-x 1 root root 72k Sep 24 2002 gcc-2.95
187:-rwxr-xr-x 1 root root 72k Apr 8 2002 gcc-3.0
188:lrwxrwxrwx 1 root root 8 Apr 26 23:27 gcc.old -> gcc-2.95
189:-rwxr-xr-x 1 root root 15k Apr 8 2002 gccbug-3.0
<--( root@iguana:/home/darkiop/download/hostap-driver-0.1.3 )--$ make hostap crypt
gcc -I/usr/src/linux/include -O2 -D__KERNEL__ -DMODULE -Wall -g -c -fomit-frame-pointer -o driver/modules/hostap.o driver/modules/hostap.c
In file included from /usr/src/linux/include/linux/irq.h:20,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/interrupt.h:11,
from /usr/src/linux/include/linux/netdevice.h:513,
from /usr/src/linux/include/linux/if_arp.h:26,
from driver/modules/hostap.c:25:
/usr/src/linux/include/asm/irq.h:16:25: irq_vectors.h: No such file or directory
In file included from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/interrupt.h:11,
from /usr/src/linux/include/linux/netdevice.h:513,
from /usr/src/linux/include/linux/if_arp.h:26,
from driver/modules/hostap.c:25:
/usr/src/linux/include/linux/irq.h:70: `NR_IRQS' undeclared here (not in a function)
In file included from /usr/src/linux/include/linux/irq.h:72,
from /usr/src/linux/include/asm/hardirq.h:6,
from /usr/src/linux/include/linux/interrupt.h:11,
from /usr/src/linux/include/linux/netdevice.h:513,
from /usr/src/linux/include/linux/if_arp.h:26,
from driver/modules/hostap.c:25:
/usr/src/linux/include/asm/hw_irq.h:28: `NR_IRQ_VECTORS' undeclared here (not in a function)
/usr/src/linux/include/asm/hw_irq.h:32: `NR_IRQS' undeclared here (not in a function)
make: *** [driver/modules/hostap.o] Error 1
Woran liegt das?