From owner-freebsd-usb@FreeBSD.ORG Mon Dec 15 17:07:22 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 C91CEF97 for ; Mon, 15 Dec 2014 17:07:22 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 570089CE for ; Mon, 15 Dec 2014 17:07:22 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id a1so15296079wgh.9 for ; Mon, 15 Dec 2014 09:07:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=p8ZevOYx/NE92t/TO2SJeq6WQrmNSvpcFiap4cjl0wM=; b=M7dL23q8dZRAcCyoQrCNCQME3/NCTiI+bn5eZ6oxnzePQhBInQmwxYcbgdvaEsq9y1 u7uk/61W/2n5gjwou3BOpRNEO0EBlNTEhxS339jRtTznsq5H8codL+SQHUc0IfLHH1Vo XOtzG9WXwQpMaY7P9xComGzzh4D8UYR7WiuCPs7UNjgib71nPC9IMsbsa0O1IU07XUNa vbgxuw/EeQY67X4y32QDDFknfayyZxLp0M8hkGNKQmPA5XVv1b3YutM99/ntCVt1SGw2 b71GvxBLc7rN9GH5ql5AhqrEUnYem7N6EQdyRVoJeYOBvzd7FxGdov6XbTw6SImltU21 HR+g== MIME-Version: 1.0 X-Received: by 10.194.57.84 with SMTP id g20mr55024302wjq.122.1418663240638; Mon, 15 Dec 2014 09:07:20 -0800 (PST) Received: by 10.27.174.20 with HTTP; Mon, 15 Dec 2014 09:07:20 -0800 (PST) In-Reply-To: <548EA7F1.7070407@selasky.org> References: <548D38D5.2010700@selasky.org> <548DDC93.2020601@selasky.org> <548E964B.8080408@selasky.org> <548EA7F1.7070407@selasky.org> Date: Mon, 15 Dec 2014 09:07:20 -0800 Message-ID: Subject: Re: Disconnects every 15 seconds From: Randall Fox To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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 17:07:23 -0000 Here is the result, nothing but grep.. $ ps auxw | grep ugen root 80705 0.0 0.0 16272 2080 0 S+ 9:04AM 0:00.00 grep ugen Looks like you have another message with a possible fix.. I will reply on that one.. thnx On Mon, Dec 15, 2014 at 1:20 AM, Hans Petter Selasky wrote: > > 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 >