odd SDcard behaviour in freebsd-9.0-R

2012-02-27 Thread John
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: NIKON at usbus4
Feb 26 09:18:02 potato kernel: umass2: NIKON NIKON DSC D50, class 0/0,
rev 2.00/1.00, addr 6 on usbus4
Feb 26 09:18:02 potato kernel: umass2:  SCSI over Bulk-Only; quirks = 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-unsubscr...@freebsd.org


Re: odd SDcard behaviour in freebsd-9.0-R

2012-02-27 Thread Michael Sierchio
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 free...@growveg.net 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: NIKON at usbus4
 Feb 26 09:18:02 potato kernel: umass2: NIKON NIKON DSC D50, class 0/0,
 rev 2.00/1.00, addr 6 on usbus4
 Feb 26 09:18:02 potato kernel: umass2:  SCSI over Bulk-Only; quirks = 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-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: odd SDcard behaviour in freebsd-9.0-R

2012-02-27 Thread FreeBSD Mailing Lists

On 27/02/2012 17:55, Michael Sierchio wrote:

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.


Hi,

Yes, on freebsd 8.2 the camera has only ever presented itself as storage 
and it has only ever been the sd card within the camera that has been 
visible to freebsd. On 9.0 I can see umass output in /var/log/messages 
but not any corresponding disk descriptor like /dev/da5s1 so I have no 
way of accessing the sd card.


--
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-unsubscr...@freebsd.org