From owner-freebsd-mobile Sun May 9 7: 7:21 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from grizzly.fas.com (cc69528-a.mtpls1.sc.home.com [24.6.61.166]) by hub.freebsd.org (Postfix) with ESMTP id 89BEE15176 for ; Sun, 9 May 1999 07:07:19 -0700 (PDT) (envelope-from stanb@awod.com) Received: by grizzly.fas.com ($Revision: 1.37.109.23 $/16.2) id AA218998837; Sun, 9 May 1999 10:07:17 -0400 Subject: pccard output To: freebsd-mobile@freebsd.org (FreeBSD Mobile List) Date: Sun, 9 May 1999 10:07:16 -0400 (EDT) From: "Stan Brown" X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1542 Message-Id: <19990509140719.89BEE15176@hub.freebsd.org> Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a little perl script which autoconfigures my laptop for whatever network it finds itself on. Thsi iscript is run by the "insert" actin of pccard. Under 2.2 (with PAO) the standard output of this script would appear on the console when pccardd was run during system bootup. Under 3.1 stabel it does not. Since this script may take a while to run, I like to see this output. How can I acomplish this? I have looked at /etc/rc.pccard, and at first it lookewd like a simple fix. I found the lines: echo -n "Enable PC-card." pccardd 2>&1 > /var/log/pccardd.debug & The echo does appear on the console, so it appeared that just removing the redirection would acomplish what I desire. Unfortunately this is not the case. As a matter of fact to the best of my abilty to determine nothing ever gets into /var/log/pccardd.debug with the present configuration. I have looked at the pccardd sources from 2.2 and STABLE, and I don;t see any reason that this should not still work. Cany anyone gie me any guidance on where to look for this behavior? Thanks. -- Stan Brown stanb@netcom.com 843-745-3154 Westvaco Charleston SC. -- Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. - (c) 1999 Stan Brown. Redistribution via the Microsoft Network is prohibited. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message