@related : Camera Powershot PrinT PrinteR
Code de support 1660 Impossible d'identifier la cartouche d'encre suivante.
Code de support 1684 Impossible d'identifier la cartouche d'encre suivante. Code de support 1250 Bac de sortie papier ferme ouvrez le
Faux contact cartouche encre canon
lsusb Bus 002 Device 003: ID 04a9:3138 Canon, Inc.
grep -e "04a9.*3138" /etc/udev/rules.d/025_libgphoto2.rules SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="3138", MODE="0660", GROUP="plugdev"
Ubuntu :
grep 'SYSFS{idVendor}=="04a9", SYSFS{idProduct}=="3138", MODE="0660", GROUP="plugdev"' /etc/udev/rules.d/45-libgphoto2.rules
env LANG=C gphoto2 --debug -P 2>&1 | grep -e "/dev/"
0.097902 gphoto2-port-usb(1): Looking for USB device (class 0x6, subclass, 0x1, protocol 0x1)... found. 0.099113 gphoto2-port(0): Could not query kernel driver of device. 0.099157 gphoto2-port(0): 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. 0.099276 context(0): 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. 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. *** Error (-53: 'Could not claim the USB device') *