Hi, On 8/15/07, Sendhilraj T <Sendhilraj.T@xxxxxxxxxxxx> wrote: > > Hello , > I am writing a e1000 network driver on a 2.6.18.2-34-default. > When I give insmod I get the following error > e1000.ko: -1 Invalid module format. > > when i give dmesg -c I get the follwing message > e1000: disagrees about version of symbol struct_module > can any one help me to get rid of these errors? > Do I need to change anything in make file? I have met two reasons for this. It might be that (1) the kernel header files used to compile the module does not match the running kernel, or (2) the kernel and the module are compiled with different versions of gcc. > > looking for your help. > > Senthil > Regards, Wenhua -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ