From owner-freebsd-hardware@FreeBSD.ORG Mon Sep 1 05:46:13 2014 Return-Path: Delivered-To: freebsd-hardware@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 ESMTPS id 4F50A78E; Mon, 1 Sep 2014 05:46:13 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 116C81775; Mon, 1 Sep 2014 05:46:13 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id E4AA91FE027; Mon, 1 Sep 2014 07:46:10 +0200 (CEST) Message-ID: <54040827.5060002@selasky.org> Date: Mon, 01 Sep 2014 07:46:15 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: grarpamp , freebsd-usb@freebsd.org Subject: Re: USB storage device not recognized References: <540300A7.6050505@selasky.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hardware@freebsd.org X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 05:46:13 -0000 On 08/31/14 23:38, grarpamp wrote: >> Please send output from: >> usbconfig -d X.Y dump_device_desc dump_curr_config_desc >> regarding your device. > > Nothing happens in verbose dmesg when I plug in the device, > other than the device itself turns on. If I plug in another device, such > as a USB memory stick to the same port, the stick is accessible. > I believe this device is supposed to present as mass storage since > similar devices in its class do appear. > Anyway, the below output is the same regardless of whether or > not the device is plugged in (I used -u 3 to list the entire bus > in the case when memory stick is in)... > > usbdump -v -i usbus3 -f 2 > [nothing with device, dumps with memstick] > Hi, Can you send output from "pciconf -lv" maybe there is a USB controller not recognized? --HPS