Quote:
|
Originally Posted by vollaz
How do I get/install the .config file?
|
You'll get that when you install the
kernel-devel package. As root, issue this command:
Code:
yum -y install kernel-devel-`uname -r`
OOPS:
I just realised that since you're trying to build a set of wireless drivers, you might not have network connectivity just yet.
You'll find the proper RPM package on the FC4 CD set, disc #4 or on the FC4 DVD in the folder
Fedora/RPMS/. The file name is
"kernel-devel-2.6.11-1.1369_FC4.i686.rpm". Take special note that there is also a file with almost the same name, but ending in
i586.rpm (for older processors), but you'll want the i686 package.
Just browse to that folder and double click the proper kernel-devel package and you'll get the option to have it installed. Do so and you ought to be able to compile the WiFi drivers.
Good luck!