Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Aug 2002 13:52:29 -0500
From:      John <sephtin@techgodz.com>
To:        freebsd-mobile@freebsd.org
Subject:   Trouble with multiple pcmcia cards and their interfaces
Message-ID:  <200208031352.29717.sephtin@techgodz.com>

next in thread | raw e-mail | index | archive | help

Sorry if this is a dupe post.  I tried posting it last night, but couldn't see 
it today!... anyway.....

Hi.  Great list!  FreeBSD Mobile has been a great resource... including the 
archives!

I've been using Free on servers since about 4.4, so I'm still a newb... and 
finally broke down and replaced windoze on my laptop.  

I'm having problems getting two cards to set up correctly upon insertion 
however...

ed1
Linksys PCM100 v.2

wi0:
Dlink DWL650

Desired settings:
ed1
192.168.1.118 255.255.255.0
wi0
192.168.11.118 255.255.255.0

Currently, when I insert a card, it loads the card ok, but I have to ifconfig 
in the ip/mask, and if it's the first card I've inserted... I have to set 
default route.  Here's a snip of my rc.conf:

<snip>
#network stuff
pccard_enable="YES"
pccard_flags="-z"
hostname="bfree"
pccard_ifconfig_wi0="inet 192.168.11.118 netmask 255.255.255.0"
pccard_ifconfig_ed1="inet 192.168.1.118 netmask 255.255.255.0"
defaultrouter="192.168.1.5"
static_routes="tgzap"
route_tgzap="192.168.11.0/24 192.168.11.118"
</snip>

So.. did I overlook something stupid?
Do I need to look somewhere other than rc.conf to fix this?
TIA for any advice, help, even just someone's 2c about tips or tricks for how 
they handle 2 cards.

Thanks!
John Ricker

Microsoft               "Where do you want to go today?"
Linux                   "Where do you want to go tomorrow?"
FreeBSD         "Are you guys coming or what?"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208031352.29717.sephtin>