Buongiorno a tutti, con l’installazione di fedora 14 (a 32 bit) ho perso l’utilizzo della webcam. I precedenti driver installati su fedora 12 (sia 32 che 64 bit) sembrano non funzionare.
Chi mi da una mano?
Qualche informazione:
uname -r
2.6.35.10-74.fc14.i686
lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 05ca:1870 Ricoh Co., Ltd Webcam 1000
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Utilizzando la guida questa http://code.google.com/p/r5u870/ il sistema mi restituisce il seguente errore al momento del make:
make
make -C /lib/modules/2.6.35.10-74.fc14.i686/build M=/home/andrea/Scaricati/r5u870 V=0 modules
make[1]: Entering directory /usr/src/kernels/2.6.35.10-74.fc14.i686' CC [M] /home/andrea/Scaricati/r5u870/r5u870.o /home/andrea/Scaricati/r5u870/r5u870.c: In function ‘r5u870_control_msg’: /home/andrea/Scaricati/r5u870/r5u870.c:174:3: error: implicit declaration of function ‘kmalloc’ /home/andrea/Scaricati/r5u870/r5u870.c:174:8: warning: assignment makes pointer from integer without a cast /home/andrea/Scaricati/r5u870/r5u870.c:196:3: error: implicit declaration of function ‘kfree’ make[2]: *** [/home/andrea/Scaricati/r5u870/r5u870.o] Errore 1 make[1]: *** [_module_/home/andrea/Scaricati/r5u870] Errore 2 make[1]: Leaving directory
/usr/src/kernels/2.6.35.10-74.fc14.i686’
make: *** [all] Errore 2
Grazie!!