I’m new to Linux driver programming and I would like to install a simple “hello world” driver.my running kernel is 2.6.31.5(opensuse11.2). I’m using 2.6.33.3 source tree for writing drivers.
though I enabled “enable loadable module support” and “module versioning support” while building the kernel(2.6.33.3), I’m getting
Hi
I’ve had that before when building modules manually, to be honest I
just build KMP rpms now… you need to look at building on the kernel
your going to run it on.