Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-20-2003, 11:03 AM
|
#1
|
|
LQ Newbie
Registered: Feb 2003
Location: Tucson
Posts: 2
Rep:
|
RH8.0 & Netgear MA401 card headaches
I've been setting up a home wireless network. I have managed to get my Win98 desktop and my WinMe laptop connected to our SMC 2404WBR router (which is connected to a cable modem).
The problem has been with my RedHat 8.0 Dell laptop and its associated Netgear MA401. After numerous frustrations and dead ends, I have finally (nearly) gotten the card working via the wlan-ng rpms.
The final problem I'm having deals with the network connection. When I insert the card (or boot up the machine), the laptop correctly senses the card and starts up wlan0. The router senses the card and assigns a DHCP address to it, which I can confirm by connecting to the router with one of the other networked computers. At this point, if I do nothing else, the laptop claims that no network connection is available. I can ping 127.0.0.1, but I cannot ping the router or the assigned DHCP address.
If I do a "route," only the loopback is listed
If I issue the commands:
>ifconfig wlan0 192.168.2.xxx up (using the assigned DHCP address)
>route add default gw 192.168.2.1 wlan0
everything conncts and I can see the outside world.
I am wondering what I need to do to avoid this manual setup, especially since I would need to look up the assigned IP address every time I start the laptop.
Any ideas?
Some possibly-useful info:
ifcfg-wlan0:
DEVICE=wlan0
ONBOOT=yes
BOOTPROTO=dhcp # change this to static to specify an IP addr
IPADDR=192.168.2.0
GATEWAY=192.168.2.1
NETMASK=255.255.255.0
NETWORK=192.168.2.0
BROADCAST=192.168.0.255
GATEWAYDEV=wlan0 # this is for setting default route
TYPE=Ethernet
USERCTL=yes
PEERDNS=yes # this lets DHCP define the DNS setup
from wlan-ng.opts (comment lines pruned as needed to save space)
WLAN_VERSION=0
WLAN_PATCHLEVEL=1
WLAN_SUBLEVEL=16
WLAN_EXTRAVERSION=-pre2
case "$ADDRESS" in
wlannoenable,*,*,*)
#=======ENABLE=======================
WLAN_ENABLE=n
;;
*,*,*,*)
#=======ENABLE=======================
WLAN_ENABLE=y
#=======USER MIB SETTINGS============
#USER_MIBS="p2CnfRoamingMode=1"
#=======WEP===========================================
lnxreq_hostWEPEncrypt=false # true|false
lnxreq_hostWEPDecrypt=false # true|false
dot11PrivacyInvoked=false # true|false
dot11WEPDefaultKeyID=0 # 0|1|2|3
dot11ExcludeUnencrypted=true # true|false
-
PRIV_GENERATOR=/sbin/nwepgen # nwepgen, Neesus compatible
PRIV_KEY128=false # keylength to generate
PRIV_GENSTR=""
dot11WEPDefaultKey0= # format: xx:xx:xx:xx:xx or
dot11WEPDefaultKey1= # dot11WEPDefaultKey2= # e.g. 01:20:03:40:05 or
dot11WEPDefaultKey3=
#=======SELECT STATION MODE===================
IS_ADHOC=n # y|n, y - adhoc, n - infrastructure
#=======INFRASTRUCTURE =======
AuthType="opensystem" # opensystem | sharedkey
DesiredSSID="any"
#=======ADHOC STATION START============
SSID="linux-wlan" # SSID
BCNINT=100 # Beacon interval (in Kus)
CHANNEL=6 # DS channel
BASICRATES="2 4" # Rates for mgmt&ctl frames
OPRATES="2 4 11 22" # Supported rates in BSS
;;
esac
|
|
|
|
02-20-2003, 08:54 PM
|
#2
|
|
LQ Newbie
Registered: Feb 2003
Location: Edmonton, Alberta, Canada
Distribution: Debian
Posts: 1
Rep:
|
recent success
Yesterday I completed installing RedHat 8.0 on a labtop and successfully configured a Netgear MA401 card. The secret: I followed the instructions at:
http://www.linuxquestions.org/questions/history/27833
My card doesn't automatically activate the network when I plug it in, but I only have to click activate in the redhat-config-network.
I do receive the gateway info from the dhcp server though (I htink).
Andreas
|
|
|
|
03-08-2003, 08:29 PM
|
#3
|
|
LQ Newbie
Registered: Mar 2003
Posts: 1
Rep:
|
SUSE 8.0
Has anyone been able to get teh MA401 card to work with SUSE 8.0? I have not been able to find any inforamtion on how to make the card work. Mr. Wizard help would be appreciated.
thanks.
|
|
|
|
05-01-2003, 05:50 PM
|
#4
|
|
LQ Newbie
Registered: May 2003
Posts: 2
Rep:
|
hello,
I was trying at the moment to install and have my ma401 card to work. I am not able to have my wlan0 to appear anywhere. I see a solid green light on my card but nothing works... Can you help me!
Francis
|
|
|
|
05-01-2003, 06:53 PM
|
#5
|
|
Member
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618
Rep:
|
Don't use wlan. Use orinoco and follow the directions posted in the link above. It's exactly what I did to get my MA401 RA card to work in RH 8.0.
Also... in Linux, usually those lights don't mean much. It's just something else for the driver writer to deal with.
|
|
|
|
05-01-2003, 07:26 PM
|
#6
|
|
LQ Newbie
Registered: May 2003
Posts: 2
Rep:
|
I think I must be dumb. I tried a couple of things they said but does not appear to work...
running RH9
I think that my system may be messed up now with all I tried. can you help me out.
|
|
|
|
05-01-2003, 07:45 PM
|
#7
|
|
Member
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618
Rep:
|
Instead of rewiting everything finegan and I just wrote in another thread.. Go here.
http://www.linuxquestions.org/questi...threadid=57555
Everything you need is going on right now in an active thread. Don't use wlan. Just follow the directions posted and everything should be ok.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:46 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|