http://canon-fb630u.sourceforge.net/
Les premières lignes du site :
This is a project to write a SANE driver for Canon's CanoScan FB630U (and similar) USB scanners.
The beta code from this project was integrated into SANE 1.0.8 (released on 27th May 2002) and development at this end has since stopped.
Vérifie la version de sane que tu utilise.
Est ce que tu a le bon device usb ?
crw-rw-rw- 1 root saned 180, 48 2001-11-10 18:46 /dev/usbscanner
Si tu as besoin voilà les lignes à taper :
mknod /dev/usbscanner c 180 48
chmod a+rw /dev/usbscanner
chmod 666 /dev/usbscanner
ln -s /dev/usbscanner /dev/scanner
Maintenant le fichier /etc/sane.d/canon630u.conf doit avoir cette gueule :
# Options for the canonusb backend
# Autodetect the Canon CanoScan FB630u usb 0x04a9 0x2204
# device list for non-linux-systems (enable if autodetect fails):
#/dev/scanner
#/dev/usb/scanner0
/dev/usbscanner
Bref, un petit tour ici t'aidera si tu n'y arrive vraimennt pas :
http://lea-linux.org/hardware/usbscan.php3