linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* problem installing mac80211 on Fedora Core 7
       [not found] <45b4f7d90707062022j384934a1neb431bad641ef5b1@mail.gmail.com>
@ 2007-07-07  3:23 ` Benjamin Bryant
  2007-07-07  6:56   ` Andy Green
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Bryant @ 2007-07-07  3:23 UTC (permalink / raw)
  To: linux-wireless

I'm getting the following output:

# make patch_kernel
Patching from compatible/ to /lib/modules/2.6.21-1.3228.fc7/source/:
 + Replaced 57 files.
Checking for required kernel build updates...
 - checking net/Kconfig and net/Makefile...
 - checking net/core/Makefile for old 'wireless'...
 - checking net/core/dev.c for wireless_proc_init vs. wext_proc_init...
grep: /lib/modules/2.6.21-1.3228.fc7/source/net/core/dev.c: No such
file or directory
 - checking net/core/dev.c for wireless_process_ioctl v. wext_handle_ioctl...
grep: /lib/modules/2.6.21-1.3228.fc7/source/net/core/dev.c: No such
file or directory
 - checking net/core/dev.c for linxu/wireless.h v. net/wext.h...
grep: /lib/modules/2.6.21-1.3228.fc7/source/net/core/dev.c: No such
file or directory
 - checking net/core/dev.c for wireless_proc_init vs. wext_proc_init...
grep: /lib/modules/2.6.21-1.3228.fc7/source/net/core/dev.c: No such
file or directory
 - checking net/Makefile and Kconfig for old 'd80211'...
Done.

What am I missing?

Ben

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: problem installing mac80211 on Fedora Core 7
  2007-07-07  3:23 ` problem installing mac80211 on Fedora Core 7 Benjamin Bryant
@ 2007-07-07  6:56   ` Andy Green
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Green @ 2007-07-07  6:56 UTC (permalink / raw)
  To: Benjamin Bryant; +Cc: linux-wireless

Benjamin Bryant wrote:

> I'm getting the following output:
> 
> # make patch_kernel
> Patching from compatible/ to /lib/modules/2.6.21-1.3228.fc7/source/:
> + Replaced 57 files.
> Checking for required kernel build updates...
> - checking net/Kconfig and net/Makefile...
> - checking net/core/Makefile for old 'wireless'...
> - checking net/core/dev.c for wireless_proc_init vs. wext_proc_init...
> grep: /lib/modules/2.6.21-1.3228.fc7/source/net/core/dev.c: No such

Hi -

The kernel-devel package doesn't include all the kernel sources, just
include files and so on.  You need the kernel SRPM installed to get all
the c source files.

Since Fedora kernels already have a recent mac80211 in them, depending
on what you want to achieve you may be better off either

 - skipping trying to cook mac80211 at all (I guess this is from iwlwifi)

 - using the latest Fedora development kernel with

     yum --enablerepo development update kernel

 - or using the wireless-dev git with

git clone
git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-dev.git

and copying over /boot/config-<something> as .config in there so you
will be working with the most recent mac80211 all the time.

-Andy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-07  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <45b4f7d90707062022j384934a1neb431bad641ef5b1@mail.gmail.com>
2007-07-07  3:23 ` problem installing mac80211 on Fedora Core 7 Benjamin Bryant
2007-07-07  6:56   ` Andy Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).