OKay, I dunno if that title seemed appropriate since I'm a noob at Linux. Anyway, I use RedHat Linux 7.3 (yes, I know, its slightly old).
Where do I find my 'version.h' which contains the kernel version? I found one at 'user/include/linux' giving me the version '2.4.9-9'.
However, using the console, if you type 'uname -r', you'll get '2.4.18-3'. Now this posed some problems because as I was installing a sound card driver (after running 'configure'), the 'make' command wouldn't work because it was trying to install in 'user/lib/...' (something, something...I dun really remember). The configure path was '2.4.9-9' but the make path was '2.4.18-3'.
I dun really understand all of this, and I hope any of you can help me out.
Thanks.