Hi there. many thanks for your reply.
On a clean install of Mythbuntu I downloaded and unzipped the drivers and got the following when typing make into the terminal in the unzipped directory:
Code:
rob@MythBox:~/Desktop/multiproto$ make
make -C /home/rob/Desktop/multiproto/v4l
make[1]: Entering directory `/home/rob/Desktop/multiproto/v4l'
scripts/make_makefile.pl
No version yet.
Updating/Creating .config
Preparing to compile for kernel version 2.6.22
File not found: /lib/modules/2.6.22-14-generic/build/.config at ./scripts/make_kconfig.pl line 31, <IN> line 4.
make[1]: Leaving directory `/home/rob/Desktop/multiproto/v4l'
make[1]: Entering directory `/home/rob/Desktop/multiproto/v4l'
Updating/Creating .config
Preparing to compile for kernel version 2.6.22
File not found: /lib/modules/2.6.22-14-generic/build/.config at ./scripts/make_kconfig.pl line 31, <IN> line 4.
make[1]: *** No rule to make target `.myconfig', needed by `config-compat.h'. Stop.
make[1]: Leaving directory `/home/rob/Desktop/multiproto/v4l'
make: *** [all] Error 2
rob@MythBox:~/Desktop/multiproto$
Can you see where im going wrong?