From owner-freebsd-questions@FreeBSD.ORG Tue Sep 11 11:36:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C87716A418 for ; Tue, 11 Sep 2007 11:36:07 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id D6E4713C469 for ; Tue, 11 Sep 2007 11:36:06 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id D43AE28426; Tue, 11 Sep 2007 07:36:03 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 0CABA1CE68; Tue, 11 Sep 2007 07:36:02 -0400 (EDT) To: "Snow Mountains" References: <3cf9f8920709071235i5d0a1083q603e3e1ca3b93ae6@mail.gmail.com> <44vealnqww.fsf@Lowell-Desk.lan> <3cf9f8920709081840g376d20d3y1d5965db9940b688@mail.gmail.com> From: Lowell Gilbert Date: Tue, 11 Sep 2007 07:36:02 -0400 In-Reply-To: <3cf9f8920709081840g376d20d3y1d5965db9940b688@mail.gmail.com> (Snow Mountains's message of "Sun\, 9 Sep 2007 03\:40\:10 +0200") Message-ID: <447imxwi1p.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Lowell Gilbert , freebsd-questions@freebsd.org Subject: Re: Sony Ericsson: (da0:umass-sim0:0:0:0): NOT READY asc:3a, 0 (repeated) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2007 11:36:07 -0000 "Snow Mountains" writes: > Lowell Gilbert wrote: > >> I have a Sony Ericsson phone, but it isn't a USB device. > > Thanks Lowell for your response. Do you attach your Sony Ericsson to > computer at all, for example if you use it as camera? Is there any > other option, or something that can you recommend? Another cable? I don't have any cables. I use Bluetooth when I copy things on or off the camera -- but I don't do that often. >> These kinds of messages usually mean that the umass device is not >> responding as expected to queries. Some other Sony devices (cameras) >> seem to have extra padding requirements; you could try adding a quirk >> to the code for the umass device driver. To look more deeply, you >> would need someone with a decent knowledge of the USB protocols. > > Can you help me about what text I should add (in umass.c??) I mean, > how to add quirk just for this specific phone? Sorry, but this is far > away from my knowledge but I would like to try. I know how to > recompile kernel and test it. I was just suggesting making a copy of one of the entries and replacing the vendor and device IDs with the ones for your device (which you can get from usbdevs(8)). You could look up the FreeBSD developers who have worked on umass.c and ask one of them for help... Good luck, and sorry I haven't time to help more at the moment.