From owner-freebsd-stable@FreeBSD.ORG Fri Jan 15 15:25:30 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A9E910656B6 for ; Fri, 15 Jan 2010 15:25:30 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id CCDA68FC12 for ; Fri, 15 Jan 2010 15:25:29 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 7DB0846B0D; Fri, 15 Jan 2010 10:25:29 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 52E388A01F; Fri, 15 Jan 2010 10:25:28 -0500 (EST) From: John Baldwin To: Frank Date: Fri, 15 Jan 2010 10:12:21 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091231; KDE/4.3.1; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201001151012.21395.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Fri, 15 Jan 2010 10:25:28 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: freebsd-stable@freebsd.org, Lowell Gilbert , Steven Friedrich Subject: Re: USB problems on 8.0-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2010 15:25:30 -0000 On Thursday 14 January 2010 6:40:42 pm Frank wrote: > On Thu, 14 Jan 2010, Frank wrote: > > > On Thu, 14 Jan 2010, John Baldwin wrote: > > > >> What does apctest say when you run it? > >> > >> -- > >> John Baldwin > > > > apctest > > > > > > 2010-01-14 18:15:04 apctest 3.14.5 (10 January 2009) freebsd > > Checking configuration ... > > Attached to driver: usb > > sharenet.type = DEFAULT > > I cannot handle sharenet.type = DEFAULT > > 2010-01-14 18:15:04 apctest exiting, signal 1 > > My apologies, I had disabled several things in apcupsd.conf during > testing. > > apctest > > > 2010-01-14 18:37:58 apctest 3.14.5 (10 January 2009) freebsd > Checking configuration ... > Attached to driver: usb > sharenet.type = DISABLE > cable.type = USB_CABLE > > You are using a USB cable type, so I'm entering USB test mode > mode.type = USB_UPS > Setting up the port ... > apctest FATAL ERROR in generic-usb.c at line 636 > Cannot find UPS device -- > For a link to detailed USB trouble shooting information, > please see . > apctest error termination completed Try running 'apctest -d 200' -- John Baldwin