From owner-freebsd-questions@FreeBSD.ORG Tue Sep 28 14:15:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AC3916A4CE for ; Tue, 28 Sep 2004 14:15:00 +0000 (GMT) Received: from f04n01.cac.psu.edu (f04s01.cac.psu.edu [128.118.141.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 097FC43D2F for ; Tue, 28 Sep 2004 14:15:00 +0000 (GMT) (envelope-from tom@psu.edu) Received: from tmm324.rh.psu.edu (TMM324.rh.psu.edu [66.71.101.5]) by f04n01.cac.psu.edu (8.12.11/8.12.11) with ESMTP id i8SEEwpo252532 for ; Tue, 28 Sep 2004 10:14:58 -0400 Date: Tue, 28 Sep 2004 10:15:00 -0500 (EST) From: Thomas Moyer X-X-Sender: tom@tmm324.rh.psu.edu To: freebsd-questions@freebsd.org Message-ID: <20040928101251.A897@tmm324.rh.psu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new Subject: Problem with USB Still... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 14:15:00 -0000 I figured out that my pi-detach script wasn't working correctly so I fixed that but now it still is not run when the USB PDA is detached. Following is the console output. ucom0: Palm, Inc. Palm Handheld, rev 1.00/1.00, addr 2 ucom0: Palm, Inc. Palm Handheld, rev 1.00/1.00, addr 2 tmm324 ppp[864]: tun0: Error: Bad option length 0 (out of phase?) ucom0: ucomreadcb: IOERROR ucom0: at uhub0 port 1 (addr 2) disconnected ucom0: still open, forcing close ucom0: detached It seems to me that when the device is forced closed like that the script doesn't run. Any ideas? Thomas Moyer tmm324@psu.edu DracoYung