Jump to content

Intel 4965 Wireless help


Guest DJRumpy
 Share

Recommended Posts

Guest DJRumpy

I'm attempting to install the mac80211 subsystem package ( http://intellinuxwireless.org/index.php?p=...=HOWTO-mac80211 ).

 

I downloaded it, unpacked it, and attempted to run the command as shown in the HOWTO.

 

I keep getting the following error:

[ron@localhost Desktop]$ mac80211-9.0.3/origin/GIT

bash: mac80211-9.0.3/origin/GIT: Permission denied

[ron@localhost Desktop]$

 

I need this to get the Intel Wireless drivers working (for an Intel 4965 card) and the above package is a pre-req.

 

Any suggestions on what I might be doing wrong?

Edited by DJRumpy
Link to comment
Share on other sites

Guest DJRumpy
Shouldn't then be "[root@localhost Desktop]"?

This is a bit confusing...

 

No idea. I'm somewhat new to Linux. I did the following:

 

SU Root

 

I put in my root password, and then ran the command.

Link to comment
Share on other sites

Anyway, you're doing the wrong thing.

 

mac80211-9.0.3/origin/GIT isn't a command you're supposed to run. It's some output that will be displayed. The whole quote is this:

 

% wget \

http://intellinuxwireless.org/mac80211/dow...80211-9.0.3.tgz

% tar xvf mac80211-9.0.3.tgz

mac80211-9.0.3/origin/GIT

mac80211-9.0.3/origin/net/mac80211/Makefile

...

% cd mac80211-9.0.3

% make

Building modified version in 'modified/' directory:

Copying modified/ from origin/...done

Applying patches and scripts from pending/.

+ Applying: pending/14-d46...0bb780bba2b5db.patch

...

% make patch_kernel <-- You need to be root for this

Patching from compatible/ to /lib/modules/2.6.18-gentoo-r6/build/:

+ Replaced 43 files.

...

 

Only the bits with a % symbol in front are commands you have to run. The rest is just output that's expected: the author included it so you can make sure the right stuff is happening (if you don't see the same output, something's wrong). The only actual commands are these:

 

wget http://intellinuxwireless.org/mac80211/dow...80211-9.0.3.tgz

tar xvf mac80211-9.0.3.tgz

cd mac80211-9.0.3

make

make patch_kernel

 

(you should become root with 'su' before doing the last one).

 

What you're trying to do, BTW, is rather advanced stuff and as a new Linux user you're likely to have trouble with it. Have you tried using ndiswrapper to get your card working? That would be a lot easier.

Edited by adamw
Link to comment
Share on other sites

Guest DJRumpy

I tried NDISWrapper. I doesn't work with the windows INF's. I get various errors from firmware not present to other issues. I'm not PC illiterate, just new to linux. I'll give the above a try.

 

You'd think with the scripting capabilities of linux, that someone would simply write a script to do these manual steps. Seems like they make Linux out to be much more difficult than it has to be for the beginner.

Link to comment
Share on other sites

Guest DJRumpy

Ok, I made a bit more progress until I tried to run the patch_kernel

 

[root@localhost mac80211-9.0.3]# make patch_kernel

Patching from compatible/ to /lib/modules/2.6.21.5-1mdvsmp/source/:

cp: setting attributes for `/lib/modules/2.6.21.5-1mdvsmp/source/include/net/wireless.h': Operation not supported

Copy failed.

make: *** [patch_kernel] Error 1

Link to comment
Share on other sites

Anyone have a suggestion on something to try from here?

 

No, not really... unless you specify exact Linux distro and kernel version. It seems that you're using Mandriva Cooker (hence the "2.6.21.5-1mdvsmp" tag), but nobody will assure you of a safe method compiling and installing under Cooker...

There are some other, errr... "noob friendly" Linux distros, but Cooker is certainly not one of them.

Edited by scarecrow
Link to comment
Share on other sites

Guest DJRumpy
No, not really... unless you specify exact Linux distro and kernel version. It seems that you're using Mandriva Cooker (hence the "2.6.21.5-1mdvsmp" tag), but nobody will assure you of a safe method compiling and installing under Cooker...

There are some other, errr... "noob friendly" Linux distros, but Cooker is certainly not one of them.

Mandriva Spring 2007.1

 

I started off with 2.6.13, and upgrade the kernel to 2.6.21.5-1 mdv smp.

 

I'm not sure specifically what information you need.

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...