From owner-freebsd-questions@FreeBSD.ORG Sun Apr 4 00:27:51 2010 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 A9F62106566C for ; Sun, 4 Apr 2010 00:27:51 +0000 (UTC) (envelope-from nekoexmachina@gmail.com) Received: from mail-fx0-f209.google.com (mail-fx0-f209.google.com [209.85.220.209]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2498FC12 for ; Sun, 4 Apr 2010 00:27:50 +0000 (UTC) Received: by fxm1 with SMTP id 1so2087689fxm.13 for ; Sat, 03 Apr 2010 17:27:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=WUxz/SIWTNLOeG661QV/M7SNZahJFmcXmMKv2rxgJWg=; b=gKBpVXENZlJV43dxNLeDvqYVDMcFTiX83IsJwrllI92PUu4cnzrYvXQeMViC4tzFrV TYncBIbM/GBNYwg3OSyO1gpsL/nvss2gCRWC/dWUjhn5GNEi28iC4/QCi6FiFjENCmYO 1ILnajZ4mK7eK/0mhl48rIoxqe7bMvtsLHzwE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=N6PprEe51/Gmf+ewAAHVHDUTPY0aboShlTWsnUTQPBJw3h0c/p2e8eFqGb7E7k6jMn kX6FMJri347NTssA9DsLtA3CE/L8hGJ0fwUJq7cdm6wdRxCxj4/6BmYoVtbg1ULkYPJs eAWg/EfphsL2YpcI29aFUYH6C7KLcuYP7R7q0= Received: by 10.223.92.155 with SMTP id r27mr3846415fam.7.1270340870042; Sat, 03 Apr 2010 17:27:50 -0700 (PDT) Received: from localhost ([188.134.12.208]) by mx.google.com with ESMTPS id b17sm23336367fka.43.2010.04.03.17.27.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 03 Apr 2010 17:27:49 -0700 (PDT) Date: Sun, 4 Apr 2010 04:26:19 +0400 From: Mikle To: freebsd-questions@freebsd.org Message-ID: <20100404002619.GA1178@takino.homeftp.org> References: <20100403224811.GA47115@takino.homeftp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100403224811.GA47115@takino.homeftp.org> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: CyberShot DSC-S40 and FreeBSD 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: Sun, 04 Apr 2010 00:27:51 -0000 On Sun, Apr 04, 2010 at 02:48:11AM +0400, Mikle wrote: > Hello, list! > Is anyone here using CyberShot DSC-S40 with FreeBSD? > It's pretty old camera. When i plug it in my BSD desktop, nothing happens - e.g., even no dmesg messages. Also, gphoto2 gui (gtkam) tells me 'no cameras detected' when i try to detect it. > As i understand, i need some specific kernel module (via google i've found that that's umass, which i have compiled-in in my kernel) > What could i do to detect what has happend? > > Wbr, Disregard that, it was pretty strange umass problem: i had forcibly unplugged my flash card (forgot to umount it), and after that no new usb devices have been detected. (could anyone reproduce it? I'm running pretty-recent 8-STABLE, update was about couple of weeks ago) Now, dmesg tells me: da0 at umass-sim0 bus 0 scbus0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 30MB (63424 512 byte sectors: 64H 32S/T 30C) (da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 0 f7 bf 0 0 1 0 (da0:umass-sim0:0:0:0): CAM status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI status: Check Condition (da0:umass-sim0:0:0:0): SCSI sense: MEDIUM ERROR asc:11,0 (Unrecovered read error) (da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 0 f7 bf 0 0 1 0 (da0:umass-sim0:0:0:0): CAM status: SCSI Status Error (da0:umass-sim0:0:0:0): SCSI status: Check Condition (da0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present) (da0:umass-sim0:0:0:0): Invalidating pack As i understand dmesg, there is a medium-not-present error - so, it complains on the lack of memstick inside my cam - but i've got it's internal 30MBs, can i somehow reach them?