Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2000 12:46:30 -0800
From:      "Crist J . Clark" <cjclark@reflexnet.net>
To:        Otter <otterr@telocity.com>
Cc:        FreeBSD Questions <questions@FreeBSD.ORG>, mobile@FreeBSD.ORG
Subject:   Re: modifying the /etc/rc script
Message-ID:  <20001125124630.W12190@149.211.6.64.reflexcom.com>
In-Reply-To: <HLEDJBJKDDPDJBMGCLPPGEHBCKAA.otterr@telocity.com>; from otterr@telocity.com on Sat, Nov 25, 2000 at 02:01:33PM -0500
References:  <HLEDJBJKDDPDJBMGCLPPGEHBCKAA.otterr@telocity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 25, 2000 at 02:01:33PM -0500, Otter wrote:
> 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

-- 
Crist J. Clark                           cjclark@alum.mit.edu


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




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