From owner-freebsd-usb@FreeBSD.ORG Mon Sep 23 06:08:23 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 0E98A7A6 for ; Mon, 23 Sep 2013 06:08:23 +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 C04DF20A7 for ; Mon, 23 Sep 2013 06:08:22 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id A892D7A378; Mon, 23 Sep 2013 08:08:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id B7E518F3B74; Mon, 23 Sep 2013 08:08:39 +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 sQyfQWFYh1D7; Mon, 23 Sep 2013 08:08:39 +0200 (CEST) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 9CFE88F3B19; Mon, 23 Sep 2013 08:08:38 +0200 (CEST) Message-ID: <523FDB15.7030801@bitfrost.no> Date: Mon, 23 Sep 2013 08:09:25 +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: Philipp Subject: Re: Problem attaching USB keyboard References: <20130922151859.20ec5b35@cypresscreek.de> <20130922190256.08a01d60@cypresscreek.de> In-Reply-To: <20130922190256.08a01d60@cypresscreek.de> Content-Type: text/plain; charset=ISO-8859-1; 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, 23 Sep 2013 06:08:23 -0000 On 09/22/13 19:02, Philipp wrote: > The USB controller is provided by the Intel Q87 Express Chipset of the > Intel DQ87PG mainboard. > > On Sun, 22 Sep 2013 17:10:55 +0200 > Hans Petter Selasky wrote: > >> Hi, >> >> What PCI USB controllers are on this computer? >> >> --HPS You might want to try to set: hw.usb.xhci.xhci_port_route=-1 If there is an Intel XHCI controller in your chipset. See: pciconf -lv --HPS