From owner-freebsd-questions@FreeBSD.ORG Mon Aug 4 12:22:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B4EA37B401 for ; Mon, 4 Aug 2003 12:22:06 -0700 (PDT) Received: from tomts14-srv.bellnexxia.net (tomts14.bellnexxia.net [209.226.175.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51E3843FBF for ; Mon, 4 Aug 2003 12:22:05 -0700 (PDT) (envelope-from t.vanderhoek@utoronto.ca) Received: from localhost.nowhere ([64.231.130.32]) by tomts14-srv.bellnexxia.netESMTP <20030804192203.NDGW18604.tomts14-srv.bellnexxia.net@localhost.nowhere>; Mon, 4 Aug 2003 15:22:03 -0400 Received: from localhost.nowhere (localhost [127.0.0.1]) by localhost.nowhere (8.12.9/8.12.6) with ESMTP id h74JLxW3027845; Mon, 4 Aug 2003 15:21:59 -0400 (EDT) (envelope-from tim@localhost.nowhere) Received: (from tim@localhost) by localhost.nowhere (8.12.9/8.12.6/Submit) id h74JLoe3027838; Mon, 4 Aug 2003 15:21:50 -0400 (EDT) Date: Mon, 4 Aug 2003 15:21:50 -0400 From: Tim Vanderhoek To: Kai Haberzettl Message-ID: <20030804192150.GB15977@turquoise> References: <20030729114430.19225.qmail@mail1.kens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030729114430.19225.qmail@mail1.kens.com> User-Agent: Mutt/1.5.1i cc: freebsd-questions@freebsd.org Subject: Re: Digicam, umass X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 19:22:06 -0000 On Tue, Jul 29, 2003 at 07:44:30AM -0400, Kai Haberzettl wrote: > > Hi, > > trying to get my HP Photosmart120 to work with 4.8-STABLE. It does umass so > I just want to mount it. > > When I plug in the camera, I get this: I took a look in src/sys/cam/scsi/scsi_da.c and noticed that there are some HP-specific quirks in there. Perhaps you need to enable or disable these quirks. There are also some quirks in dev/usb/umass.c that may help (some Pentax, Olympus, and Sony cameras seem to require quirks in here). Have a look at the quirks page: http://www.root.org/~nate/freebsd/quirks.html There are some Linux-centric pages that may also contain some strong hints as to what is wrong. I don't have the pages bookmarked, but a couple websearches should find them without too much trouble. -- There are two types of tasks in life: those which become less urgent as time passes, and those which become more urgent. Rotating one's .signature file is a task of the latter type.