From owner-freebsd-questions@freebsd.org Fri Sep 11 09:45:35 2015 Return-Path: Delivered-To: freebsd-questions@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 3E47BA015EA for ; Fri, 11 Sep 2015 09:45:35 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [150.101.137.145]) by mx1.freebsd.org (Postfix) with ESMTP id CF9721F70 for ; Fri, 11 Sep 2015 09:45:34 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp118-210-169-30.lns20.adl6.internode.on.net (HELO leader.local) ([118.210.169.30]) by ipmail06.adl6.internode.on.net with ESMTP; 11 Sep 2015 19:15:27 +0930 Subject: Re: USB physical ports To: Ernie Luzar References: <55F1A507.70402@gmail.com> <2091716.bhpPQfPjgk@amd.asgard.uk> <55F216CB.6040606@gmail.com> Cc: freebsd-questions@freebsd.org From: Shane Ambler Message-ID: <55F2A2B2.4090801@ShaneWare.Biz> Date: Fri, 11 Sep 2015 19:15:22 +0930 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55F216CB.6040606@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2015 09:45:35 -0000 On 11/09/2015 09:18, Ernie Luzar wrote: > Dave wrote: >> On Thursday 10 September 2015 11:43:03 Ernie Luzar wrote: >>> Hello List; >>> >>> I have 6 physical ports on my PC box. The boot time messages seem to >>> say that one of those ports is 480Mbps High Speed USB v2.0. >>> >>> How do I determine which physical USB port is the 480Mbps High Speed >>> port? >>> I think inserting a device is the only way to identify which port it is inserted into, use usbconfig to see what is connected at what speed. % usbconfig ugen0.1: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen1.1: at usbus1, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen2.1: at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen0.2: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen2.2: at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen0.3: at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (250mA) ugen2.3: at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (100mA) ugen2.4: at usbus2, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (98mA) ugen2.5: at usbus2, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA) -- FreeBSD - the place to B...Software Developing Shane Ambler