From owner-freebsd-usb@FreeBSD.ORG Mon Aug 12 14:03:45 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7C29EFCA for ; Mon, 12 Aug 2013 14:03:45 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 381992090 for ; Mon, 12 Aug 2013 14:03:44 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 670ED7A248; Mon, 12 Aug 2013 16:03:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 1344E8F314D; Mon, 12 Aug 2013 16:03:53 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ci1khUEMsGNF; Mon, 12 Aug 2013 16:03:51 +0200 (CEST) Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id B4D9D8F314C; Mon, 12 Aug 2013 16:03:51 +0200 (CEST) Message-ID: <5208EB94.1050708@bitfrost.no> Date: Mon, 12 Aug 2013 16:05:08 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Antonis Anastasiadis Subject: Re: usb/181159: Problem attaching USB device References: <201308121250.r7CCo1RY007285@freefall.freebsd.org> <5208E5DA.90202@bitfrost.no> 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.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 14:03:45 -0000 On 08/12/13 15:47, Antonis Anastasiadis wrote: > 2013/8/12 Hans Petter Selasky : >> Do you have an exact SVN revision where it works and where it doesn't work? > > Unfortunately not. 9.1-RELEASE worked fine though. I could try older > kernels, but like I mentioned before, this device is attached only for > troubleshooting purposes when I bug the technical support team, and > then for limited periods only. So I guess it will take some time. > > Let me know if I can do anything else to help. > > Hi, Have you tried connecting this device through an external HUB? There has been some changes in the USB area since 9.1-RELEASE. Do other USB devices connected to this computer behave the same? Also, did the 9.1 image you used have XHCI enabled? I'll dig a bit and see. Usually you would have to bisect the version history to figure out what broke it. --HPS