From owner-freebsd-usb@FreeBSD.ORG Mon Aug 12 16:26:39 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 63327660 for ; Mon, 12 Aug 2013 16:26:39 +0000 (UTC) (envelope-from anastasiadis@datalive.gr) Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEAF52AA5 for ; Mon, 12 Aug 2013 16:26:37 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id hq12so1929857wib.10 for ; Mon, 12 Aug 2013 09:26:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=BHYBdPov1V3ol3nhZUVrBHjH/LnHZ7AAfz3POHnXsH4=; b=L1EALMElr6dC8+Pbwat5ENWqHVUz7OH7DwcStcxt/fZHO/4Ueft41DjWutFxsfY+c0 gOz7K2kYo16Y88FrTCNPBdVawqm4uZQ4TLNV4TDcbca1iSEK5PgnAnlhFXieqeRagH3E G3LBQRwdLgNbp2VdBzD9xOexqYc6xMgVOAq8kEDQmmaarr4ttjhcM0QtA18ZcJTbhI9u L9+xAHvAWPW/uII2kNMMjPVB/3iGgjPMnl1yiSM1rmncqpkgIf4DTndXi6fq9Zlvg15g xiOLymYtynjQyUmh92Gs9pERg1DUNZhO9VVu8VZXW5PP0aAQScGO0k+vaUcsK3+OqsQL EVCg== X-Gm-Message-State: ALoCoQn88AhmEM2l5GdAo0WGROAZNKIvCfxfO5xcoHGli86J+Jiht+Gpa+Zg3+bHvdJlFvgV7zMA X-Received: by 10.180.10.99 with SMTP id h3mr128829wib.0.1376324796367; Mon, 12 Aug 2013 09:26:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.172.138 with HTTP; Mon, 12 Aug 2013 09:25:56 -0700 (PDT) In-Reply-To: <5208EB94.1050708@bitfrost.no> References: <201308121250.r7CCo1RY007285@freefall.freebsd.org> <5208E5DA.90202@bitfrost.no> <5208EB94.1050708@bitfrost.no> From: Antonis Anastasiadis Date: Mon, 12 Aug 2013 19:25:56 +0300 Message-ID: Subject: Re: usb/181159: Problem attaching USB device To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 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 16:26:39 -0000 2013/8/12 Hans Petter Selasky : > Have you tried connecting this device through an external HUB? I'm afraid I cannot control this. >There has > been some changes in the USB area since 9.1-RELEASE. Do other USB devices > connected to this computer behave the same? I cannot test this as well due to the circumstances I mentioned previously. The procedure is automated. > Also, did the 9.1 image you used > have XHCI enabled? Yes, judging from the "xhci0:" entries in the original dmesg. It was a default 9.1-RELEASE kernel. I'll try with an older revision in a couple of days. Do you recommend a revision, before a specific change?