No puedo ayudarte con tu problema, pero despu�s de alg�n tiempo con bastantes quebraderos de cabeza al final yo he tirado de ndiswrappers y van suaves como la seda y se configuraron en un momento. Mi tarjeta es una 3COM que en teor�a funciona con el Prism54, pero no as� en la pr�ctica.
Saludos y suerte Leo wrote: > Hola Lista. > > Estoy tratando de instalar una tarjeta inal�mbrica PCI, con chip > acx111 (sobre un Debian Sarge, con Kernel 2.6.8-2-686. > > Estoy siguiendo lo que indica esta p�gina: > http://www.houseofcraig.net/acx100_howto.php > > y esto es lo que me devuelve al momento de hacer "make" > > [EMAIL PROTECTED]:/home/public/acx100-0.2.0pre8_plus_fixes_56$ make > make -C src > make[1]: Entering directory > `/home/public/acx100-0.2.0pre8_plus_fixes_56/src' > gcc -Wall -Wstrict-prototypes -Wno-trigraphs -O -fno-strict-aliasing > -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=4 > -march=i586 -DACX_DEBUG=1 -DACX_IO_WIDTH=32 -DMODVERSIONS -include > /lib/modules/2.6.8-2-686/build/include/linux/modversions.h > -D__KERNEL__ -DMODULE -DWLAN_HOSTIF=WLAN_PCI > -I/lib/modules/2.6.8-2-686/build/include -I../include -c -o acx100.o > acx100.c > > <primer error> > <l�nea de orden>:138473857:61896: > /lib/modules/2.6.8-2-686/build/include/linux/modversions.h: No existe > el fichero o > el directorio > </primer error> > > En el fichero inclu�do de /usr/include/asm/smp.h:18, > de /usr/include/linux/smp.h:17, > de /usr/include/linux/sched.h:23, > de /usr/include/linux/module.h:10, > de acx100.c:74: > /usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No existe el fichero o > el directorio > In file included from /usr/include/asm/smp.h:18, > from /usr/include/linux/smp.h:17, > from /usr/include/linux/sched.h:23, > from /usr/include/linux/module.h:10, > from acx100.c:74: > /usr/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here > (not in a function) > /usr/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here > (not in a function) > /usr/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here > (not in a function) > /usr/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here > (not in a function) > /usr/include/asm/mpspec.h:19: error: `MAX_APICS' undeclared here (not > in a function) > /usr/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here > (not in a function) > /usr/include/asm/mpspec.h:20: error: conflicting types for > `mp_bus_id_to_type' > /usr/include/asm/mpspec.h:8: error: previous declaration of > `mp_bus_id_to_type' > /usr/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here > (not in a function) > /usr/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here > (not in a function) > /usr/include/asm/mpspec.h:24: error: conflicting types for > `mp_bus_id_to_pci_bus' > /usr/include/asm/mpspec.h:12: error: previous declaration of > `mp_bus_id_to_pci_bus' > /usr/include/asm/mpspec.h:54: error: `MAX_APICS' undeclared here (not > in a function) > In file included from /usr/include/asm/smp.h:20, > from /usr/include/linux/smp.h:17, > from /usr/include/linux/sched.h:23, > from /usr/include/linux/module.h:10, > from acx100.c:74: > /usr/include/asm/io_apic.h:120: error: `MAX_IRQ_SOURCES' undeclared > here (not in a function) > /usr/include/asm/io_apic.h:120: error: conflicting types for `mp_irqs' > /usr/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs' > En el fichero inclu�do de /usr/include/linux/smp.h:17, > de /usr/include/linux/sched.h:23, > de /usr/include/linux/module.h:10, > de acx100.c:74: > /usr/include/asm/smp.h:73:26: mach_apicdef.h: No existe el fichero o > el directorio > En el fichero inclu�do de /usr/include/linux/irq.h:20, > de /usr/include/asm/hardirq.h:6, > de /usr/include/linux/interrupt.h:11, > de /usr/include/linux/netdevice.h:489, > de /usr/include/linux/if_arp.h:26, > de acx100.c:83: > /usr/include/asm/irq.h:16:25: irq_vectors.h: No existe el fichero o el > directorio > In file included from /usr/include/asm/hardirq.h:6, > from /usr/include/linux/interrupt.h:11, > from /usr/include/linux/netdevice.h:489, > from /usr/include/linux/if_arp.h:26, > from acx100.c:83: > /usr/include/linux/irq.h:70: error: `NR_IRQS' undeclared here (not in > a function) > In file included from /usr/include/linux/irq.h:72, > from /usr/include/asm/hardirq.h:6, > from /usr/include/linux/interrupt.h:11, > from /usr/include/linux/netdevice.h:489, > from /usr/include/linux/if_arp.h:26, > from acx100.c:83: > /usr/include/asm/hw_irq.h:28: error: `NR_IRQS' undeclared here (not in > a function) > /usr/include/asm/hw_irq.h:31: error: `NR_IRQS' undeclared here (not in > a function) > acx100.c:87:28: net/iw_handler.h: No existe el fichero o el directorio > In file included from ../include/acx.h:7, > from acx100.c:104: > ../include/acx_struct.h:1092: error: field `spy_data' has incomplete type > make[1]: *** [acx100.o] Error 1 > make[1]: Leaving directory > `/home/public/acx100-0.2.0pre8_plus_fixes_56/src' > make: *** [driver] Error 2 > > Alguien sabe que puede estar pasando porque no estoy pudiendo > solucionarlo. > > Muchas Gracias. > > > Salu2. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

