Hello,
I recently took the plunge and installed FreeBSD, but I am having difficulty mounting my camera. As a non-root user I can mount a standard USB drive, BUT I cannot mount my camera (neither as root or non-root).
The camera is a Panasonic DMC-ZS30, and here are some details:
But if I try this:
I could use gphoto2:
but the problem with gphoto is I cannot see or download any of the movie files (.mp4). Also, I can only get gphoto to work as root.
Besides using a card reader, does anyone know how i can mount the camera to get the pictures and movies?
More specifically,
-j
I recently took the plunge and installed FreeBSD, but I am having difficulty mounting my camera. As a non-root user I can mount a standard USB drive, BUT I cannot mount my camera (neither as root or non-root).
The camera is a Panasonic DMC-ZS30, and here are some details:
Code:
usbconfig
ugen7.2: <DMC-ZS30 Panasonic> at usbus7, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (2mA)
camcontrol devlist
<MATSHITA DMC-ZS30 0100> at scbus4 target 0 lun 0 (da0,pass2)
dmesg |grep da0
da0 at umass-sim0 bus 0 scbus4 target 0 lun 0
da0: <MATSHITA DMC-ZS30 0100> Removable Direct Access SCSI-5 device
da0: Serial Number 0000000000000000000F1603070422
da0: 40.000MB/s transfers
da0: 16381003169792MB (33548294491734017 512 byte sectors: 255H 63S/T 930643084C)
da0: quirks=0x2<NO_6_BYTE>
But if I try this:
Code:
file -s /dev/da0
/dev/da0: ERROR: cannot open `/dev/da0' (No such file or directory)
file -s /dev/usb/7*
/dev/usb/7.1.0: ERROR: cannot read `/dev/usb/7.1.0' (Input/output error)
/dev/usb/7.1.1: ERROR: cannot read `/dev/usb/7.1.1' (Input/output error)
/dev/usb/7.2.0: ERROR: cannot read `/dev/usb/7.2.0' (Input/output error)
/dev/usb/7.2.1: writable, no read permission
I could use gphoto2:
Code:
gphoto2 --auto-detect
Model Port
----------------------------------------------------------
Panasonic DMC-FS62 usb:007,002
Besides using a card reader, does anyone know how i can mount the camera to get the pictures and movies?
More specifically,
- can a camera be mounted as a drive?
- can gphoto2 recognize non image files?
- how do I get gphoto2 to work for non-root user?
-j