Lo primero de todo pedir perdón si el post esta en la zona equivocada, espero que no
Bueno al grano.
Se trata de que estoy intentando instalar el driver para auditoria de la intel pro wireless 3945 en ubuntu 10.04 con kernel 2.6.32-24.
Descargué los drivers ipwraw-ng-2.3.4-04022008 y al hacer make me da este error:
WARNING: $SHELL not set to bash.
If you experience build errors, try
'make SHELL=/bin/bash'.
make -C /lib/modules/2.6.32-24-generic/build M=/home/lsanchezojo/Descargas/ipwraw-ng modules
make[1]: se ingresa al directorio `/usr/src/linux-headers-2.6.32-24-generic'
WARNING: $SHELL not set to bash.
If you experience build errors, try
'make SHELL=/bin/bash'.
CC [M] /home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.o
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘ipw_send_cmd’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:1015: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:1015: error: (Each undeclared identifier is reported only once
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:1015: error: for each function it appears in.)
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:1015: error: implicit declaration of function ‘signal_pending’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:1015: error: implicit declaration of function ‘schedule_timeout’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘show_temperature’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:1360: error: ‘struct device’ has no member named ‘driver_data’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘show_status’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:2432: error: ‘struct device’ has no member named ‘driver_data’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘show_cfg’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:2443: error: ‘struct device’ has no member named ‘driver_data’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘dump_error_log’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:2460: error: ‘struct device’ has no member named ‘driver_data’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘dump_event_log’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:2474: error: ‘struct device’ has no member named ‘driver_data’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘show_rf_kill’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:2488: error: ‘struct device’ has no member named ‘driver_data’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘store_rf_kill’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:2545: error: ‘struct device’ has no member named ‘driver_data’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘ipw_irq_handle_error’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:2596: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘ipw_nic_reset’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:4991: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘ipw_tx_complete’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:6841: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘ipw_rx_handle’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:7187: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘ipw_bg_rf_kill’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:7751: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘ipw_down’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8160: error: ‘TASK_INTERRUPTIBLE’ undeclared (first use in this function)
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘ipw_prom_alloc’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8375: error: ‘struct net_device’ has no member named ‘open’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8376: error: ‘struct net_device’ has no member named ‘stop’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8377: error: ‘struct net_device’ has no member named ‘get_stats’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8378: error: ‘struct net_device’ has no member named ‘hard_start_xmit’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c: In function ‘ipw_pci_probe’:
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8897: error: ‘struct net_device’ has no member named ‘hard_start_xmit’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8898: error: ‘struct net_device’ has no member named ‘open’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8899: error: ‘struct net_device’ has no member named ‘stop’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8900: error: ‘struct net_device’ has no member named ‘get_stats’
/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.c:8901: error: ‘struct net_device’ has no member named ‘set_mac_address’
make[2]: *** [/home/lsanchezojo/Descargas/ipwraw-ng/ipwraw.o] Error 1
make[1]: *** [_module_/home/lsanchezojo/Descargas/ipwraw-ng] Error 2
make[1]: se sale del directorio `/usr/src/linux-headers-2.6.32-24-generic'
make: *** [modules] Error 2
No sé que estoy haciendo mal, la distribución esta casi recién instalada. He estado utilizando wifiway, pero me gustaria poder hacer auditoria y utilizar una distribución de linux mas a nivel usuario como ubuntu, por eso me decidí a instalar los drivers.
Espero que me podais ayudar.
Muchas gracias de antemano!!!