Results 1 to 6 of 6
Hello
I am currently running a labtop
with Debian. I just installed it.
Unfortuntly I can not transfer pictures
from my hp photo Smart 850 and I have it
set ...
- 08-06-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 10
Photo Transfersing
Hello
I am currently running a labtop
with Debian. I just installed it.
Unfortuntly I can not transfer pictures
from my hp photo Smart 850 and I have it
set to camera mode not hard drive mode. I have
tried both and it still does not work. I am
running gtkam and it will not connect to my camera.
Is there any way for it to see my camera?
I have mepis on my main computer and
can transfer and connect the camera if
this helps.
Thanks
I am just a newbie
to this whole linux thing
- 08-06-2005 #2
you can
your pictures should be visible at /mnt/cameraCode:su mkdir /mnt/camera mount /dev/sda1 /mnt/camera
Brilliant Mediocrity - Making Failure Look Good
- 08-06-2005 #3
Another good one is digikam:
Code:apt-get install digikam
- 08-06-2005 #4Just Joined!
- Join Date
- Aug 2005
- Posts
- 10
Hello
Again
I have tried the other transfer software with still no luck
Here Is what I get when I try to mount the camera
debianlabtop:`# su
debianlabtop:`# mkdir /mnt/camera
debianlabtop:`# mount /dev/sda1 /mnt/camera
mount: you must specify the file system type
debianlabtop:`#
- 08-06-2005 #5
try
Code:mount -t vfat dev/sda1 /mnt/camera
Brilliant Mediocrity - Making Failure Look Good
- 08-07-2005 #6Just Joined!
- Join Date
- Aug 2005
- Posts
- 10
Thanks A lot
I really appreciate it
You have now got my camera up and running
Thanks so much


Reply With Quote
