LinuxQuestions.org
Review your favorite Linux distribution.
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 03-24-2004, 11:43 AM   #1
gujuboy
Member
 
Registered: Feb 2004
Posts: 52

Rep: Reputation: 15
Netgear MA311 802.11b Wireless PCI Adapter [DRIVERS]?


hey i m looking for Netgear MA311 802.11b Wireless PCI Adapter DRIVERS for Red Hat 9 and guide that can teach me how to install! help me please!
 
Old 03-24-2004, 11:58 AM   #2
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
That card will work with the orinoco_pci module (most likely already on your system)
It also works very well with the hostap_pci module
http://hostap.epitest.fi/

For the configuration, read up on the iwconfig command.
 
Old 03-24-2004, 02:00 PM   #3
gujuboy
Member
 
Registered: Feb 2004
Posts: 52

Original Poster
Rep: Reputation: 15
ummm

Ok! i downloaded hostap-driver-0.1.3.tar.gz and now how do i install it...? and setup?
 
Old 03-24-2004, 02:30 PM   #4
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
(commands are in bold)
first un-tar (decompress) the file.
tar -zxvf hostap-driver-0.1.3.tar.gz
this will put the files in a new folder, most likely called hostap-driver-0.1.3. look for it your current directory. Then change to that folder.
cd hostap-driver-0.1.3
there will be a file in that folder called configure. run this file:
./configure
when that is finished, then run make which will compile the binaries for your system.
make
when that is finished, then you install the binaries. (you'll need to be root for this step)
make install
When that is done, you'll have successfully compiled the drivers. The module you want will be called hostap_pci which will be a file locted somewhere like
/lib/modules/your kernel version/kernel/drivers/net/wireless/hostap_pci.o.gz
To load the module (as root)
modprobe hostap_pci
If it doesn't give you any error messages, then it was successfully loaded. you can verify that it was by running
/sbin/lsmod |grep hostap
Next, run iwconfig and look for the wlan0 interface. it will list a bunch of information regarding the card. It will also list any other network card on your system with the message "no wireless extensions" next to it.
It's probably easiest to move on to the configuration by using RedHat's networking configuration applet. Here's link to help you out.
http://www.redhat.com/docs/manuals/l...rk-config.html
[edit] thought I'd add the wireless-specific part of the RH manual.
http://www.redhat.com/docs/manuals/l...-wireless.html
[/edit]
Good Luck!

Last edited by superbondbond; 03-24-2004 at 02:31 PM.
 
Old 03-24-2004, 02:34 PM   #5
gujuboy
Member
 
Registered: Feb 2004
Posts: 52

Original Poster
Rep: Reputation: 15
one more questino..

how do i run... commands and stuff!?!?
 
Old 03-24-2004, 02:39 PM   #6
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
you'll need to open up a console.
 
Old 03-24-2004, 02:43 PM   #7
gujuboy
Member
 
Registered: Feb 2004
Posts: 52

Original Poster
Rep: Reputation: 15
umm how do i open that..?

how do i open that... sorry man.. i jst start usin linux.. i really dont know nutthina bout linux.. thatz y
so how do i open that console.?
 
Old 03-24-2004, 02:55 PM   #8
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
Everybody has to start somewhere....

Which desktop environment are you running?

In KDE there is a program called konsole located in the panel (toolbar).
In GNOME, there's a small icon on the panel that will say (move the mouse pointer over it) Terminal, Command Line.

Running those, you'll get a window with a text prompt that says something like
username@computer name:~$
That's where you enter commands. To run a command as root, you'll need to type:
su [enter]
Password: enter password [enter]
root@computer name:/#
type exit when done.
 
Old 03-24-2004, 03:32 PM   #9
gujuboy
Member
 
Registered: Feb 2004
Posts: 52

Original Poster
Rep: Reputation: 15
i mean...

i mean how do i run thiz command u told me...

tar -zxvf hostap-driver-0.1.3.tar.gz


cd hostap-driver-0.1.3

and more....
 
Old 03-24-2004, 03:36 PM   #10
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
just type in what I wrote in bold and hit [enter]
 
Old 03-24-2004, 03:37 PM   #11
gujuboy
Member
 
Registered: Feb 2004
Posts: 52

Original Poster
Rep: Reputation: 15
where...?

type where?
 
Old 03-24-2004, 03:47 PM   #12
gujuboy
Member
 
Registered: Feb 2004
Posts: 52

Original Poster
Rep: Reputation: 15
umm...

i typed all that.. but it sayin like file not found and stuff... do i have 2 put like in specail directory or somethin? cuz i just put on desktop!
 
Old 03-24-2004, 03:52 PM   #13
gujuboy
Member
 
Registered: Feb 2004
Posts: 52

Original Poster
Rep: Reputation: 15
oh k...

./configure
when that is finished, then run make which will compile the binaries for your system.

i got to dat.. but when i type ./configure ... it say no such as file or directory.
 
Old 03-24-2004, 04:10 PM   #14
superbondbond
Member
 
Registered: Nov 2002
Posts: 668

Rep: Reputation: 30
when you downloaded the hostap-driver-0.1.3.tar.gz, you saved it to the Desktop? If so then there's a folder in you home directory called "Desktop"

the full path would be:
/home/your user name/Desktop

Put it this way. You need to be start in the same folder hwere you saved the hostap-driver-0.1.3.tar.gz.

Last edited by superbondbond; 03-24-2004 at 04:11 PM.
 
Old 03-24-2004, 04:50 PM   #15
gujuboy
Member
 
Registered: Feb 2004
Posts: 52

Original Poster
Rep: Reputation: 15
i did all that...

i did all that but now i m gettin thiz ... when i type ./configure


./configure
it say no such as file or directory.
 
  


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
Cisco 350 wireless adapter 802.11B D_Linux Linux - Software 4 04-19-2005 09:30 AM
Netgear MA111 802.11b USB adapter failed to initialize on startup (RHL9) BTTF Man Linux - Hardware 0 06-19-2004 06:49 PM
802.11b PCI drivers ninja_scroll Linux - Wireless Networking 2 01-28-2004 02:43 AM
Wireless Access Point using Slackware 9 and Netgear MA311 PCI eric.r.turner LinuxQuestions.org Member Success Stories 2 09-07-2003 11:10 PM
anyone have any complaints about the Netgear MA311 PCI wireless card?? xenome Linux - Wireless Networking 1 02-16-2003 10:47 AM

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

All times are GMT -5. The time now is 08:48 AM.

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