Date: Mon, 27 Nov 2000 11:41:32 -0700 (MST) From: Nate Williams <nate@yogotech.com> To: cjclark@alum.mit.edu Cc: Otter <otterr@telocity.com>, FreeBSD Questions <questions@FreeBSD.ORG>, mobile@FreeBSD.ORG Subject: Re: modifying the /etc/rc script Message-ID: <14882.43740.595464.903457@nomad.yogotech.com> In-Reply-To: <20001125124630.W12190@149.211.6.64.reflexcom.com> References: <HLEDJBJKDDPDJBMGCLPPGEHBCKAA.otterr@telocity.com> <20001125124630.W12190@149.211.6.64.reflexcom.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Due to some problems with intermittent pccard identification delays, I > > need to add a pause in the rc script. 5 seconds should be sufficient, > > just not sure how to add it. I found WHERE, just not WHAT. It needs to > > go after it calls rc.pccard, and before it runs rc.network. Thanks in > > advance. > > Personally, I think it would make more sense to put the delay in > rc.pccard, > > --- /etc/rc.pccard Sun Aug 6 22:55:48 2000 > +++ rc.pccard Sat Nov 25 12:44:33 2000 > @@ -23,5 +23,8 @@ > > echo -n "Enable PC-card." > pccardd ${pccardd_flags} 2>&1 > /var/log/pccardd.debug > + > + # Pause for PCCard to initialize > + sleep 5 > ;; > esac It's probably un-necessary if you pccardd_flags includes the '-z' flag. Nate 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?14882.43740.595464.903457>