LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   NetGear MA401 + RedHat 8.0 (https://www.linuxquestions.org/questions/linux-networking-3/netgear-ma401-redhat-8-0-a-43450/)

Apokai 01-30-2003 09:48 PM

NetGear MA401 + RedHat 8.0
 
Hi there,

really need a hand with that. I've tried several things to make my new MA401 card. I've tried the instruction of NETGEAR.COM (only for RH 7.3). Didn't work.

Looked at all the messages, nothing is working.

The documentation of NetGear talks about a device named WLAN0 but the URL. The also speak of a file named ws-lang.opts but I don't have it.

I compiled my Kernel with turning on all the options for the Wireless card.

When I tried ifconfig, there's no WLAN0. There's a ETH0 but It is for my on-board ethernet.

the command :
/sbin/cardctl ident

gives :
Product info : "NETGEAR MA401RA Wireless PC", ...
manfid : 0X000b, 0x7300
fucntion: 6 (network)


Anyway can help me to build this up ?

turtle 01-31-2003 02:11 AM

This page was really helpful to me
http://www.saragossa.net/LinuxG3/ls-wlan.shtml

A great alternative to the prism2 driver is the orinoco_cs driver, especially for the Netgear card. You should use the latest version of orinoco_cs if you choose to do that (0.13a or later).

rmartine 02-02-2003 03:01 PM

Hey there.. I also have a Netgear MA401RA card running on RedHat 8.0. This is how you make it work.

Open the file /etc/pcmcia/config

Add these lines to it.. somewhere in the wireless devices section to maintain some consistency.. it's buried around 500 lines or so.

card "Netgear MA401RA"
manfid 0x000b, 0x7300
bind "orinoco_cs"

This assumes you have the orinoco drivers installed and pcmcia installed... most likely you do since I did.

I rebooted but I don't think you have too... Make sure you get two beeps instead of a beep then bonk.

Then goto the Internet Configuration Wizard and add a wireless connection. You should now have the option to chose the Lucent wireless card choice. Use that one.. Set up what device you want to use.. I chose eth1. You should be good to go.

Good luck.

Toppy

relictele 02-04-2003 02:14 PM

De-lurking for a minute to say that this forum, members & information have helped me immensely! I am writing this via RedHat 8.0 with a NetGear MA401RA after dozens of false starts. FWIW The ESSID agreement was a crucial item for me.

I am still curious as to the necessity of /etc/pcmcia/hermes.conf but I am not going to mess with success.

turtle 02-04-2003 05:16 PM

I think the system reads the /etc/pcmcia/config. Inside /etc/pcmcia/config is line that includes other *.conf files in the /etc/pcmcia directory. i.e. "source ./*.conf"

You'd create the hermes.conf file if you didn't want to edit the config file, although you could just as easily use the hermes.conf lines inside the config file.

boulanger 02-06-2003 01:48 PM

I have an NETGEAR M401 RA.

I installed RH 8.0 on my laptops (an HP)

I read many doc an message and I don't understand why it(s doesn't works.

I have installed the orinoco 0.13 (make + make all)

I modified my file /etc/pcmcia/config (I added my card)

I added eth1 with redhat-config-network.

But When I boot.
I have two bips

In dmesg my card is known

...
hermes.c 4 jul 2002
orinoco_cs 0.13
...
eth1 : Station Identity
...
eth1 : Error -110 writing Tx descriptor to BAP
...


Can you help me ?

turtle 02-06-2003 04:08 PM

Did you select "managed" mode for the card? Selecting "ad-hoc" could cause problems. (Edit the entry for your card under the "Devices" tab in neat, then check the "Wireless Settings" tab.)

Another problem could be the ESSID of your access point.

I'm assuming that you're using DHCP?

boulanger 02-06-2003 04:39 PM

I tried my thing from two or three weeks and my card work fine on windows without configuration and does'nt work on RH 8.0.

yes I worked with DHCP

can you purpose some step for analyse the pb.

I have next particular message in my dmesg:

eth1 : Error -110 setting multicast list

when I ask
/etc/rc.d/init.d/network restart

for eth1 I have an error and an echec

Where I can define definitevly the ESSID and over eth1 information ?

rmartine 02-17-2003 03:17 AM

Look in the network configuration thingy. From there you should be able to set the SSID of your network. The error 110 Tx error is a bug somewhere in the firmare of all our cards. The orinoco guys are still pulling their hair out cuz they can't find the problem. No one wants to cooperate with Linux.

Look at the commands iwconfig *I think* or ifconfig. It's something like that. From one of those commands you can set the SSID, channel, freq. etc.

Sorry can't help much more. I got lucky and was able to connect the Netgear card after editing the one config file.

CultLdr 03-19-2003 12:02 AM

re:MA401
 
This worked great for me, thank you very much for the info. I did have to reboot before it worked but I appreciate you putting this info out there. Now I'm able to get all this done on my wireless net.


Quote:

Originally posted by rmartine
Hey there.. I also have a Netgear MA401RA card running on RedHat 8.0. This is how you make it work.

Open the file /etc/pcmcia/config

Add these lines to it.. somewhere in the wireless devices section to maintain some consistency.. it's buried around 500 lines or so.

card "Netgear MA401RA"
manfid 0x000b, 0x7300
bind "orinoco_cs"

This assumes you have the orinoco drivers installed and pcmcia installed... most likely you do since I did.

I rebooted but I don't think you have too... Make sure you get two beeps instead of a beep then bonk.

Then goto the Internet Configuration Wizard and add a wireless connection. You should now have the option to chose the Lucent wireless card choice. Use that one.. Set up what device you want to use.. I chose eth1. You should be good to go.

Good luck.

Toppy



All times are GMT -5. The time now is 05:51 PM.