Basher52 wrote:Yep, that did it :)
but I wonder why?
I'm off to bed since it's getting late and I'm starting to get a headache :(
thx man :D
I actually suggested doing that before because I said it looked like there was something hanging around from the last time you compiled it. Did you ever do a "make clean" like I had asked? If you compile for one kernel using "make" and then switch to another kernel and do not do a "make clean" to remove the object files from the previous build make will assume everything is up to date and not actually compile anything. So then the "make install" would have just installed the object files that you built from the previous kernel.