From owner-freebsd-usb@FreeBSD.ORG Mon Dec 15 09:20:16 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4556BCF for ; Mon, 15 Dec 2014 09:20:16 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 651B0DF8 for ; Mon, 15 Dec 2014 09:20:16 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 88FA71FE022; Mon, 15 Dec 2014 10:20:14 +0100 (CET) Message-ID: <548EA7F1.7070407@selasky.org> Date: Mon, 15 Dec 2014 10:20:49 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Randall Fox Subject: Re: Disconnects every 15 seconds References: <548D38D5.2010700@selasky.org> <548DDC93.2020601@selasky.org> <548E964B.8080408@selasky.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2014 09:20:16 -0000 Hi, On 12/15/14 09:58, Randall Fox wrote: > Dec 15 00:29:21 freenas kernel: uhub_read_port_status: port 2, > wPortStatus=0x0101, wPortChange=0x0001, err=USB_ERR_NORMAL_COMPLETION This message means that the "UPS_C_CONNECT_STATUS" changed. My best guess is that the device had a problem and decided to restart. Maybe an unsupported command triggered it. Also, try to "ps auxw | grep ugen" to see if there are multiple drivers running on your device. --HPS