On Sun, 11 Feb 2007 16:17:48 -0300, Martin Marques wrote: > Chris Mohler escribió: >>> In file included from >>> /home/mfraser/Downloads/WirelessDrivers/rt2500/Module/rtmp_main.c:50: >>> /home/mfraser/Downloads/WirelessDrivers/rt2500/Module/rt_config.h:58:40: >>> error: linux/config.h: No such file or directory >> >> You either need to 'touch /usr/include/linux/config.h', or comment out >> all the references to config.h in the C code. > > I think that installing kernel-devel will be more helpfull. :-) There is no more include/linux/config.h file in kernel 2.6.19 or newer, thus the error reported by the OP. Akemi