LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   premier dc2300 digital camera (https://www.linuxquestions.org/questions/linux-hardware-18/premier-dc2300-digital-camera-80603/)

njk 08-10-2003 05:04 AM

premier dc2300 digital camera
 
using mandrake linux 9.1.
new to linux, so how do i access and get my pictures from my digital camera?

Mathieu 08-10-2003 08:50 AM

You can access them from the command line or the GUI.

First, make sure that the USB wire is plugged-in and that the camera is on.
Then open a terminal window and type:
Code:

mount -t vfat /dev/sda1 /mnt/camera
You will have to navigate the directory structure in order to get your pictures.

When you are finished with the camera, don't forget to un-mount it.
Code:

umount /dev/sda1
Also, you can try to get them via the GUI.
Follow the steps established by Mandrake.
http://doc.mandrakelinux.com/Mandrak...l/digicam.html

Peppercorn 09-17-2003 09:30 PM

Mathieu

This is what I got after that command

[root@Kowbouys root]# mount: special device /dev/sda1 does not exist



What now??

Rundi 09-25-2003 11:18 AM

Didn't work for me either
 
I am trying to get my camera to work also. I put in the code and this is what I got back:

mount point /mnt/camera does not exist


Do I need to create a directory first or something?

dorregaray 01-26-2004 03:37 AM

at me works
 
first of all chceck if your camera is working as usb storage.
next when you connect it and turn on try: cat /proc/scsi/scsi
to see if it works. you should get sth like that:

Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: DIGITAL Model: CAMERA DC2300 Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02

you may also try lsusb (which is in /usr/sbin), you should get sth like:
Bus 001 Device 006: ID 0784:1688 Vivitar Inc. Vivicam 3665

yes. that's vivicam :P

if everything is ok put appriopriate line in /etc/fstab. at me it's:

/dev/sda1 /mnt/removable auto user,noauto,umask=0,exec 0 0

and for an end you should do:
mount /dev/sda1 /mnt/removable

and that's all

if it won't work try /dev/sdb1 or /dev/scsi/host1/bus0/target0/lun0/part1

Peppercorn 01-26-2004 07:22 AM

Wow this is an old post I had completely forgot about it. But thanks for the help and advice anyway.
I have since fixed the problem and will share here and now in case anyone else finds themselves with the same failed setup that I did.
In the end it was a kernel problem.
I am running Mandrake 9.2 but the same problem was in 9.1 as well.
I downloaded a kernel by "Obiwan" from the Mandrake website
The correct number is.2.4.22-21mm.2mdk

Since then I have had no probs.

Hope that this may help someone.

peppercorn

dorregaray 01-26-2004 11:31 AM

hmm. i've got mandrake 9.1 with kernel 2.4.21-0.13 and it works fine, so i think that wasn't kernel problem...


All times are GMT -5. The time now is 04:31 AM.