Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    10

    Smile 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

  2. #2
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    install f-spot

    sudo apt-get install f-spot

    plug in the camera and see what happens
    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"

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    10
    thanks i will defintly try that and thanks again

  4. #4
    Just 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

  5. #5
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    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 get
    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"

  6. #6
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    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"

  7. #7
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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
    Code:
    lsusb
    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.

    With my camera the line looked as so
    Code:
    Bus 001 Device 004: ID 040a:059a Kodak Co.
    You'll need the ID part of this info so write it down or otherwise keep note of it.

    Now do
    Code:
    sudo mousepad /etc/udev/rules.d/54-gphoto.rules
    and add a line that reads
    Code:
    SYSFS{idVendor}=="VENDORID", SYSFS{idProduct}=="PRODUCTID", MODE="0660", GROUP="camera"
    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.

    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.

  8. #8
    Just Joined!
    Join Date
    Feb 2009
    Posts
    10
    Quote Originally Posted by jmadero View Post
    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)
    thanks for all the help guys. digikam found my camera and made manging the pics quick and easy. thanks again for everything i really appericate it.

  9. #9
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    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"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...