Re: ipw2100 installation doesnt work
Paolo <[email protected]>
| Newsgroups | gmane.linux.drivers.ipw2100.devel |
|---|---|
| Message-ID | <20070118100622.GA8126@pp> |
On Thu, Jan 18, 2007 at 10:01:41AM +0100, Oliver Seidl wrote: > ake[1]: Entering directory `/usr/src/kernels/2.6.18-1.2869.fc6-i586' > CC [M] /data/ipw2100-1.2.0/ipw2100.o > /data/ipw2100-1.2.0/ipw2100.c:137:26: error: linux/config.h: No such file or directory look in ipw2100-1.2.0/ipw2100.c,@line 137, likely there are 2 lines #include <linux/config.h> #include <linux/version.h> change to: #include <linux/version.h> #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)) #include <linux/config.h> #else #include <linux/autoconf.h> #endif -- paolo ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV