ragazzi sono sempre io a rompere. Premetto che ho formattato tutto e non ho ancora fatto nessun aggiornamento ho riprovato ad installare i drive spca5xx per far funzionare lamia webcam creative live IM.
Mi dice questo:
roberto@ubuntu:~$ sudo apt-get install linux-headers-`uname -r` linux-restricted-modules-`uname -r` build-essential gcc-3.4
Lettura della lista dei pacchetti in corso... Fatto
Generazione dell'albero delle dipendenze in corso... Fatto
linux-headers-2.6.15-23-386 è già alla versione più recente.
linux-restricted-modules-2.6.15-23-386 è già alla versione più recente.
build-essential è già alla versione più recente.
gcc-3.4 è già alla versione più recente.
0 aggiornati, 0 installati, 0 da rimuovere e 188 non aggiornati.
roberto@ubuntu:~$ wget
http://mxhaard.free.fr/spca50x/Download/spca5xx-20060501.tar.gz--11:40:47--
http://mxhaard.free.fr/spca50x/Download/spca5xx-20060501.tar.gz => `spca5xx-20060501.tar.gz'
Risoluzione di mxhaard.free.fr in corso... 212.27.63.122
Connessione a mxhaard.free.fr|212.27.63.122:80... connesso.
HTTP richiesta inviata, aspetto la risposta... 200 OK
Lunghezza: 192,817 (188K) [application/x-gzip]
100%[====================================>] 192,817 176.91K/s
11:40:48 (176.47 KB/s) - "spca5xx-20060501.tar.gz" salvato [192817/192817]
roberto@ubuntu:~$ tar xvfz spca5xx-20060501.tar.gz
spca5xx-20060501/
spca5xx-20060501/README-KERNEL-UPTO-2.6.16
spca5xx-20060501/Makefile
spca5xx-20060501/LICENSE
spca5xx-20060501/RGB-YUV%2fmodule-setting
spca5xx-20060501/README
spca5xx-20060501/drivers/
spca5xx-20060501/drivers/usb/
spca5xx-20060501/drivers/usb/spca500.dat
spca5xx-20060501/drivers/usb/spca501.dat
spca5xx-20060501/drivers/usb/spca505.dat
spca5xx-20060501/drivers/usb/spca508.dat
spca5xx-20060501/drivers/usb/spcagamma.h
spca5xx-20060501/drivers/usb/cx11646.h
spca5xx-20060501/drivers/usb/sn9cxxx.h
spca5xx-20060501/drivers/usb/pac207.h
spca5xx-20060501/drivers/usb/cxlib.h
spca5xx-20060501/drivers/usb/zc3xx.h
spca5xx-20060501/drivers/usb/cs2102.h
spca5xx-20060501/drivers/usb/jpeg_qtables.h
spca5xx-20060501/drivers/usb/pas106b.h
spca5xx-20060501/drivers/usb/spca506.h
spca5xx-20060501/drivers/usb/spca561.h
spca5xx-20060501/drivers/usb/mr97311.h
spca5xx-20060501/drivers/usb/sonix.h
spca5xx-20060501/drivers/usb/spca5xx.c
spca5xx-20060501/drivers/usb/spca5xx.h
spca5xx-20060501/drivers/usb/spcausb.h
spca5xx-20060501/drivers/usb/icm105a.h
spca5xx-20060501/drivers/usb/hv7131b.h
spca5xx-20060501/drivers/usb/hv7131c.h
spca5xx-20060501/drivers/usb/spca501_init.h
spca5xx-20060501/drivers/usb/pb0330.h
spca5xx-20060501/drivers/usb/ov7630c.h
spca5xx-20060501/drivers/usb/et61xx51.h
spca5xx-20060501/drivers/usb/sp5xxfw2.h
spca5xx-20060501/drivers/usb/jpeg_header.h
spca5xx-20060501/drivers/usb/spca508_init.h
spca5xx-20060501/drivers/usb/spcaCompat.h
spca5xx-20060501/drivers/usb/dummy_cam.h
spca5xx-20060501/drivers/usb/spcadecoder.c
spca5xx-20060501/drivers/usb/spcadecoder.h
spca5xx-20060501/drivers/usb/tas5130c.h
spca5xx-20060501/drivers/usb/sp5xxfw2.dat
spca5xx-20060501/drivers/usb/hdcs2020.h
spca5xx-20060501/drivers/usb/spca505_init.h
spca5xx-20060501/drivers/usb/spca500_init.h
spca5xx-20060501/drivers/usb/tv8532.h
spca5xx-20060501/CHANGELOG
tar: spca5xx-20060501/drivers: implausibly old time stamp 1970-01-01 01:00:00
spca5xx-20060501/README-SONIX
spca5xx-20060501/README-TV8532
spca5xx-20060501/INSTALL
spca5xx-20060501/cutlog.py
roberto@ubuntu:~$ cd spca5xx-20060501
roberto@ubuntu:~/spca5xx-20060501$ sudo make CC=gcc-3.4
Building SPCA5XX driver for 2.5/2.6 kernel.
Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/roberto/spca5xx-20060501 CC=gcc-3.4 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.15-23-386'
CC [M] /home/roberto/spca5xx-20060501/drivers/usb/spca5xx.o
CC [M] /home/roberto/spca5xx-20060501/drivers/usb/spcadecoder.o
LD [M] /home/roberto/spca5xx-20060501/spca5xx.o
Building modules, stage 2.
MODPOST
CC /home/roberto/spca5xx-20060501/spca5xx.mod.o
LD [M] /home/roberto/spca5xx-20060501/spca5xx.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.15-23-386'
roberto@ubuntu:~/spca5xx-20060501$ sudo modprobe -r spca5xx
roberto@ubuntu:~/spca5xx-20060501$ sudo rm -rf /lib/modules/`uname -r`/kernel/drivers/usb/media/spca5xx*
roberto@ubuntu:~/spca5xx-20060501$ sudo make install
mkdir -p /lib/modules/`uname -r`/kernel/drivers/usb/media/
rm -f /lib/modules/`uname -r`/kernel/drivers/usb/media/spca50x.ko
rm -f /lib/modules/`uname -r`/kernel/drivers/usb/media/et61x.ko
install -c -m 0644 spca5xx.ko /lib/modules/`uname -r`/kernel/drivers/usb/media/
/sbin/depmod -ae
roberto@ubuntu:~/spca5xx-20060501$ sudo modprobe spca5xx

e qui sono fermo