Canon PowerShot SD1000 Support in Ubuntu 6.06

When my cousin plugged his brand new Canon PowerShot SD1000 on his PC running Dapper Drake, the autoimport failed with the following error:

An error occurred in the io-library (‘Could not claim the USB device’): Could not claim interface 0 (Operation not permitted). Make sure no other program or kernel module (such as sdc2xx, stv680, spca50x) is using the device and you have read/write access to the device.

After googling for a while, the following is what I had to perform on his PC to get the autoimport feature working for him in Ubuntu 6.06.

———————————————————————–
jithu@jithu-desktop:~$ cat /etc/issue
Ubuntu 6.10 n l
jithu@jithu-desktop:~$ lsusb
Bus 001 Device 016: ID 04a9:314f Canon, Inc.
Bus 001 Device 001: ID 0000:0000
jithu@jithu-desktop:~$ sudo vi /etc/udev/rules.d/45-libgphoto2.rules
###Add the following line at the appropriate location in the above-mentioned file. The numbers 04a9 and 314f are obtained from the lsusb output.
SYSFS{idVendor}==”04a9″, SYSFS{idProduct}==”314f”, MODE=”0660″, GROUP=”plugdev”
jithu@jithu-desktop:~$ sudo /etc/init.d/udev restart
———————————————————————–

My hope is that someone out there could save their precious time with this small piece of information.

Leave a Reply

Your email address will not be published. Required fields are marked *