Jump to content

mac80211 - 10.0.4 - Kernel - 2.6.23.9-1mdv


Guest rakeshusenet
 Share

Recommended Posts

Guest rakeshusenet

Hi -

I am trying to build the mac80211 system on my Mandirva 2008 package.

Kernel -

 

# uname -a

Linux localhost 2.6.23.9-1mdv #1 Tue Nov 27 03:30:42 EST 2007 i686

Genuine Intel® CPU T2060 @ 1.60GHz GNU/Linux

 

I am looking at the instructions available here -

 

http://intellinuxwireless.org/?p=mac80211&...=HOWTO-mac80211 .

 

After running make on 10.0.4 version of mac80211 - this is what I get

on the console.

 

----patch failure output-----

patching file net/mac80211/ieee80211.c

Hunk #1 FAILED at 2817.

Hunk #2 FAILED at 2838.

Hunk #3 FAILED at 2890.

Hunk #4 FAILED at 2975.

Hunk #5 FAILED at 2990.

Hunk #6 FAILED at 3003.

Hunk #7 FAILED at 3019.

7 out of 7 hunks FAILED -- saving rejects to file net/mac80211/ieee80211.c.rej

 

pending/0033-mac80211-fix-a-msdu-header.patch failed. Terminating.

If patch or script failed, check pre/ and post/ for current stage.

make: *** [modified] Error 1

 

 

Can somebody let me know what I am missing here.

Thanks for the help.

Link to comment
Share on other sites

Are you sure it doesn't already exist within the kernel already? Check your /boot/config-xxxxxxx where xxxxxx is the kernel version you are running now, like this:

 

cat /boot/config-xxxxxx | grep -i mac | grep 802

 

You should get some results similar to this:

 

CONFIG_MAC80211=m
# CONFIG_MAC80211_LEDS is not set
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG is not set
CONFIG_IEEE80211_SOFTMAC=m
CONFIG_IEEE80211_SOFTMAC_DEBUG=y

 

as you can see, mine has it as a module so all it would take to use it is to modprobe the module name:

 

modprobe mac80211

 

I'm not using Mandriva, but I would expect Mandriva to already have this within the kernel.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...