View Single Post
Old 08-11-2006   #40 (permalink)
warnockm
Registered Member
 
Join Date: Sep 2003
Posts: 16
I tried it on another computer running 2.6.17 and FC5. I had compiled 0.13 drivers before using kernel 2.6.17, and installed them. Using those same modules, Kismet does not lock up. It appears that the FC5 kernel cannot compile the dragorn drivers. Looks like this is the prob, not the firmware.

this is the error on the make of orinoco-0.13-dragorn-2.6.17 drivers:

make -C /usr/src/kernels/2.6.17-1.2157_FC5-i686 M=/root/orinoco-0.13-dragorn-2.6.17 modules
make[1]: Entering directory `/usr/src/kernels/2.6.17-1.2157_FC5-i686'
CC [M] /root/orinoco-0.13-dragorn-2.6.17/orinoco_cs.o
In file included from /root/orinoco-0.13-dragorn-2.6.17/orinoco_cs.c:27:
/root/orinoco-0.13-dragorn-2.6.17/orinoco.h:63: warning: ‘packed’ attribute ignored for field of type ‘uint8_t[16]’
/root/orinoco-0.13-dragorn-2.6.17/orinoco.h:194: warning: ‘packed’ attribute ignored for field of type ‘char[16]’
/root/orinoco-0.13-dragorn-2.6.17/orinoco_cs.c: In function ‘orinoco_cs_detach’:
/root/orinoco-0.13-dragorn-2.6.17/orinoco_cs.c:158: error: implicit declaration of function ‘free_orinocodev’
make[2]: *** [/root/orinoco-0.13-dragorn-2.6.17/orinoco_cs.o] Error 1
make[1]: *** [_module_/root/orinoco-0.13-dragorn-2.6.17] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.17-1.2157_FC5-i686'
make: *** [modules] Error 2

Last edited by warnockm : 08-11-2006 at 08:58 PM.
warnockm is offline   Reply With Quote