Results 1 to 9 of 9

Thread: Knoppix 3.4 and Canon Powershot A70 problem

  1. #1
    Junior Member registered user
    Join Date
    Aug 2004
    Posts
    11

    Knoppix 3.4 and Canon Powershot A70 problem

    Hello,

    I'm having problems connecting my Canon Powershot A70. I can see it in the Control Center under Peripherals -> Digital Camera, however, when I try to run the Test command I get the following error message:

    Unable to initialize camera. Check your port settings and camera connectivity and try again.

    If I click the Details button I can see the following message:

    Could not claim the USB device.

    I can't connect to the camera using gtcam either. Any ideas or suggestions?

    Thank you!

    Kind regards,
    Dmitri

  2. #2
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Have you installed libgphoto2? Also can you use it as root?
    I followed this howto for getting my G5 to work: http://gphoto.sourceforge.net/doc/ma...sions-usb.html
    Where it asked to choose a script to /etc/hotplug/usb/usbcam I used: /usr/share/doc/libgphoto2-2/linux-hotplug/usbcam.group
    Instead of creating a group camera i modified the script like so:
    #GROUP=camera
    GROUP=usb

  3. #3
    Junior Member registered user
    Join Date
    Aug 2004
    Posts
    11
    Hi Markus,

    Thank you for your reply. I forgot to tell you that I'm a Linux/Knoppix newbie, and your explanation is a bit overwhelming for me. Is there any "easier" solution to the problem?

    Kind regards,
    Dmitri

  4. #4
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Are you running from cd or hd-install?

    Could not claim the USB device.
    This probably means you don't have permissions as user for the usb device. You could try launching gtkam as root; Open a konsole and type kdesu gtkam . Can you now use it?
    If it asks for a password and you haven't set it (live-cd):
    - open konsole
    - type su
    - type passwd
    - type a password for root (twice)
    - type ctrl-d to exit from root
    - try kdesu gtkam again

    Ah, found another howto: http://nift.freeshell.org/camedia.html Although this also requires a hd-install.

    EDIT: Seems like you can klik Lphoto which sounds a bit easier: http://klik.berlios.de/

  5. #5
    Junior Member registered user
    Join Date
    Aug 2004
    Posts
    11

    It works!

    Hi Markus,

    I did as you described, and it worked! I've even managed to install Digikam via klik and make it work, too (it also had to be launched as root).

    Thank you very much for your help!

    Kind regards,
    Dmitri

  6. #6
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Glad it worked, although running things unnecessarily as root isn't very ideal. The howtos aren't that impossible if you read through them, this is it in a nutshell:
    Code:
    su
    dselect update
    apt-get install gphoto2
    gphoto2 --print-usb-usermap >> /etc/hotplug/usb.usermap
    mkdir /etc/hotplug/usb
    cp /usr/share/doc/gphoto2/linux-hotplug/usbcam.group /etc/hotplug/usb/usbcam
    mcedit /etc/hotplug/usb/usbcam (change GROUP=camera to GROUP=usb), save and quit
    chmod 755 /etc/hotplug/usb/usbcam

  7. #7
    Junior Member registered user
    Join Date
    Aug 2004
    Posts
    11
    Hi Markus,

    Thank your for your reply. I will definitely give it a try. If it's not too much to ask, could you provide short comments to the code. I think I understand what this lines do:

    Code:
    su
    dselect update
    apt-get install gphoto2
    but what about this one:

    Code:
    gphoto2 --print-usb-usermap >> /etc/hotplug/usb.usermap
    and these two:

    Code:
    cp /usr/share/doc/gphoto2/linux-hotplug/usbcam.group /etc/hotplug/usb/usbcam
    mcedit /etc/hotplug/usb/usbcam (change GROUP=camera to GROUP=usb), save and quit
    Sorry, if my questions are rather obvious, by as said, I'm a newbie (but I'm keen to learn ).

    Thank you!

    Regards,
    Dmitri[/code]

  8. #8
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    I used libgphoto2 instead of gphoto2. The commands are from the second link since you didn't much like the first one. However you can check if libgphoto2 is installed on Knoppix (which I'm not running) with:
    COLUMNS=150 dpkg -l|grep gphoto

    gphoto2 --print-usb-usermap >> /etc/hotplug/usb.usermap #makes hotplug recognize different cameras. Use this with the package gphoto, haven't tried this.
    But with libgphoto2 (which I used) do: /usr/lib/libgphoto2-2/print-usb-usermap > /etc/hotplug/usb/usbcam.usermap
    If it doesn't work do: /usr/lib/libgphoto2-2/print-usb-usermap >> /etc/hotplug/usb.usermap
    The ">>" makes it add the output to the end of the last file in the command.
    A ">" writes/overwrites the output to the last file.

    cp /usr/share/doc/gphoto2/linux-hotplug/usbcam.group /etc/hotplug/usb/usbcam #copy the first file to the second one (usbcam.group -> usbcam)
    mcedit /etc/hotplug/usb/usbcam (change GROUP=camera to GROUP=usb), save and quit #mcedit is an editor, you can use any one you like. change the line that says GROUP=camera to GROUP=usb

    You also need to give execute permissions to the script with: chmod 755 /etc/hotplug/usb/usbcam
    And add your user to the group usb: adduser dmpop usb

  9. #9
    Junior Member registered user
    Join Date
    Aug 2004
    Posts
    11
    Hi Markus,

    Thank you for your explanation. I'll give it a try.

    Kind regards,
    Dmitri

Similar Threads

  1. Program to pull Images off a Canon Powershot A75 (usb) ?
    By OtterToast in forum General Support
    Replies: 2
    Last Post: 01-26-2005, 04:59 AM
  2. Knoppix 3.7 and Canon BJC-3000 - no printing at all
    By waterproof in forum General Support
    Replies: 0
    Last Post: 12-22-2004, 07:03 PM
  3. how to instal canon i250 driver on knoppix
    By chocuabo in forum Hardware & Booting
    Replies: 3
    Last Post: 12-22-2004, 05:36 AM
  4. Problem with Canon MultiPASS F30
    By kjackson54 in forum Hardware & Booting
    Replies: 1
    Last Post: 10-09-2003, 01:13 AM
  5. Cannot connect my Canon Powershot S30 (Camera)
    By Coume in forum Hardware & Booting
    Replies: 3
    Last Post: 07-17-2003, 08:41 AM

Posting Permissions

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


HPGYT DELL Micron 5100 PRO 960GB SATA 6Gb/s 2.5in SSD 0HPGYT MTFDDAK960TCB Gen14 picture

HPGYT DELL Micron 5100 PRO 960GB SATA 6Gb/s 2.5in SSD 0HPGYT MTFDDAK960TCB Gen14

$69.00



G5T03 Dell Intel DC S3700 Series 800GB SATA 6Gb/s 2.5

G5T03 Dell Intel DC S3700 Series 800GB SATA 6Gb/s 2.5" SSD 0G5T03 SSDSC2BA800G3E

$55.00



### MZ-7KE1T0 Samsung 850 Pro Series 1TB 2.5 inch SATA3 SSD ### picture

### MZ-7KE1T0 Samsung 850 Pro Series 1TB 2.5 inch SATA3 SSD ###

$105.00



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Micron 5100 MAX 120GB SATA 6Gb/s 2.5

Micron 5100 MAX 120GB SATA 6Gb/s 2.5" Internal SSD MTFDDAK120TCC Solid State

$9.89



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$13.99



M.2 NVMe SSD 128GB 256GB 512GB Single Notch with Windows Installed 10 / 11 picture

M.2 NVMe SSD 128GB 256GB 512GB Single Notch with Windows Installed 10 / 11

$85.25



Fanxiang M.2 SATA SSD 2TB 1TB 512GB 256GB SSD Internal M2 Solid State Drive Lot picture

Fanxiang M.2 SATA SSD 2TB 1TB 512GB 256GB SSD Internal M2 Solid State Drive Lot

$109.99