> googling suggest to install kernel headres, but I was installing it from > the sources. So I suggest that I had to specify "--append-to-version " in > make-kpkg > Am I right? > If so, which one?
I just did this yesterday, so it's fresh in my mind (and .bash_history). If you're using this kernel (from uname -r): "2.6.12-1-em64t-p4-smp", use this header directory: "linux-headers-2.6.12-1-em64t-p4-smp/", and this append to: "--append-to-version -1-em64t-p4-smp". Substitute accordingly for your own.

