Results 1 to 4 of 4
Hello hello :o
I have a digital camera that isn't recognized by my Mandriva system.
In other words, nor in KDE control panel nor in Mandriva MCC, my camera isn't ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-07-2005 #1
Camera:/
Hello hello :o
I have a digital camera that isn't recognized by my Mandriva system.
In other words, nor in KDE control panel nor in Mandriva MCC, my camera isn't part of the list of recognized cameras.
The result is that when I plug my camera on a USB device, the system detects that a camera has been plugged... but then fails to load the image when it proposes me to do that. That will open the device "camera:/", loading an empty folder.
Alas, the "real" pictures will be in "file:///mnt/NO_NAME/dcim/100olymp"
Would you know in what way I could configure that bloody device to know where the real pictures should be loaded ?
I hoped to see the device camera:/ listed somewhere so that I could have configured it, but alas in "devices:/" the "camera:/" device isn't listed, probably because my digital camera isn't an acknoledged one.
Thanks if you can help me
- 12-07-2005 #2
Camera Mount Point
Hi - I believe the strangely named mount point is due to the camera being auto mounted.
Usually, the auto mount system will bring up a Konquerer window, at which point you can copy and paste the images where you want them.
If you prefer you could manually mount your camera, probably as a sda type drive, or you could remove the (SD/SM) card and use a card reader.
There is probably a config file somewhere for the camera software, which could possibly be updated? I would start in /etc
HTH- Clouds don't crash - Bertrand Meyer
registered Linux user 393557
finally - hw to brag about - but next year it will look pitifully quaint:
Athlon64 X2 3800 - 1G PC3200 - 250G SATA - ati radeon x300
circa 2006
- 12-07-2005 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Maybe you could look into the udev rules for your device? Set its mount point there.
- 12-07-2005 #4
Finally I found /dev/sda1 to be the peripheral for my USB camera, the camera being recognized as an automounted harddisk.
But alas, i'm still new with Linux, so that stuff with udev and other /etc config files is still out of my reach, it seems.
I searched the text files inside the udev folder but saw no mention to camera:/ for instance.
One thing : in /etc/dynamic/user-scripts/digicam.script, I found that text :
if test -f /usr/share/services/kamera.protocol ; thenCode:MOUNT_POINT=`hal-get-property --udi $DEV --key volume.mount_point` if test "$MOUNT_POINT" == ""; then if under_gnome; then launch gthumb --import-photos else
launch konqueror camera:/
I replaced the bold part withCode:else launch digikam --detect-camera fi fi else if under_gnome; then VIEWER=gthumb else VIEWER=konqueror fi if [ -d "$MOUNT_POINT/dcim" ]; then launch $VIEWER "$MOUNT_POINT/dcim" elif [ -d "$MOUNT_POINT/DCIM" ]; then launch $VIEWER "$MOUNT_POINT/DCIM" else launch $VIEWER "$MOUNT_POINT" fi fi launch gtkam launch kuickshow launch digikam launch flphoto echo "No application to play import photos"
if test -f /usr/share/services/kamera.protocol ; then launch konqueror /mnt/NO_NAME/dcim/100olymp and it worked !
But well, my camera still isn't recognized by my system... I would have prefered to solve that the "honest" way, make that bloody "camera:/" be recognized as my camera ! Because of that I cannot use softwares like kamera.
Would you know how to make the peripheral /dev/sda1 be recognized as camera:/, as my own official camera pointing more precisely to /mnt/NO_NAME/dcim/100olymp ? I'd be really grateful :/


Reply With Quote
