From owner-freebsd-current@freebsd.org Wed Dec 14 08:13:41 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55434C774A4 for ; Wed, 14 Dec 2016 08:13:41 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 42E831A3C for ; Wed, 14 Dec 2016 08:13:41 +0000 (UTC) (envelope-from hps@selasky.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4247AC774A3; Wed, 14 Dec 2016 08:13:41 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41EF3C774A2 for ; Wed, 14 Dec 2016 08:13:41 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 0DA821A3A for ; Wed, 14 Dec 2016 08:13:40 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (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 3011E1FE157; Wed, 14 Dec 2016 09:13:38 +0100 (CET) Subject: Re: Help To: Lewis ingraham , current@freebsd.org References: From: Hans Petter Selasky Message-ID: <490d5253-c8ce-62da-dc62-ade73b9c5683@selasky.org> Date: Wed, 14 Dec 2016 09:13:11 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2016 08:13:41 -0000 On 12/13/16 05:08, Lewis ingraham wrote: > 4. Another potential problem with usb drive detection as well. Usb ports > work just fine in something like windows and linux but not FreeBSD. Can you show dmesg of failed enumerations? Did you try to set some device quirks? --HPS