From owner-freebsd-mobile Sun Jun 17 17:26:53 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from wintermute.primelogic.com (wintermute.primelogic.com [207.189.136.1]) by hub.freebsd.org (Postfix) with ESMTP id 37EEF37B403 for ; Sun, 17 Jun 2001 17:26:29 -0700 (PDT) (envelope-from michelle@eugene.net) Received: from [192.168.1.1] (c886028-a.eugene1.or.home.com [24.14.231.140]) by wintermute.primelogic.com (8.9.2/8.9.2) with ESMTP id RAA06491; Sun, 17 Jun 2001 17:26:28 -0700 (PDT) Mime-Version: 1.0 X-Sender: michelle@primelogic.com Message-Id: In-Reply-To: <3B2D40AE.30407@ucsd.edu> References: <200106172259.f5HMxjc23024@ptavv.es.net> <3B2D40AE.30407@ucsd.edu> Date: Sun, 17 Jun 2001 17:26:27 -0700 To: freebsd-mobile@freebsd.org From: Michelle Brownsworth Subject: Re: PCMCIA startup question Cc: unsafe at any speed Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Hi Michelle, >You're missing the hyphen in "-z". Kevin, Good eye, there! With the hyphen in the flag it works perfectly, setting up the cards before the network setup. One thing I noticed in the boot messages -- after it adds the default route, I see some lines I didn't see before. I'll reproduce the entire section: Setup PC-CARD: memory beep ep0: <3Com Etherlink III 3C589> at port 0x240-0x24f irq e slot 0 on pccard0 ep0: Etherenet address 00:60:97:47:3b:bb anet default: gateway 192.168.1.254 Code 128 not found Code 128 not found Code Unknown ignored Code 128 not found Code 128 not found Code Unknown ignored Hah? Vas ist mit der "Code" messages? Thanks much for the "-z" tip. Really appreciate the help. .\\ichelle >Michelle Brownsworth wrote: > >>>Michelle, >>> >>>If this is not in the FAQ, it should be. >>> >>>The fix is as simple as adding the line: >>>pccardd_flags="-z" >>>to /etc/rc.conf. Your should also have things like pccard_enable="YES" and >>>pccard_ifconfig="DHCP" (assuming that you use DHCP). The -x flag will pause >>>pccardd until the card is up. >>> >>>-- >>>R. Kevin Oberman, Network Engineer >>>Energy Sciences Network (ESnet) >>>Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) >>>E-mail: oberman@es.net Phone: +1 510 486-8634 >> >> >>Kevin, >> >>I was hoping it would be that simple, but it doesn't seem to be. I >>added the line to rc.conf, but it didn't change the boot sequence >>messages one iota. Here's the relevant section of my rc.conf: >> >>pccard_enable="YES" >>pccard_ifconfig="inet 192.168.1.2 netmask 255.255.255.0" >>defaultrouter="192.168.1.254" >>pccard_mem="DEFAULT" >>pccardd_flags="z" >> >>This really wouldn't be an issue if I didn't plan to use daemons >>that expect to have a route available when they start up. >> >>.\\ichelle >>--------------------- >>Michelle Brownsworth >>System Administrator >>PrimeLogic Communications >>http://www.primelogic.com >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-mobile" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message