From owner-freebsd-hackers@FreeBSD.ORG Fri May 8 11:54:19 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69FF31065674 for ; Fri, 8 May 2009 11:54:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 013928FC25 for ; Fri, 8 May 2009 11:54:18 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=6r6v4UIe0JpOdFllLVMA:9 a=-nYwf-_hil0cRiVPMVYT2rkBWIYA:4 Received: from [81.191.55.181] (account mc467741@c2i.net HELO [10.36.2.183]) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1236137340; Fri, 08 May 2009 12:54:13 +0200 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Fri, 8 May 2009 12:56:46 +0200 User-Agent: KMail/1.9.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905081256.47724.hselasky@c2i.net> Cc: Subject: Re: undetected umass device X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2009 11:54:19 -0000 On Friday 08 May 2009, Danny Braniss wrote: > Hi, > this is a: > USB to Parallel-ATA bridge(0x0c05), Sunplus Technology Inc.(0x04fc) > or in english, a nifty dongle that can be connected to ata/sata disk, but > umass fails to detected it fully, and detaches it. > > any hints? quircks? > thanks, > danny > Can you get dmesg and the USB descriptors of your device? --HPS