Probleme mit dem ipw2001

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
darkiop
Beiträge: 144
Registriert: 29.01.2004 20:12:23

Probleme mit dem ipw2001

Beitrag von darkiop » 27.04.2004 18:38:28

Hab gestern Abend damit angefangen auf meinem Notebook (Acer Travelmate 291 LCI) ein frisches Woody zu installieren. Einen X Server habe ich noch nicht laufen, das kommt erst wenn ich Sarge/Testing gehe (Ich brauch zwingend den XFree4.3).

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:
<--( 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
Doch schon beim hostap-driver bekomme ich Probleme:
<--( 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?

Benutzeravatar
Meesta
Beiträge: 32
Registriert: 13.04.2004 11:03:14

Beitrag von Meesta » 27.04.2004 19:06:04

Also keine Ahnung woran das liegt, aber versuch mal in make all und dann ein make install. das funzt bei mir solange ic keine WEP-Verschlüsselung benötige.

gruß meesta
Wer Rechtschreib- oder Grammatikfehler findet darf sie behalten und gegebenenfalls wiederverwenden.

Antworten