LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 08-04-2004, 08:00 AM   #1
07mackenzie
Member
 
Registered: Aug 2004
Posts: 94

Rep: Reputation: 15
Exclamation HELP! - Netgear USB MA111 Adapter in FC2


Hey everyone!

First off I would like to thank this site for being absolutely amazing as it has answered nearly every one of my linux questions I have had after installing Fedora Core 2. Now all I need is some help getting my

Netgear MA111 802.11b Wireless USB Adapter

to work with Fedora Core 2. I have searched high and low on this site for directions on how to do this but couldn't find it. I am a linux newbie so please give detailed instructions

Thank you very much for your time!
 
Old 08-04-2004, 04:46 PM   #2
07mackenzie
Member
 
Registered: Aug 2004
Posts: 94

Original Poster
Rep: Reputation: 15
Nobody??
 
Old 08-04-2004, 05:14 PM   #3
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
That is run with the linux-wlan-ng drivers. Check out this for a reasonable explanation of how to install these drivers.

By the way, you shouldn't double post and if you need to bump your post, please wait for 24 hours.
 
Old 08-05-2004, 07:23 AM   #4
07mackenzie
Member
 
Registered: Aug 2004
Posts: 94

Original Poster
Rep: Reputation: 15
Hey,

Sorry about the double posting

I am having a lot of trouble using this driver in FC2 because it keeps saying that the directory for my kernel source has only header information and not enough information or something like that.

Is there any other way to do this for a newbie like myself? (ie: a precompiled kernel, an update of yum... etc....)

Thanks!
 
Old 08-05-2004, 07:58 AM   #5
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Since you are running FC, I'd google around for an rpm of linux-wlan-ng. That might save you the pain of compiling it yourself. Just be sure that whoever compilied it did so for your version of the kernel. Since linux-wlan-ng isn't part of the kernel, you're not very likely to find a pre-compiled kernel that will support this card. Unfortunately wireless access isn't as easy as it should be in linux. This is entirely the fault of the card manufacturers since they rarely release linux drivers.

Quote:
I am having a lot of trouble using this driver in FC2 because it keeps saying that the directory for my kernel source has only header information and not enough information or something like that.
Essentially any driver is going to be a kernel module and to successfully build it, you need to have the kernel source code installed. I know that you can do that from an rpm either from your CD or from the Red Hat site. Again, you need to be sure that the source code you install matches the kernel version that you are running.

<RANT>
The one thing I do blame distro providers for is their refusal to make the kernel sources and gcc compilers part of a standard newbie install. Sooner or later (and usually sooner) everyone needs to compile a driver for some piece of hardware and the kernel source and a full install of gcc are required for this. Yes I know that kernel sources are large, but so freakin' what? We're installing an OS here. Not installing them only causes confusion later on. I'll bet a significant number of newbies have given up at this stage just because necessary tools aren't installed automatically.
</RANT>

Sorry, just had to get that off my chest.
 
Old 08-05-2004, 08:35 AM   #6
07mackenzie
Member
 
Registered: Aug 2004
Posts: 94

Original Poster
Rep: Reputation: 15
Hmm i may have to wait a while because I am way to new to linux to be recompiling kernels o.O why hasn't yum come out with an update to do this for you??
 
Old 08-05-2004, 08:46 AM   #7
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Quote:
Hmm i may have to wait a while because I am way to new to linux to be recompiling kernels
Actually, it is likely you don't have to recompile your kernel, you just have to have the kernel source code available for the linux-wlan-ng driver to compile correctly. That said, some drivers actaully do need to have a compiled kernel (some files aren't available until the kernel is compiled) but I honestly don't remember if this driver is among them.

If you do find a compiled RPM for you kernel, then you wouldn't have to compile at all.
 
Old 08-05-2004, 08:53 AM   #8
07mackenzie
Member
 
Registered: Aug 2004
Posts: 94

Original Poster
Rep: Reputation: 15
Alright; thanks for the responses. I'll search around; let me know if you find any
 
Old 08-05-2004, 09:38 AM   #9
ndu5233
LQ Newbie
 
Registered: Aug 2004
Location: San Antonio, TX
Distribution: Fedora Core 2
Posts: 12

Rep: Reputation: 0
Hi everyone.
I am trying to do the same thing that 07mackenzie is doing, but I am having a problem when trying to run ./Configure. The problem I think is that I have updated to Kernel 2.6.7-rc2, and now when I try to update, it asks for the Linux source directory. I can only see something that reflects the prior kernel. Below shows what happened. Can anybody lend me a hand? Is my Linux source directory at some other place now that I have the new kernel installed?
=====================================
The default responses are correct for most users.

Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [y]: n
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]: n
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]: n
Build Prism2.5 USB (_usb) driver? (y/n) [n]: y

Linux source directory [/usr/src/linux]: /usr/src/linux-2.6.5-1.358
Linux source tree /usr/src/linux-2.6.5-1.358 is incomplete or missing!
The kernel header files are present, but not the full source code.
See the HOWTO for a list of FTP sites for current kernel sources.

Configuration failed
=====================================
 
Old 08-05-2004, 10:04 AM   #10
07mackenzie
Member
 
Registered: Aug 2004
Posts: 94

Original Poster
Rep: Reputation: 15
That's exactly my error! If someone could please shed some light on this I would be so grateful!
 
Old 08-05-2004, 10:29 AM   #11
07mackenzie
Member
 
Registered: Aug 2004
Posts: 94

Original Poster
Rep: Reputation: 15
Ok, i got past that step. You do this by typing in 'yum install kernel-sourcecode'

Let this download and try this oen.

Last edited by 07mackenzie; 08-05-2004 at 10:55 AM.
 
Old 08-05-2004, 11:39 AM   #12
ndu5233
LQ Newbie
 
Registered: Aug 2004
Location: San Antonio, TX
Distribution: Fedora Core 2
Posts: 12

Rep: Reputation: 0
I did the kernel sourcecode update, and now when logged in as root, I tried re-running the ./Configure for Prizm, but the following occurred:
*The path used was checked for accuracy*

[root@localhost linux-wlan-ng-0.2.1-pre20]# ./Configure

-------------- Linux WLAN Configuration Script -------------

The default responses are correct for most users.

Build Prism2.x PCMCIA Card Services (_cs) driver? (y/n) [y]: n
Build Prism2 PLX9052 based PCI (_plx) adapter driver? (y/n) [n]: n
Build Prism2.5 native PCI (_pci) driver? (y/n) [n]: n
Build Prism2.5 USB (_usb) driver? (y/n) [n]: y

Linux source directory [/usr/src/linux]: /usr/src/linux-2.6.7-1.494.2.2
Linux source tree /usr/src/linux-2.6.7-1.494.2.2 is incomplete or missing!
The kernel header files are present, but not the full source code.
See the HOWTO for a list of FTP sites for current kernel sources.

Configuration failed

[root@localhost linux-wlan-ng-0.2.1-pre20]#

Did this happen to you?
 
Old 08-05-2004, 11:42 AM   #13
ndu5233
LQ Newbie
 
Registered: Aug 2004
Location: San Antonio, TX
Distribution: Fedora Core 2
Posts: 12

Rep: Reputation: 0
I also noticed that the source code I installed is at the following:
usr/src/linux-2.6.7-1.494.2.2
In the Control Center, it shows this:
Release: 2.6.7-1.501
Do I have the wrong source code?
-Thanks
 
Old 08-05-2004, 12:08 PM   #14
07mackenzie
Member
 
Registered: Aug 2004
Posts: 94

Original Poster
Rep: Reputation: 15
Yes i think so; im almost positive your source code needs to match your current kernel.

Did you type 'yum install kernel-sourcecode'?
 
Old 08-05-2004, 03:52 PM   #15
ndu5233
LQ Newbie
 
Registered: Aug 2004
Location: San Antonio, TX
Distribution: Fedora Core 2
Posts: 12

Rep: Reputation: 0
Yes, I used exactly that syntax. I would have assumed that the installer would know what source code to use. I may need to search for the source code for exactly my kernel. Does your kernel information match up on your system?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Netgear MA111 USB wireless adapter TWF MEPIS 1 10-18-2005 04:50 AM
Netgear MA111 USB Wireless Adapter subaruwrx Linux - Wireless Networking 2 01-20-2005 11:20 PM
Netgear MA111 USB Adapter Support randomthoughts Linux - Wireless Networking 6 12-11-2004 05:06 PM
Netgear MA111 Wireless USB Adapter woes kadaver Slackware 6 10-28-2004 02:39 AM
Netgear MA111 USB wireless adapter!HELP ME! jarrywhu Linux - Wireless Networking 13 09-28-2004 12:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 06:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration