On Jan 29, 2008 12:32 AM, Onkar <onkar.n.m@xxxxxxxxx> wrote:
You should try looking through the dmesg output. That will give you additional information on why the module could not be inserted.
I was experimenting with the etnernet driver code : Broadcom b44 NIC . I took the code from the linux kernel /drivers directory and tried to compile it seperately and insert into the running kernel.
the kernel is just freshly compiled ??
insmod: error inserting './b44.o': -1 Invalid module format ??
You should try looking through the dmesg output. That will give you additional information on why the module could not be inserted.
-Mayank