Results 1 to 9 of 9
hello everyone.
the problem i have is that xubuntu linux will not see my Kodak Easy Share CX6330 camera when i plug it in.
i know that the ubuntu family ...
- 07-05-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
kodak easyshare CX6330 help
hello everyone.
the problem i have is that xubuntu linux will not see my Kodak Easy Share CX6330 camera when i plug it in.
i know that the ubuntu family can see and use this camera just fine.
its pretty much plug and play with ubuntu itself.
but, on this computer i had to switch it from ubuntu to xubuntu due to performance reasons.
for the most part the move was ultra easy and xubuntu does everything quickly and easily with the exception of this.
i have been use google to see if i can the drivers but, all the forums i come across say that it should be plug and play.
but,xubuntu doesnt see it all.
what i am wondering is can i go into the terminal and mount it there and if so how do i go about it??
sorry for asking but i am still a newbie at linuix espically at usally the terminal but i am loving the experience so far.
thanks for any and all help.
have a great day
jeremy
- 07-05-2009 #2
install f-spot
sudo apt-get install f-spot
plug in the camera and see what happensBodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 07-06-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
thanks i will defintly try that and thanks again
- 07-12-2009 #4Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
kodak CX6330 buntus help
that didnt help at all.
is there a way i can go about mounting the camera through terminal and if so how can i do this??
thanks for any and all help jeremy
- 07-13-2009 #5
sorry I am out of town and only have internet access here and there
plug in the camera and type "sudo fdisk -l"
post what you getBodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 07-13-2009 #6
it's definitely supported by gphoto so try this
sudo apt-get install digikam
then go into digikam and see if you can import from camera (make sure camera is on and in "view" mode)Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 07-13-2009 #7
I had a Canon Z812 IS and this is what it took to get it working for me with gtkam, which uses the libghoto2 library, same as digikam I believe.
This assumes that it is recognized as a USB device. When you have it plugged in, open a terminal and type
Looks for a line indicating the camera or post here for help identifying it. You may need to restart HAL or just restart the computer with it plugged in for it to be recognized.Code:lsusb
With my camera the line looked as so
You'll need the ID part of this info so write it down or otherwise keep note of it.Code:Bus 001 Device 004: ID 040a:059a Kodak Co.
Now do
and add a line that readsCode:sudo mousepad /etc/udev/rules.d/54-gphoto.rules
where VENDORID is the first part (before the colon) of the ID number and PRODUCTID the second. So in my example VENDORID is "040a" and my PRODUCTID is 059a.Code:SYSFS{idVendor}=="VENDORID", SYSFS{idProduct}=="PRODUCTID", MODE="0660", GROUP="camera"
Note that mousepad is usually the default XFCE text editor, I assume Xubuntu uses it, but you can replace that with whatever text editor you have installed. Programs like gtkam should now see your camera.
- 07-17-2009 #8Just Joined!
- Join Date
- Feb 2009
- Posts
- 10
- 07-17-2009 #9
glad to hear it
Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"


Reply With Quote
