--- Travis Watkins <[EMAIL PROTECTED]> wrote: > On 5/16/05, Mike Schieuer > <[EMAIL PROTECTED]> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > So I've setup my new laptop with FC3 and am > working on getting kismet and a > > few other tools. Now I've come to the point where > I need to patch my orinoco > > drivers. So I get them patched, go to do a make > modules and I get.... > > > > [EMAIL PROTECTED] linux-2.6.11]# make modules > > Makefile:486: .config: No such file or directory > > > > The present kernel configuration has modules > disabled. > > Type 'make config' and enable loadable module > support. > > Then build a kernel with module support enabled. > > > > make: *** [modules] Error 1 > > [EMAIL PROTECTED] linux-2.6.11]# > > > > So I know this is NOT right as my wireless card is > loading from a module. > > What am I missing? Do I need to do this on > another machine?? > > > > Mike > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.2.6 (GNU/Linux) > > > > > iD8DBQFCiVKdmUFtrUUciv4RAlQBAJ0dUko6AJ1aJVs+54X1XamIJHeDLQCcDI4J > > +M+DLj8utTPlgQAJW6voX7w= > > =2Iyo > > -----END PGP SIGNATURE----- > > > > Are you using the kernel sources from an RPM package > or whatever that > fedora provides? I know in Ubuntu there is a package > you can get that > is a kernel tree already configured for doing things > like this. > > -- > Travis Watkins > http://www.realistanew.com > Hi,
Also you can try 'make menuconfig' for text mode menus, and 'make xconfig' for a nice X graphical interface, than try 'make dep' to create the dependencies, 'make clean' 'make bzImage' 'make modules' 'make modules_install' ...this link should be useful : http://linuxplanet.com/linuxplanet/tutorials/3196/3/ Find local movie times and trailers on Yahoo! Movies. http://au.movies.yahoo.com
