kmod-compat-wireless-2.6.39-1.fc15.1.x86_64 requires kernel-uname-r = 2.6.38.8-32.fc15.x86_64. I am installing this package in order to use my rtl8192se wireless card. Does anyone know how I can resolve this error for this .rpm?
This is my kernel version for f15:
/lib/modules/2.6.38.6-27.fc15.x86_64/build: No such file or directory.
and the above is the error I get when I try to compile the driver from source.
I have tried 'yum install kernel-devel' which is no help at all for my x86_64 setup.
Thank you,
---------- Post added at 11:12 PM ---------- Previous post was at 06:37 PM ----------
I think the key to all this was to do:
yum install kernel-devel
yum groupinstall development-tools
and most importantly do a restart and then compile the drivers from source. I think I missed the reboot part earlier. In any event my wireless card is working now.