From owner-freebsd-questions@FreeBSD.ORG Sun May 1 22:20:25 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 013B3106566C for ; Sun, 1 May 2011 22:20:25 +0000 (UTC) (envelope-from freebsd@johnea.net) Received: from mail.johnea.net (johnea.net [70.167.123.7]) by mx1.freebsd.org (Postfix) with ESMTP id BF0DB8FC14 for ; Sun, 1 May 2011 22:20:24 +0000 (UTC) Received: from [192.168.100.166] (traveler.johnea.net [192.168.100.166]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.johnea.net (Postfix) with ESMTPSA id 2FDD173F1863 for ; Sun, 1 May 2011 15:04:03 -0700 (PDT) Message-ID: <4DBDD8D2.7090808@johnea.net> Date: Sun, 01 May 2011 15:04:02 -0700 From: freebsd@johnea.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101230 Lanikai/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ugen device continuously disconnects after upgrade to 8.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2011 22:20:25 -0000 Hello, Not sure if this list is correct, or if I should post to freebsd-usb? Anyway, I have a USB connected UPS device that shows as /dev/ugen1.2 and is identified by usbconfig: ugen1.2: at usbus1, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON The device continuously disconnects an re-enumerates, as shown in /var/log/messages: May 1 14:36:57 epicenter root: Unknown USB device: vendor 0x0764 product 0x0501 bus uhub1 May 1 14:36:57 epicenter kernel: ugen1.2: at usbus1 May 1 14:37:19 epicenter kernel: ugen1.2: at usbus1 (disconnected) May 1 14:37:22 epicenter root: Unknown USB device: vendor 0x0764 product 0x0501 bus uhub1 May 1 14:37:22 epicenter kernel: ugen1.2: at usbus1 I had this problem before in 7.1, but it was corrected in upgrading to 7.3. Now that I've upgraded to 8.1 the problem is back. The device is listed in the device quirks: epicenter# usbconfig -d ugen1.2 dump_device_quirks | grep 0x0764 VID=0x0764 PID=0x0501 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE Lack of the UQ_HID_IGNORE is what messed up 7.1, not sure what is keeping 8.1 from identifying this device. Anyone have any ideas what is wrong? Thank You! johnea