Re: digicam on ugen0

2003-10-19 Thread David L
You should be able to mount it as you would a usb hard drive, these are 
reffered to as USB mass storage. This is what I get when I connect my 
panasonic digicam

da0: MATSHITA DMC-LC20  Removable Direct Access SCSI-2 device 
da0: 1.000MB/s transfers
da0: 29MB (60801 512 byte sectors: 64H 32S/T 29C)
(da0:umass-sim0:0:0:0): READ(6)/WRITE(6) not supported, increasing 
minimum_cmd_size to 10.

now if I look at my /dev directory I can see

da0
da0s1

 Of course theres a lot more in my /dev/ directory but this is the only part 
thatt is relevant.
I do this logged in as root, however it should be possible to do this whilst 
logged in as user by putting an entry in /etc/fstab

# mount -t msdos /dev/da0s1 /mnt
# cd /mnt
# ls
DCIMP1010685.JPGP1010694.JPGP1010703.JPGP1010712.JPG
MISCP1010686.JPGP1010695.JPGP1010704.JPGP1010713.JPG
P1010678.JPGP1010687.JPGP1010696.JPGP1010705.JPGP1010714.JPG
P1010679.JPGP1010688.JPGP1010697.JPGP1010706.JPGP1010715.JPG
P1010680.JPGP1010689.JPGP1010698.JPGP1010707.JPGP1010716.JPG
P1010681.JPGP1010690.JPGP1010699.JPGP1010708.JPGP1010717.JPG
P1010682.JPGP1010691.JPGP1010700.JPGP1010709.JPGP1010718.JPG
P1010683.JPGP1010692.JPGP1010701.JPGP1010710.JPGignore_my_docs
P1010684.JPGP1010693.JPGP1010702.JPGP1010711.JPG

#

There you go, that is my digital camera sd card contents

After looking in 

http://www.teaser.fr/~hfiguiere/linux/digicam.html

it appears that your digital camera also uses the USB mass storage protocal, 
Therefore your procedure shouild be very similar to mine.

Hope this helps

David L

 I plugged my digicam HP Photosmart 618 into my FreeBSD-4 and it was
 recognised immediately. Great. It's on /dev/ugen0
 But how can I access the camera- or rather the pictures on it?

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


Re: digicam on ugen0

2003-09-21 Thread David L
You should be able to mount it as you would a usb hard drive, these are 
reffered to as USB mass storage. This is what I get when I connect my 
panasonic digicam

da0: MATSHITA DMC-LC20  Removable Direct Access SCSI-2 device 
da0: 1.000MB/s transfers
da0: 29MB (60801 512 byte sectors: 64H 32S/T 29C)
(da0:umass-sim0:0:0:0): READ(6)/WRITE(6) not supported, increasing 
minimum_cmd_size to 10.

now if I look at my /dev directory I can see

da0
da0s1

 Of course theres a lot more in my /dev/ directory but this is the only part 
thatt is relevant.
I do this logged in as root, however it should be possible to do this whilst 
logged in as user by putting an entry in /etc/fstab

# mount -t msdos /dev/da0s1 /mnt
# cd /mnt
# ls
DCIMP1010685.JPGP1010694.JPGP1010703.JPGP1010712.JPG
MISCP1010686.JPGP1010695.JPGP1010704.JPGP1010713.JPG
P1010678.JPGP1010687.JPGP1010696.JPGP1010705.JPGP1010714.JPG
P1010679.JPGP1010688.JPGP1010697.JPGP1010706.JPGP1010715.JPG
P1010680.JPGP1010689.JPGP1010698.JPGP1010707.JPGP1010716.JPG
P1010681.JPGP1010690.JPGP1010699.JPGP1010708.JPGP1010717.JPG
P1010682.JPGP1010691.JPGP1010700.JPGP1010709.JPGP1010718.JPG
P1010683.JPGP1010692.JPGP1010701.JPGP1010710.JPGignore_my_docs
P1010684.JPGP1010693.JPGP1010702.JPGP1010711.JPG

#

There you go, that is my digital camera sd card contents

After looking in 

http://www.teaser.fr/~hfiguiere/linux/digicam.html

it appears that your digital camera also uses the USB mass storage protocal, 
Therefore your procedure shouild be very similar to mine.

Hope this helps

David L

 I plugged my digicam HP Photosmart 618 into my FreeBSD-4 and it was
 recognised immediately. Great. It's on /dev/ugen0
 But how can I access the camera- or rather the pictures on it?

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