Hello,
Got the following error when I try to make insert
/bin/sh: ./rmmod: No such file or directory
insmod pvrusb.o
insmod: error inserting 'pvrusb.o': -1 Invalid module
format
make: *** [insert] Error 1
Any idea would be very helpfull.
Thanks in advance.
Marco
BTW : I change inside the Makefile file the following
line :
KCFLAGS = -D__KERNEL__ -I/usr/src/linux-2.4/include
by the following because I though this don't exist anymore.
KCFLAGS = -D__KERNEL__ -I/usr/src/linux-2.6/include