i logged in as ’su’ ..
the typed .
/sbin/Insmod modulename.o
but got error no -1 ..error inserting
INVALID MODULE FORMAT
also is there any command to convert the *.C or *.h files into the *.o files ..
i think i got to get "this" *.o file by compiling …
Try insmod <modulename> without the .o
you can also try
modprobe <modulename> without the o
for more details try
man modprobe.
10:35 am on September 30th, 2009
Try insmod <modulename> without the .o
you can also try
modprobe <modulename> without the o
for more details try
man modprobe.
References :