Finding the proper kernel source
I am remastering a copy of the LIVE CD 5.1 of knoppix and need to install a SCSI driver.
I downloaded and untared the 2.6.19 source that matches the "uname -a" output and have done the following (i really do not want to replace the kernel but want to generate the proper .h files needed for driver install.
cd /usr/src/linux
cp /boot/config.xxxxx .config
make oldconfig
make menuconfig
make
then reran the scsi driver install, however it is complaining that the running kernel version is different than the headers generated.....
Any ideas