Results 1 to 9 of 9

Thread: Knoppix 3.4 and Canon Powershot A70 problem

Hybrid View

  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
  •  


HP - OmniBook 3 16

HP - OmniBook 3 16" 2K Touchscreen Laptop - Intel Core Ultra 5 (2025) - 8GB M...

$479.99



8-core 10-core GPU baseboard 8654 to PCIE 5.0x16 GPU expansion baseboard picture

8-core 10-core GPU baseboard 8654 to PCIE 5.0x16 GPU expansion baseboard

$377.77



Panasonic Toughbook CF19 MK8 Core i5 3610ME 2.7GHz 12GB RAM 512GB SSD Win 10 Pro picture

Panasonic Toughbook CF19 MK8 Core i5 3610ME 2.7GHz 12GB RAM 512GB SSD Win 10 Pro

$319.00



Dell Alienware m15 R7 AMD Ryzen 7 6800H 16GB DDR5 1TB SSD RTX 3070 Ti WIN 11 PRO picture

Dell Alienware m15 R7 AMD Ryzen 7 6800H 16GB DDR5 1TB SSD RTX 3070 Ti WIN 11 PRO

$920.00



Apple MacBook Air 13.6” M2 8GB 256GB SSD 2022 MLY33LL/A 8‑Core CPU 8‑Core GPU picture

Apple MacBook Air 13.6” M2 8GB 256GB SSD 2022 MLY33LL/A 8‑Core CPU 8‑Core GPU

$529.95



(New) AMD Ryzen 7 5700X 8 Core 16 Thread AM4 Unlocked 3.4 GHz CPU OEM Tray picture

(New) AMD Ryzen 7 5700X 8 Core 16 Thread AM4 Unlocked 3.4 GHz CPU OEM Tray

$169.99



Lenovo LOQ 15 15.6

Lenovo LOQ 15 15.6" FHD 144Hz 8-Core i5-12450HX 16GB 512GB SSD GeForce RTX 4050

$799.00



Dell - XPS 13.4

Dell - XPS 13.4" 3K Touchscreen Laptop - Intel Core 5 Series 3 320 2026 - 8GB...

$699.99



HP 15-dy1031wm 15.6” Laptop Intel Core i3-1005G1 8GB RAM 256GB SSD picture

HP 15-dy1031wm 15.6” Laptop Intel Core i3-1005G1 8GB RAM 256GB SSD

$115.00



Lenovo ThinkPad T480 Core i5-8250u 1.6GHz 8GB 256GB SSD 14

Lenovo ThinkPad T480 Core i5-8250u 1.6GHz 8GB 256GB SSD 14" ***Boot to Bios

$110.00