PDA

View Full Version : Olympus D-380


thebra
9th April 2004, 06:50 AM
I am wanting to use my Olympus D-380 Digital Camera.

Here is how its listed from /proc/scsi/scis
[jason@044d76ef450a4e7 jason]$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: OLYMPUS Model: C-120/D-380 Rev: 1.00
Type: Direct-Access ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
Vendor: Memorex Model: DVDUR/RW 8412AJ Rev: HWS4
Type: CD-ROM ANSI SCSI revision: 02

Where do I go from here? I'm very new to Linux

thebra
9th April 2004, 07:03 AM
Never mind!

mount /dev/sda1 /mnt/camera (or such)

Ronno
21st April 2004, 05:29 AM

Did you ever get this working? I have an Olympus C-730 that I have not been able to mount.

It shows up under the Hardware browser as:

Drive /dev/sda1 1 500 31 No Filesystem

Jman
22nd April 2004, 12:03 AM
There is a simple digital camera tool at Main Menu > Graphics > Digital Camera Tool. It's gtkam and it allows you to preview and save photos. It does not explicitly support either Olympus camera, but it does have some close models.

Ronno
22nd April 2004, 12:52 AM
Actually I got it working. From the command line I do the following:

SU
mount /dev/sda1 /mnt/usbstorage

and then I have access. A typo was preventing this from working for me in the past. My camera supports USB Auto Connect and Fedora recognizes it as a mass storage device.

My only problem is that I would like to be able to just plug my camera into the USB port, hit the camera's power button, and then have an icon pop up on my desktop. LindowsOS 4 did this no problem. Can the same be acheived in Fedora?