Hi, Thank you Sean for your reply and I have some more results now.
I did the install for kerner-sources and kernel-syms. I also checked on the internet and found a later version of the driver file "eagle-usb-2.3.3.tar.bz2" and downloaded the same. I did a ./config -enable-cmv and the configure went fine. After this, i did make uninstall make clean make make uninstall and make clean went fine. However after the make command, I got errors as below. I did not have the modem connected while making the make command. Should the modem be connected? aew0943:/eagle-usb-2.3.3 # make make -C driver make[1]: Entering directory `/eagle-usb-2.3.3/driver' USE_CMVS=1 make -C /lib/modules/2.6.16.27-0.9-smp/build SUBDIRS=/eagle-usb-2.3.3/driver modules make[2]: Entering directory `/usr/src/linux-2.6.16.27-0.9-obj/i386/smp' make -C ../../../linux-2.6.16.27-0.9 O=../linux-2.6.16.27-0.9-obj/i386/smp modules CC [M] /eagle-usb-2.3.3/driver/eu_main.o /eagle-usb-2.3.3/driver/eu_main.c:176: error: unknown field `owner' specified in initializer /eagle-usb-2.3.3/driver/eu_main.c:176: warning: initialization from incompatible pointer type /eagle-usb-2.3.3/driver/eu_main.c:253: error: expected `)' before string constant /eagle-usb-2.3.3/driver/eu_main.c:255: error: expected `)' before string constant make[5]: *** [/eagle-usb-2.3.3/driver/eu_main.o] Error 1 make[4]: *** [_module_/eagle-usb-2.3.3/driver] Error 2 make[3]: *** [modules] Error 2 make[2]: *** [modules] Error 2 make[2]: Leaving directory `/usr/src/linux-2.6.16.27-0.9-obj/i386/smp' make[1]: *** [eagle-usb.ko] Error 2 make[1]: Leaving directory `/eagle-usb-2.3.3/driver' make: *** [build] Error 2 aew0943:/eagle-usb-2.3.3 # Should some setting be made in the make file to rectify the error or should I have the modem connected while compiling the driver? Regards N. Sridhar
