problem mounting digital camera

2007-01-14 Thread andy
I am having a problem mounting my digital camera, it is a Nikon Coolpix 
7600.  It shows up in dmesg:

 ugen0: NIKON NIKON DSC E7600-PTP, rev 2.00/1.00, addr 2

 and from usbdevs:
   addr 2: NIKON DSC E7600-PTP, NIKON

 not getting anything about umass or da0.

 I have the following lines in /boot/loader.conf:
 usb_load=YES
 umass_load=YES

 in rc.conf I have:
 usbd_enable=YES
 dbus_enable=YES
 polkitd_enable=YES
 hald_enable=YES

 and I have umass enabled in the kernel config

 When I try to mount I get the following:
 # mount -t msdos /dev/da0s1c /mnt
 mount_msdosfs: /dev/da0s1c: No such file or directory

Any help would be appreciated.

TIA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem mounting digital camera

2007-01-14 Thread Maxim
On Sunday 14 January 2007 15:07, [EMAIL PROTECTED] wrote:
 I am having a problem mounting my digital camera, it is a Nikon Coolpix
 7600.  It shows up in dmesg:
   ugen0: NIKON NIKON DSC E7600-PTP, rev 2.00/1.00, addr 2

   and from usbdevs:
 addr 2: NIKON DSC E7600-PTP, NIKON

   not getting anything about umass or da0.

   I have the following lines in /boot/loader.conf:
   usb_load=YES
   umass_load=YES

   in rc.conf I have:
   usbd_enable=YES
   dbus_enable=YES
   polkitd_enable=YES
   hald_enable=YES

   and I have umass enabled in the kernel config

   When I try to mount I get the following:
   # mount -t msdos /dev/da0s1c /mnt
   mount_msdosfs: /dev/da0s1c: No such file or directory

 Any help would be appreciated.



PTP cameras never identified as mass storage devices. try digikam from ports, 
but read carefully about raw USB access (for example here - 
http://www.gphoto.org/doc/manual/permissions-usb.html ) if you running DE not 
as root.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem mounting digital camera

2007-01-14 Thread Nikolay Denev

[EMAIL PROTECTED] wrote:
I am having a problem mounting my digital camera, it is a Nikon Coolpix 
7600.  It shows up in dmesg:

 ugen0: NIKON NIKON DSC E7600-PTP, rev 2.00/1.00, addr 2

 and from usbdevs:
   addr 2: NIKON DSC E7600-PTP, NIKON

 not getting anything about umass or da0.

 I have the following lines in /boot/loader.conf:
 usb_load=YES
 umass_load=YES

 in rc.conf I have:
 usbd_enable=YES
 dbus_enable=YES
 polkitd_enable=YES
 hald_enable=YES

 and I have umass enabled in the kernel config

 When I try to mount I get the following:
 # mount -t msdos /dev/da0s1c /mnt
 mount_msdosfs: /dev/da0s1c: No such file or directory

Any help would be appreciated.

TIA


Hi,
You should try accessing your camera with something like gphoto2 (from 
ports) as it seems to report PTP (picture transfer protocol) mode.

Some Nikon cameras had the option to select the USB transfer mode
betweek PTP and mass storage.
On mine (Coolpix 4600) it is located under Setup-Interface-USB- and 
then Select PTP or Mass storage


Regards,
Niki Denev
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: problem mounting digital camera

2007-01-14 Thread Sergey Zaharchenko
Hello Andy!

Sun, Jan 14, 2007 at 07:07:18AM -0500 you wrote:

 I am having a problem mounting my digital camera, it is a Nikon Coolpix 
 7600.  It shows up in dmesg:
  ugen0: NIKON NIKON DSC E7600-PTP, rev 2.00/1.00, addr 2

I too have a Coolpix here, it's 5900 but yours should be similar. Enter
the camera's `Setup', Select `Interface' from the menu, select `USB',
and select `Mass storage' (you probably have PTP there, which is why
dmesg is saying so). It should show up as umass then.

HTH,

-- 
DoubleF
No virus detected in this message. Ehrm, wait a minute...
/kernel: pid 56921 (antivirus), uid 32000: exited on signal 9
Oh yes, no virus:)


pgpYvgqtNa7GD.pgp
Description: PGP signature


Re: problem mounting digital camera

2007-01-14 Thread M. Warner Losh
In message: [EMAIL PROTECTED]
[EMAIL PROTECTED] writes:
: I am having a problem mounting my digital camera, it is a Nikon Coolpix 
: 7600.  It shows up in dmesg:
:   ugen0: NIKON NIKON DSC E7600-PTP, rev 2.00/1.00, addr 2
: 
:   and from usbdevs:
: addr 2: NIKON DSC E7600-PTP, NIKON
: 
:   not getting anything about umass or da0.
: 
:   I have the following lines in /boot/loader.conf:
:   usb_load=YES
:   umass_load=YES
: 
:   in rc.conf I have:
:   usbd_enable=YES
:   dbus_enable=YES
:   polkitd_enable=YES
:   hald_enable=YES
: 
:   and I have umass enabled in the kernel config
: 
:   When I try to mount I get the following:
:   # mount -t msdos /dev/da0s1c /mnt
:   mount_msdosfs: /dev/da0s1c: No such file or directory
: 
: Any help would be appreciated.

Have you tried /dev/da0s1?

Warner
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]