From owner-freebsd-questions@FreeBSD.ORG Mon Feb 27 17:55:12 2012 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 D3456106564A for ; Mon, 27 Feb 2012 17:55:12 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9D57B8FC17 for ; Mon, 27 Feb 2012 17:55:12 +0000 (UTC) Received: by obbwc7 with SMTP id wc7so752752obb.13 for ; Mon, 27 Feb 2012 09:55:12 -0800 (PST) Received-SPF: pass (google.com: domain of kudzu@tenebras.com designates 10.182.121.101 as permitted sender) client-ip=10.182.121.101; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kudzu@tenebras.com designates 10.182.121.101 as permitted sender) smtp.mail=kudzu@tenebras.com Received: from mr.google.com ([10.182.121.101]) by 10.182.121.101 with SMTP id lj5mr5583683obb.39.1330365312056 (num_hops = 1); Mon, 27 Feb 2012 09:55:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.121.101 with SMTP id lj5mr4958974obb.39.1330365311921; Mon, 27 Feb 2012 09:55:11 -0800 (PST) Received: by 10.60.49.164 with HTTP; Mon, 27 Feb 2012 09:55:11 -0800 (PST) In-Reply-To: <4F4BC1B3.3050202@growveg.net> References: <4F4BC1B3.3050202@growveg.net> Date: Mon, 27 Feb 2012 09:55:11 -0800 Message-ID: From: Michael Sierchio To: John Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnKJPFhTlPwO0gi57Jw+U641/q0KydpMy2qd5YShcvvUfYdMeRT6tOTcSIkuIBAMrglZHH+ Cc: FreeBSD Questions Subject: Re: odd SDcard behaviour in freebsd-9.0-R 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: Mon, 27 Feb 2012 17:55:12 -0000 Forgive the naive question, but on one of my Nikons, it is possible to present the device itself, or the SD card as a USD drive. Which are you doing? No doubt there is no driver for the D50 in the kernel, but the generic umass driver should handle the device. On Mon, Feb 27, 2012 at 9:47 AM, John wrote: > Hi list, > > I recently upgraded from 8.2-R to 9.0-R via freebsd-update and noticed > different behaviour when I plug in my Nikon D50 via the usb port. I'm > using the generic kernel while I try to sort this. It is the same in all > but identity. > > 8.2 behaviour used to create a device /dev/da(x)s1 depending on what > else was also connected to the USB subsystem. Typically the system would > see the card whilst it was still in the camera as /dev/da5s1 and I could > then mount it with mount_msdosfs. > > 9.0 behaviour just shows the following in /var/log/messages: > > Feb 26 09:18:02 potato kernel: ugen4.6: at usbus4 > Feb 26 09:18:02 potato kernel: umass2: rev 2.00/1.00, addr 6> on usbus4 > Feb 26 09:18:02 potato kernel: umass2: =A0SCSI over Bulk-Only; quirks =3D= 0x4100 > Feb 26 09:18:02 potato kernel: umass2:5:2:-1: Attached to scbus5 > > and nothing corresponding to the device in /dev > > What am I doing wrong? > > thanks, > -- > freebsd at growveg dot net > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"