Hi Tenktor,
I am wishing to start saying
Thank You for your clear, simple and careful teaching.
Now, I try to sum up the situation:
You did something wrong at installing the kernel source packet. How did you do it?
First attempt: downloading the packet and trying to install it. Result: negative, has been that leaving me the directories wich I have been able to remove following your teaching.
Second attempt: installing from Slackware 13.0 dvd; this one I was thinking right, but you know that comes out wrong
Third attempt: following your teaching by "slapt-get -i kernel-source". This one perfectly done, finally !
After that, I have been able to clean everything, with
To remove the files from your home dir you have to sign in as root and do rm -r /home/dominum/src/install /home/dominum/src/usr
After that, I have been removing also the kernel's packet downloaded by me and whatever still inside the directory "Home" (even the "src" directory). After all I have been tryng to install again the webcam's driver from scratch, but something still wrong. Below you can see the terminal's output:
dominum[~]$ su
Password:
root[dominum]# cd /home/dominum/src
root[src]# tar xf gspcav1-20071224.tar.gz
root[src]# cd /home/dominum/src/gspcav1-20071224
root[gspcav1-20071224]# ./gspca_build
REMOVE the old module if present
ERROR: Module gspca does not exist in /proc/modules
CLEAN gspca source tree
rm -r -f *.o decoder/.gspcadecoder.o.cmd decoder/*.o \
.gspca.o.cmd *.o *.ko *.mod.* .[a-z]* core *.i \
*.symvers *.err
COMPILE gspca Please Wait ....!!
INSTALL gspca in the kernel binary tree
mkdir -p /lib/modules/`uname -r`/kernel/drivers/usb/media/
rm -f /lib/modules/`uname -r`/kernel/drivers/usb/media/spca5xx.ko
rm -f /lib/modules/`uname -r`/kernel/drivers/media/video/gspca.ko
install -c -m 0644 gspca.ko /lib/modules/`uname -r`/kernel/drivers/usb/media/
install: impossibile fare stat di `gspca.ko': No such file or directory
make: *** [install] Error 1
LOAD gspca in memory
FATAL: Module gspca not found.
PRINT COMPILATION MESSAGES if ERRORS look kgspca.err
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/dominum/src/gspcav1-20071224 CC=cc modules
make[1]: Entering directory `/usr/src/linux-2.6.29.6'
CC [M] /home/dominum/src/gspcav1-20071224/gspca_core.o
/home/dominum/src/gspcav1-20071224/gspca_core.c:54:27: error: asm/semaphore.h: No such file or directory
In file included from /home/dominum/src/gspcav1-20071224/gspca_core.c:845:
/home/dominum/src/gspcav1-20071224/utils/spcausb.h: In function ‘spca5xxRegRead’:
/home/dominum/src/gspcav1-20071224/utils/spcausb.h:95: error: implicit declaration of function ‘info’
/home/dominum/src/gspcav1-20071224/utils/spcausb.h: In function ‘spca_set_interface’:
/home/dominum/src/gspcav1-20071224/utils/spcausb.h:278: error: implicit declaration of function ‘warn’
In file included from /home/dominum/src/gspcav1-20071224/gspca_core.c:853:
/home/dominum/src/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h: In function ‘sp5xxfw2_init’:
/home/dominum/src/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:122: error: called object ‘info’ is not a function
/home/dominum/src/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:136: error: called object ‘info’ is not a function
/home/dominum/src/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:141: error: called object ‘info’ is not a function
/home/dominum/src/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:148: error: called object ‘info’ is not a function
/home/dominum/src/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:176: error: called object ‘info’ is not a function
/home/dominum/src/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h: In function ‘sp5xxfw2_start’:
/home/dominum/src/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:214: error: called object ‘info’ is not a function
/home/dominum/src/gspcav1-20071224/Sunplus-jpeg/sp5xxfw2.h:230: error: called object ‘info’ is not a function
/home/dominum/src/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_ioctl’:
/home/dominum/src/gspcav1-20071224/gspca_core.c:2463: error: implicit declaration of function ‘video_usercopy’
/home/dominum/src/gspcav1-20071224/gspca_core.c: At top level:
/home/dominum/src/gspcav1-20071224/gspca_core.c:2609: error: unknown field ‘owner’ specified in initializer
/home/dominum/src/gspcav1-20071224/gspca_core.c:2609: warning: initialization from incompatible pointer type
/home/dominum/src/gspcav1-20071224/gspca_core.c:2611: error: unknown field ‘type’ specified in initializer
/home/dominum/src/gspcav1-20071224/gspca_core.c:2615: warning: initialization from incompatible pointer type
/home/dominum/src/gspcav1-20071224/gspca_core.c: In function ‘spca50x_create_sysfs’:
/home/dominum/src/gspcav1-20071224/gspca_core.c:2769: error: implicit declaration of function ‘video_device_create_file’
/home/dominum/src/gspcav1-20071224/gspca_core.c:2780: error: implicit declaration of function ‘video_device_remove_file’
/home/dominum/src/gspcav1-20071224/gspca_core.c: In function ‘spca5xx_probe’:
/home/dominum/src/gspcav1-20071224/gspca_core.c:4301: error: incompatible types in assignment
make[2]: *** [/home/dominum/src/gspcav1-20071224/gspca_core.o] Error 1
make[1]: *** [_module_/home/dominum/src/gspcav1-20071224] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.29.6'
make: *** [default] Error 2
root[gspcav1-20071224]#
I dont understand what is wrong now

Ciao
P.S.
This time I have been receiving e-mail notification