From owner-freebsd-mobile Tue Oct 7 21:54:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA18571 for mobile-outgoing; Tue, 7 Oct 1997 21:54:19 -0700 (PDT) (envelope-from owner-freebsd-mobile) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA18562 for ; Tue, 7 Oct 1997 21:54:15 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id OAA00791; Wed, 8 Oct 1997 14:21:23 +0930 (CST) Message-Id: <199710080451.OAA00791@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Joel Gwynn cc: freebsd-mobile@FreeBSD.ORG Subject: Re: pccard In-reply-to: Your message of "Tue, 07 Oct 1997 04:38:24 -0400." <3.0.1.32.19971007043824.009266b0@world.std.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Oct 1997 14:21:23 +0930 From: Mike Smith Sender: owner-freebsd-mobile@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm trying to configure my PCMCIA modem for dial-up PPP. I've set > pccard_enable="YES" (should pccard_ifconfig be "YES"?), and No. > network_interfaces'"lo0 lp0 sio1", and sio1 is not a network interface. It's a serial port. > then later, the pccard driver loads on sio1. I know this, because I can > use cu to dial out just fine. > > 1. Is there a way to pause /etc/rc until the pccard driver is loaded? No. > 2. How can I pipe the output of /etc/rc to a file so I can examine it later? No. You should be using the 'ppp' or 'pppd' programs to dial your ISP. Read the relevant manpage, and ask on -questions if you are having trouble with this. mike