PDA

View Full Version : Configurazione Intel 537EP & suse 10.0


manuele.f
19-11-2005, 10:27
Ciao,sono newbie di linux e nell'istallazione di questo driver su una suse 10.0 mi da il seguente errore, ora, ho provato ad istallare sia un driver sia un driver non compilato entrambi scaricati dal sito di intel...il comando ./configure non ha nessun effetto per cui non riesco nemmeno a capire di che librerie/compilatori ho bisogno...che può essere?

grazie

linux:~/Desktop/intel-537EP_secure-2.60.80.0 # make clean
cd coredrv; make clean
make[1]: Entering directory `/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv'rm -f *.ko *.o *~ core
make[1]: Leaving directory `/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv'
rm -f *.o *.ko
linux:~/Desktop/intel-537EP_secure-2.60.80.0 # make 537
Module precompile check
Current running kernel is: 2.6.13-15-default
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
version.h matches running kernel
2.6.13-15-default
make[1]: Entering directory `/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv'make -C /lib/modules/2.6.13-15-default/build SUBDIRS=/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv modules
make[2]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make -C ../../../linux-2.6.13-15 O=../linux-2.6.13-15-obj/i386/default modules
CC [M] /root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o
gcc: ../inc: No such file or directory
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL_NOVERS’
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: parameter names (without types) in function declaration
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:70: warning: data definition has no type or storage class
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘power_callback’:
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: ‘PM_SAVE_STATE’ undeclared (first use in this function)
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: (Each undeclared identifier is reported only once
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:295: error: for each function it appears in.)
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘softcore_init_struct’:
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:336: warning: assignment from incompatible pointer type
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘open’:
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:394: warning: ‘pm_register’ is deprecated (declared at /usr/src/linux-2.6.13-15/include/linux/pm.h:107)
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘close’:
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:416: warning: ‘pm_unregister’ is deprecated (declared at /usr/src/linux-2.6.13-15/include/linux/pm.h:112)
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘hamproc_write’:
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:660: warning: ignoring return value of ‘copy_from_user’, declared with attribute warn_unused_result/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: At top level:
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:754: warning: initialization from incompatible pointer type
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:755: warning: initialization from incompatible pointer type
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘kScheduleDPC’:
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:861: error: implicit declaration of function ‘pm_access’
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c: In function ‘dspdrv_CommRamISR’:
/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.c:877: warning: function declaration isn’t a prototype
make[5]: *** [/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv/coredrv.o] Error 1
make[4]: *** [_module_/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv] Error 2
make[3]: *** [modules] Error 2
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make[1]: *** [537core_26] Error 2
make[1]: Leaving directory `/root/Desktop/intel-537EP_secure-2.60.80.0/coredrv'
2.6.13-15-default
Failed to build driver

manuele.f
19-11-2005, 12:19
Current running kernel is: 2.6.13-15-default
/lib/modules... autoconf.h exists
diff: /boot/vmlinuz.autoconf.h: No such file or directory
autoconf.h matches running kernel
diff: /boot/vmlinuz.version.h: No such file or directory
version.h matches running kernel

queste righe non riesco proprio a digerirle...mancano delle librerie?

midian
19-11-2005, 13:58
queste righe non riesco proprio a digerirle...mancano delle librerie?
sembra proprio di si...

manuele.f
20-11-2005, 11:16
help me! :cry: