Hi,
I'm using a driver that I have to recompile with a script using "touch /usr/src/kernels/../include/linux/config.h" every time a new kernel has been installed. After the upgrade from F10 to F11 however, I want to adjust the recompile script to the new kernel and I find this:
$ uname -a
Linux Phinda.hccnet.nl 2.6.29.5-191.fc11.i586 #1 SMP Tue Jun 16 23:11:39 EDT 2009 i686 athlon i386 GNU/Linux
$ ls /usr/src/kernels/2.6.2
2.6.25.14-108.fc9.i686/ 2.6.27.25-170.2.72.fc10.i686/
2.6.27.21-170.2.56.fc10.i686/ 2.6.27.5-117.fc10.i686/
2.6.27.24-170.2.68.fc10.i686/
$ rpm -qa kernel*
kernel-2.6.29.5-191.fc11.i586
kernel-devel-2.6.27.21-170.2.56.fc10.i686
kernel-devel-2.6.27.24-170.2.68.fc10.i686
kernel-2.6.29.4-167.fc11.i586
kernel-firmware-2.6.29.5-191.fc11.noarch
kernel-headers-2.6.29.5-191.fc11.i586
kerneloops-0.12-5.fc11.i586
kernel-devel-2.6.27.25-170.2.72.fc10.i686
So, my question is: where do I find the kernel package for fc11 that I expect to be in /usr/src/kernels/ ?
Thank you.