|
From: Brian M. <bmc...@gm...> - 2006-10-30 06:43:25
|
I take that back. I was running `modinfo e1000` which was looking at the existing module and not the new version I had just compiled. `modinfo e1000.ko` worked as expected. -- Brian McNally On Oct 29, 2006, at 10:40 PM, Brian McNally wrote: > I'm having some problems actually inserting the new module though. > After running `make` I removed the old e1000 with `modprobe -n > e1000` which appeared to work according to lsmod. Then, I inserted > the new one with `insmod e1000.ko`. According to modinfo that > loaded the same version of the module that I already had (7.0.33- > k2). Is there something I'm doing wrong here? |