LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   new camera ???? Kodak DX 3600 (https://www.linuxquestions.org/questions/linux-software-2/new-camera-kodak-dx-3600-a-23612/)

triplied 06-17-2002 08:16 AM

new camera ???? Kodak DX 3600
 
I am running linux suse 7.3 pro and I have a kodak DX 3600 camera and I have found that jphoto supports this camera but I can't get it to work??? Jphoto is not much help for me .... can any one help??

mcleodnine 06-17-2002 08:46 PM

If the camera can use a USB connection then it's actually quite simple. Just plug it in and mount the camera as a USB masss storage device.

A crude way to do this is to plug the camera in vis the USB, power the camera up and check the logs. Try 'tail -50 /var/log/messages' and look for USB mass storage stuff - usually /dev/sda1 or /dev/sdb1, etc).

Then just mount it - 'mount /dev/sda1 /mnt' (crude but effective)

I've tried three cameras this month and they all worked brilliantly. (2 Fuji's and a Sony - I stuck with the Sony)

Cheers,
DMc

triplied 06-18-2002 10:06 AM

I can see the camera in devices in the information section but there is no active driver ?? Where would I find a driver for this ????

Dutch3 06-18-2002 02:06 PM

Triplied,

Have you installed gphoto2 from the gphoto website, or an older version in your distro? If you haven't, its the best version to use.

I had similar problems until I installed gphoto2 - but you have to download an updated libusb file - details on the website.

HTH

Dutch

triplied 06-18-2002 02:29 PM

gphoto does not support ptp protocol .. if anyone can help, please and thanks..

triplied 06-24-2002 02:54 PM

I am still having on luck with this camera .. If anyone can help me out it would be great my card is almost full and I need it up load it... I plug it in to the usb port and it sees the camera but that is all I can do

Mike Blick 06-29-2002 06:22 PM

You can forget about all your gphoto and jphoto questions cause I have the cure to your problem. In my struggle to get my own Kodak DX3700 to work (the same family of cameras as the 3600) I came across a little program called MMPTP. After installing I followed their simple instructions and had the camera working within 2 min. It can be found at http://www.michaelminn.com/linux/mmptp/README.html

Note: on the site it says "Initial release that compiles under Red Hat 7.2 and supports only the Kodak DX3500 camera." That is a bunch of BS. It works with all the Kodak DX series cameras not just the DX3500 and runs on Slackware just fine.

Enjoy :)

triplied 06-30-2002 10:54 AM

I get error when I try to build this I have suse linux 7.3 2.4.5 kernel and I am very new to changing make file (I need step by step directions) If you can help
Thanks

Mike Blick 06-30-2002 11:43 AM

Are you untaring it, cding into the directory and then typeing "make install"? You dont need to compile it. Make sure you are root to install. Also make sure to add the line "alias char-major-181 mmptp" at the bottom of the "/etc/modules.conf" file. I hope that helps. Then reboot and it should be all set up. :cool:

Mike Blick 06-30-2002 11:57 AM

1 more thing...You have to do "modprobe usb-uhci" to have your usb drive working before you can run MMPTP. I'm not sure if suse does this automaticly, I think it probably does. If not you can place that command in the "/etc/rc.d/rc.modules" file and it should load on boot. Another reason it might not work is if you dont have basic usb support compiled into your kernel. In that case you would have to recompile, but seeing as how you use suse I highly doubt that you are without usb support in your kernel.

Note: usb-uhci is for intel based systems only.

triplied 06-30-2002 03:36 PM

usb port is reconizing the camera but when I make install it comes up with errors and does not install it tells me to ajust marefile how would I do that ??

triplied 06-30-2002 03:37 PM

oosp that was "makefile"

Mike Blick 06-30-2002 06:29 PM

You're typeing 'makefile'? You need to be typeing "make install". Other then that I wish I could tell you something positive about the solution to your problem but the truth is I dont know the answer. Sorry.


All times are GMT -5. The time now is 10:32 PM.