LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-16-2003, 07:46 PM   #46
roadkil34
LQ Newbie
 
Registered: Jan 2003
Location: US
Distribution: RedHat 8.0
Posts: 11

Rep: Reputation: 0

alright, when i run ifconfig eth0 up,
the return is eth0: unknown interface: No such device
 
Old 01-16-2003, 07:50 PM   #47
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Did you get the two happy beeps of it noticing the existence of the card? If so... what device name did it get in dmesg?

It might be eth1

Cheers,

Finegan
 
Old 01-16-2003, 07:53 PM   #48
roadkil34
LQ Newbie
 
Registered: Jan 2003
Location: US
Distribution: RedHat 8.0
Posts: 11

Rep: Reputation: 0
i get 2 happy beeps then one sad beep
and the device name is eth0

Last edited by roadkil34; 01-16-2003 at 07:54 PM.
 
Old 01-16-2003, 08:01 PM   #49
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
What is the goop in dmesg say about the card? Can you cut and paste from the laptop at all? I noticed a few typoes, are you typing all this stuff in by hand?

If so, make the test with the wireless card, pull it, pop in the wired card, yes linux is fine with doing this all hot, and then run dmesg or whatever else you need to and cut and paste this into browser... I just realized hom much of a headache all this is probably.

Cheers,

Finegan
 
Old 01-16-2003, 08:05 PM   #50
roadkil34
LQ Newbie
 
Registered: Jan 2003
Location: US
Distribution: RedHat 8.0
Posts: 11

Rep: Reputation: 0
i cant really do that right now, i can probabl do that later tonight
i might also be off tommorow, so ill see if i can do it then if not tonight
 
Old 01-17-2003, 05:22 PM   #51
roadkil34
LQ Newbie
 
Registered: Jan 2003
Location: US
Distribution: RedHat 8.0
Posts: 11

Rep: Reputation: 0
you know, right now i dont need this a whole lot. Ill just wait for a while. Thank you for you time.
 
Old 01-17-2003, 05:41 PM   #52
beserker42
LQ Newbie
 
Registered: Jan 2003
Posts: 1

Rep: Reputation: 0
I am having a similiar problem to roadkil34. I have followed this thread and have not been able to get my MA401RA up and running. Here are the steps I've done thus far:

1.
modprobe hermes - seems fine
modprobe orinoco - seems fine
modprobe orinoco_plx - returns this error message
/lib/modules/2.4.18-14/kernel/drivers/net/wireless/orinoco_plx.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.18-14/kernel/drivers/net/wireless/orinoco_plx.o: insmod /lib/modules/2.4.18-14/kernel/drivers/net/wireless/orinoco_plx.o failed
/lib/modules/2.4.18-14/kernel/drivers/net/wireless/orinoco_plx.o: insmod orinoco_plx failed


2. Updated the /etc/pcmcia/config file with the information I get from /sbin/cardctl ident

Socket 0:
no product info available
Socket 1:
product info: "NETGEAR MA401RA Wireless PC", "Card", "ISL37300P", "Eval-RevA"
manfid: 0x000b, 0x7300
function: 6 (network)

3. I updated the drivers with three rpms from http://prism2.unix.guru.raleigh.nc.us The rpms added a few new files to the /etc/pcmcia directory

4. When I run ifconfig eth1 (eth0 is my lan nic card) I get:
eth1: unknown interface: No such device

5. When I pop the card out and replace it I get one happy beep and one sad boop.

6. lsmod returns:
Module Size Used by Not tainted
wvlan_cs 29152 0 (autoclean) (unused)
orinoco_cs 5896 0 (autoclean) (unused)
orinoco 36472 0 (autoclean) [orinoco_cs]
hermes 8196 0 (autoclean) [orinoco_cs orinoco]
i810_audio 25224 0 (autoclean)
ac97_codec 13384 0 (autoclean) [i810_audio]
soundcore 6532 2 (autoclean) [i810_audio]
autofs 13348 0 (autoclean) (unused)
ds 8712 4 [wvlan_cs orinoco_cs]
yenta_socket 12960 2
pcmcia_core 54784 0 [wvlan_cs orinoco_cs ds yenta_socket]
3c59x 30640 1
ipt_REJECT 3736 6 (autoclean)
iptable_filter 2412 1 (autoclean)
ip_tables 14936 2 [ipt_REJECT iptable_filter]
ide-scsi 10512 0
scsi_mod 107176 1 [ide-scsi]
ide-cd 33608 0
cdrom 33696 0 [ide-cd]
ohci1394 20108 0 (unused)
ieee1394 46892 0 [ohci1394]
mousedev 5524 2
keybdev 2976 0 (unused)
hid 22244 0 (unused)
input 5888 0 [mousedev keybdev hid]
usb-uhci 26188 0 (unused)
usbcore 77024 1 [hid usb-uhci]
ext3 70368 5
jbd 52212 5 [ext3]

7. dmesg does not apprear to return anything regarding pcmcia (it's pretty long to post - although that hasn't stopped my yet )

Any advice on where to go from here.
Thanks
CHM
 
Old 01-17-2003, 08:42 PM   #53
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
The orinoco_plx module is for people with the MA301 PCI desktop adapter card.

The prism2 RPM installs the wlan-ng modules, an entirely different set of drivers than the orinocos. They also don't have the MA401RA on their conf file.

This module: wvlan_cs is the older prism1 adapter module, that cardmgr bound to your card because its stupid. Make certain the spacing and syntax of your patch is dead on and restart pcmcia. Just pulling the card doesn't get cardmgr to re-read the config file, you need to: /etc/rc.d/init.d/pcmcia restart

Cheers,

Finegan
 
Old 05-19-2003, 12:57 AM   #54
ramzak2k
LQ Newbie
 
Registered: May 2003
Posts: 2

Rep: Reputation: 0
Thumbs up Thanks

Thanks guys !

the discussion here and the following newsgroup discussion helped me to get MA401 running on RH8.0 with WEP !

http://groups.google.ca/groups?hl=en...ogle.com#link2

I registered just to say this, thanks again
 
Old 07-09-2003, 12:11 AM   #55
deguveja
LQ Newbie
 
Registered: Jul 2003
Location: SF
Distribution: RedHat 8.0
Posts: 2

Rep: Reputation: 0
cannot activate network device eth1

I'm having an issue with my NIC (DLink).

Setup - Lynksys Router DHCP
3 Windows boxes successfully connected
1 Linux Redhat 8 that cannot.

I have connect once before succesfully. Now I can't get the card to go "active". I've reinstalled it too to no avail. I keep getting "cannot activate network device eth1".

I can ping 127.0.0.1 so I' pretty sure I'm not dealing with hardware failure.

What can I look at to see where the failure is occuring?

thx!
 
Old 07-09-2003, 02:32 PM   #56
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
First off, what kind of Dlink card do you have? PCI? PCMCIA?

If its a PCI card, what's the output of:

/sbin/lspci

If its a PCMCIA card, what's the output of:

/sbin/cardctl ident

Dlink's DWL-650+ is a TI chipset that is almost wholey unsupported by Linux (due to TI refusing to release a single spec). The DWL-650 is a prism2 card and works under a number of drivers. The exact same is true for the DWL-520+ and the DWL-520 respectively.

Cheers,

Finegan
 
Old 07-13-2003, 07:28 PM   #57
deguveja
LQ Newbie
 
Registered: Jul 2003
Location: SF
Distribution: RedHat 8.0
Posts: 2

Rep: Reputation: 0
output from /sbin/lspci

D-link System INC. RTL8139 Ethernet (rev10).
 
Old 07-13-2003, 08:45 PM   #58
shellcode
Member
 
Registered: May 2003
Location: Beverly Hills
Distribution: Slackware, Gentoo
Posts: 350

Rep: Reputation: 32
i have MA401 with a MA301 adapter:
this did it:
$ cat /etc/rc.d/rc.local
#!/bin/sh
#
# /etc/rc.d/rc.local: Local system initialization script.
#
# Put any local setup commands in here:
modprobe prism2_plx
wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
wlanctl-ng wlan0 lnxreq_autojoin ssid=Wireless authtype=opensystem
ifconfig wlan0 192.168.0.7 netmask 255.255.255.0 broadcast 255.255.255.0
route add default gw 192.168.0.1
 
Old 07-15-2003, 10:08 AM   #59
mixmastersmike
LQ Newbie
 
Registered: Jul 2003
Posts: 4

Rep: Reputation: 0
Hey guyz,

Was looking into setting up Linux as a HostAP on a p2 300mhz desktop. My question is should I get the netgear MA311 pci card or MA301 and MA401 combo. I'm leaning towards the combo just so I could have the pullout pcmcia card for my laptop if I ever I wanted to ever experiment with wardriving. (My other card is a compaq WL110, so I would like a prism card as well for my laptop
I've been looking at many threads for a week now and still cant decide. Will I run into more problems with one or the other setup?
Also will I have all the same features with either one, once I did get it setup. And lastly, these 2 setups should work right?, meaning that didnt change chipsets or anything?

Anyhelp would be appreciated.

Btw, I am fairly comfortable with Linux and installing rpms, & using ./configure make & make install but but have yet to recompile the kernel.
I have Red Hat 8.0 (2.4.18-14),
 
Old 07-15-2003, 10:54 AM   #60
mixmastersmike
LQ Newbie
 
Registered: Jul 2003
Posts: 4

Rep: Reputation: 0
Also I noticed on the table that the recent versions are "Amtel based" How do I know what to look for when looking for the Prism based ones? Is the MA311NA the same as a MA311..

Just getting the correct hardware is a pain, not to mention setting it up LOL

Please someone help..any suggestions would be greatful

MMS
 
  


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 MA401 hilikus19 Linux - Wireless Networking 1 03-03-2004 12:08 AM
Netgear MA401 hilikus19 Linux - Wireless Networking 4 02-06-2004 11:40 PM
Netgear MA401, RedHat 7.3 gig103 Linux - Networking 1 11-27-2002 05:33 PM
Red Hat 8.0 and NetGear FA311 problem rbaer Linux - Networking 47 11-14-2002 11:48 PM
calling anyone with a Netgear MA401/MA301 tridion Linux - Networking 0 10-09-2002 02:14 PM

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

All times are GMT -5. The time now is 01:54 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