From owner-freebsd-questions@FreeBSD.ORG Tue Apr 14 21:33:30 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCFC2B55 for ; Tue, 14 Apr 2015 21:33:30 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8C145400 for ; Tue, 14 Apr 2015 21:33:30 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id t3ELXS1i019009 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 14 Apr 2015 15:33:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id t3ELXSdt019006; Tue, 14 Apr 2015 15:33:28 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 14 Apr 2015 15:33:28 -0600 (MDT) From: Warren Block To: "William A. Mahaffey III" cc: FreeBSD Questions !!!! Subject: Re: Access my digital camera via USB In-Reply-To: <552D6F7F.3060908@hiwaay.net> Message-ID: References: <552D6F7F.3060908@hiwaay.net> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 14 Apr 2015 15:33:28 -0600 (MDT) 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: Tue, 14 Apr 2015 21:33:31 -0000 On Tue, 14 Apr 2015, William A. Mahaffey III wrote: > > > I am trying to get some photos off of my digital camera via USB cable. WHen I > plug it in, I get the following in my messages file: > > > Apr 14 14:44:44 kabini1 kernel: ugen3.2: at usbus3 > Apr 14 14:44:44 kabini1 kernel: umass0: class 0/0, rev 2.00/0.00, addr 2> on usbus3 > Apr 14 14:44:44 kabini1 kernel: umass0: 8070i (ATAPI) over Bulk-Only; quirks > = 0x4100 > Apr 14 14:44:44 kabini1 kernel: umass0:4:0:-1: Attached to scbus4 > Apr 14 14:44:44 kabini1 kernel: da0 at umass-sim0 bus 0 scbus4 target 0 lun 0 > Apr 14 14:44:44 kabini1 kernel: da0: Removable > Direct Access SCSI-0 device > Apr 14 14:44:44 kabini1 kernel: da0: Serial Number E00000000002 > Apr 14 14:44:44 kabini1 kernel: da0: 40.000MB/s transfers > Apr 14 14:44:44 kabini1 kernel: da0: 2909MB (5959296 512 byte sectors: 255H > 63S/T 370C) > Apr 14 14:44:44 kabini1 kernel: da0: quirks=0x2 > Apr 14 14:44:44 kabini1 kernel: GEOM_PART: integrity check failed (da0, MBR) Look at that last line. Probably no slices will be visible until the integrity problem is fixed. This could be due to the camera firmware, and the card might work in a separate card reader. Or it could be an actual problem with the MBR on the card. I think there is a sysctl to disable integrity checking, but that is a workaround, not a solution.