RE: Digicams and Debian/Linux

2002-12-16 Thread Charlie Reiman


 -Original Message-
 From: Bruno Diniz de Paula [mailto:[EMAIL PROTECTED]]
 Sent: Saturday, December 14, 2002 10:56 AM
 To: [EMAIL PROTECTED]
 Subject: Digicams and Debian/Linux


 Hi all,

 I have just purchased a digicam (Sony DSC-P7) and I was trying to
 download the pictures from the camera to my box (Debian sid). When I
 plug the camera into some of the USB ports, the usbmgr detects the
 device and the Sony is listed when running lsusb. After doing some
 googling, I haven't succeded in finding a package or some way to mount
 the memory card at the camera or to read the pictures after the device
 was detected by usbmgr. Does some of you know if there is a package in
 Debian that helps working around this stuff or if there is another
 better solution?

 Thanks,

 Bruno.


You should check out the gphoto2 package if the other suggestions for
mounting the camera don't work. If that fails, you might want to consider
just mounting a USB card reader which is usually simpler to mount.

Charlie


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Digicams and Debian/Linux

2002-12-16 Thread Bruno Diniz de Paula
Hi,

I am writing just to report that the camera memory stick could be
mounted just the way Kevin instructed me to do. The device used was an
scsi, usually used to mount a scsi partition (/dev/sda1), and everything
worked perfectly. Thank you all very much for the comments and tips! Now
I can play with my camera and download the photos without reboot...

Cheers,
Bruno.

On Sun, 2002-12-15 at 13:57, Kevin Coyner wrote:
 On Sat, Dec 14, 2002 at 01:55:47PM -0500, Bruno Diniz de Paula wrote..
 
  Hi all,
  
  I have just purchased a digicam (Sony DSC-P7) and I was trying to
  download the pictures from the camera to my box (Debian sid). When I
  plug the camera into some of the USB ports, the usbmgr detects the
  device and the Sony is listed when running lsusb. After doing some
  googling, I haven't succeded in finding a package or some way to mount
  the memory card at the camera or to read the pictures after the device
  was detected by usbmgr. Does some of you know if there is a package in
  Debian that helps working around this stuff or if there is another
  better solution?
  
 I've the Sony DSC-F707, so I suppose much of it is the same.  Here's
 what I did ...
 
 1.  As root, lsmod to see what mods are installed.  You should look for:
 
   usb-storage
   usbcore
   scsi_mod
   sd_mod
   usb-uhci
   input
   sr_mod
 
 You probably don't need all of these, but that's what I've got in mine
 for my system, which does have SCSI HD's.  
 
 2.  Edit /etc/fstab by making the entry:
 
   /dev/sdc1   /home/userMe/mnt/sony   vfat  noauto,user 0 0
 
 3.  Plug in the camera via the USB
 
 4.  Mount the disk with:
 
   mount  /dev/sdc1   /home/userMe/mnt/sony -t vfat
 
 5.  Diagnose by checking:
 
   /var/log/messages
   /var/log/syslog
   /proc/bus/usb  // this will show you what is being seen
   /proc/scsi // see what's here too
 
 That's all it took for me to get it working.
 
 HTH.
 
 Kevin
-- 
Bruno Diniz de Paula [EMAIL PROTECTED]
Rutgers University



signature.asc
Description: This is a digitally signed message part


Re: Digicams and Debian/Linux

2002-12-15 Thread Kevin Coyner

On Sat, Dec 14, 2002 at 01:55:47PM -0500, Bruno Diniz de Paula wrote..

 Hi all,
 
 I have just purchased a digicam (Sony DSC-P7) and I was trying to
 download the pictures from the camera to my box (Debian sid). When I
 plug the camera into some of the USB ports, the usbmgr detects the
 device and the Sony is listed when running lsusb. After doing some
 googling, I haven't succeded in finding a package or some way to mount
 the memory card at the camera or to read the pictures after the device
 was detected by usbmgr. Does some of you know if there is a package in
 Debian that helps working around this stuff or if there is another
 better solution?
 
I've the Sony DSC-F707, so I suppose much of it is the same.  Here's
what I did ...

1.  As root, lsmod to see what mods are installed.  You should look for:

usb-storage
usbcore
scsi_mod
sd_mod
usb-uhci
input
sr_mod

You probably don't need all of these, but that's what I've got in mine
for my system, which does have SCSI HD's.  

2.  Edit /etc/fstab by making the entry:

/dev/sdc1   /home/userMe/mnt/sony   vfat  noauto,user 0 0

3.  Plug in the camera via the USB

4.  Mount the disk with:

mount  /dev/sdc1   /home/userMe/mnt/sony -t vfat

5.  Diagnose by checking:

/var/log/messages
/var/log/syslog
/proc/bus/usb  // this will show you what is being seen
/proc/scsi // see what's here too

That's all it took for me to get it working.

HTH.

Kevin

-- 
Kevin Coyner
mailto: [EMAIL PROTECTED]
GnuPG key: 1024D/8CE11941



msg19256/pgp0.pgp
Description: PGP signature


Digicams and Debian/Linux

2002-12-14 Thread Bruno Diniz de Paula
Hi all,

I have just purchased a digicam (Sony DSC-P7) and I was trying to
download the pictures from the camera to my box (Debian sid). When I
plug the camera into some of the USB ports, the usbmgr detects the
device and the Sony is listed when running lsusb. After doing some
googling, I haven't succeded in finding a package or some way to mount
the memory card at the camera or to read the pictures after the device
was detected by usbmgr. Does some of you know if there is a package in
Debian that helps working around this stuff or if there is another
better solution?

Thanks,

Bruno.
-- 
Bruno Diniz de Paula [EMAIL PROTECTED]
Rutgers University



signature.asc
Description: This is a digitally signed message part


Re: Digicams and Debian/Linux

2002-12-14 Thread Hubert Chan
 Bruno == Bruno Diniz de Paula [EMAIL PROTECTED] writes:

Bruno Hi all, I have just purchased a digicam (Sony DSC-P7) and I was
Bruno trying to download the pictures from the camera to my box (Debian
Bruno sid). When I plug the camera into some of the USB ports, the
Bruno usbmgr detects the device and the Sony is listed when running
Bruno lsusb. After doing some googling, I haven't succeded in finding a
Bruno package or some way to mount the memory card at the camera or to
Bruno read the pictures after the device was detected by usbmgr. Does
Bruno some of you know if there is a package in Debian that helps
Bruno working around this stuff or if there is another better solution?

The package you want is gphoto2 and/or gtkam (gtkam is a GTK frontend to
gphoto2).  Unfortunately, it doesn't list the DSC-P7 as a supported
camera, but it lists several other Sony models, so there's a chance that
it will work.

There are Debian packages for both in Woody.  There are some permissions
issues that you'll need to solve, so read the docs.  In particular,
/usr/share/doc/libgphoto2-2/README.Debian.  (That's for unstable.  The
path is probably different for stable.)

-- 
Hubert Chan [EMAIL PROTECTED] - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.



msg19164/pgp0.pgp
Description: PGP signature


Re: Digicams and Debian/Linux

2002-12-14 Thread Nori Heikkinen
on Sat, 14 Dec 2002 03:37:46PM -0500, Hubert Chan insinuated:
  Bruno == Bruno Diniz de Paula [EMAIL PROTECTED] writes:
 
 Bruno Hi all, I have just purchased a digicam (Sony DSC-P7) and I was
 Bruno trying to download the pictures from the camera to my box (Debian
 Bruno sid). When I plug the camera into some of the USB ports, the
 Bruno usbmgr detects the device and the Sony is listed when running
 Bruno lsusb. After doing some googling, I haven't succeded in finding a
 Bruno package or some way to mount the memory card at the camera or to
 Bruno read the pictures after the device was detected by usbmgr. Does
 Bruno some of you know if there is a package in Debian that helps
 Bruno working around this stuff or if there is another better solution?
 
 The package you want is gphoto2 and/or gtkam (gtkam is a GTK
 frontend to gphoto2).  Unfortunately, it doesn't list the DSC-P7 as
 a supported camera, but it lists several other Sony models, so
 there's a chance that it will work.
 
 There are Debian packages for both in Woody.  There are some
 permissions issues that you'll need to solve, so read the docs.  In
 particular, /usr/share/doc/libgphoto2-2/README.Debian.  (That's for
 unstable.  The path is probably different for stable.)

you might also want to check the version in unstable or testing,
which, iirc, is more current and supports more cameras than the one in
woody.

/nori

-- 
.~.  nori @ sccs.swarthmore.edu 
/V\  http://www.sccs.swarthmore.edu/~nori/jnl/
   // \\  @ maenad.net
  /(   )\   www.maenad.net
   ^`~'^


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Digicams and Debian/Linux

2002-12-14 Thread Matthew Weier O'Phinney
-- Bruno Diniz de Paula [EMAIL PROTECTED] wrote
(on Saturday, 14 December 2002, 01:55 PM -0500):
 I have just purchased a digicam (Sony DSC-P7) and I was trying to
 download the pictures from the camera to my box (Debian sid). When I
 plug the camera into some of the USB ports, the usbmgr detects the
 device and the Sony is listed when running lsusb. After doing some
 googling, I haven't succeded in finding a package or some way to mount
 the memory card at the camera or to read the pictures after the device
 was detected by usbmgr. Does some of you know if there is a package in
 Debian that helps working around this stuff or if there is another
 better solution?

I'm not sure what USB methods your particular camera uses, but mine (an
Olympus Camedia) uses one of the popular smart cards for storage --
which is basically a usb-storage device, which in turn utilizes the SCSI
subsystem.

What all this amounts to is that I have the following entry in my
/etc/fstab:

/dev/sda1   /mnt/camera vfatuser,rw,noauto,unhide   1 0

And then all I have to do is 'mount /mnt/camera' to be able to access
it.

Give it a try and see if that might work.

-- 
Matthew Weier O'Phinney
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Digicams

2002-06-20 Thread Ted

HI..
	Has anyone any comments on the Fujifilm 1400 zoom camera ?..I cab now buy 
this model for around £100...Any comments appreciated

--
Regards
  Ted Wager
   Libranet Linux user


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Digicams

2002-06-20 Thread Gregor Szyrach
Hi Ted,

On Thu, 2002-06-20, 08.12 Ted wrote:
   Has anyone any comments on the Fujifilm 1400 zoom camera ?..I cab now 
 buy 
 this model for around £100...Any comments appreciated

I bought the FujiFinePix 4800 Zoom, and it works perfectly under Debian
 woody 3.0, although i don't know if it is supported by gphoto.
I'm really positive about the 4800 zoom.

You can cleanly mount it as a mass storage device and then copy the pics
 to harddisk. You can even use it as a data medium to transport data
 (all kinds of). I integrated the cam as described for the FFPix 1400
 zoom:
http://modular.fas.harvard.edu/fuji4700/  
is an interesting page how to integrate the camera into Linux, and 
describes the cam to soem extent.
.
This site 
http://lhd.zdnet.com/db/dispproduct.php3?DISP?2846
also carries useful informmation.

Regards
Gregor

-- 
There is no such thing as a .signature. 



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Digicams

2002-06-20 Thread Jerome Lacoste
On Thu, 2002-06-20 at 10:39, Gregor Szyrach wrote:
 Hi Ted,
 
 On Thu, 2002-06-20, 08.12 Ted wrote:
  Has anyone any comments on the Fujifilm 1400 zoom camera ?..I cab now 
  buy 
  this model for around £100...Any comments appreciated
 
 I bought the FujiFinePix 4800 Zoom, and it works perfectly under Debian
  woody 3.0, although i don't know if it is supported by gphoto.

You don't need gphoto as it is accessible with the usb-storage module.
I have a FinePix F601 Zoom here.
Works like a charm

Jerome



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]