Ububtu Linux
From Kaiser-linux
[edit]
Ubuntu Linux
Ubuntu Linux is my favorite Linux distribution at the moment.
And nothing more to write, it just works for me.
But it looks like that spca5xx is broken in Ubuntu 5.10. Compiling from source works :-)
Do the following:
- sudo apt-get install build-essential linux-headers-`uname -r`
- you need gcc-3.4 to compile kernel modules -> sudo apt-get install gcc-3.4
- wget http://mxhaard.free.fr/spca50x/Download/spca5xx-20060202.tar.gz
- tar xvzf spca5xx-20060202.tar.gz
- cd spca5xx-20060202
- export CC=gcc-3.4
- make
- open the "Makefile" in a editor and replace "MODULE_INSTALLDIR = /lib/modules/$(KERNEL_VERSION)/kernel/drivers/usb/media/"
with "MODULE_INSTALLDIR = /lib/modules/$(KERNEL_VERSION)/kernel/drivers/usb/media/spca5xx" - make install
- reboot (or if you advanced, you know what to do)

