Hello, see https://bugzilla.novell.com/show_bug.cgi?id=177492 "let SANE driver "canon" do scanner auto-recognition"
Therefore I apply the following patch: ------------------------------------------------------------------- --- backend/canon.conf.in.save 2006-07-21 09:43:08.000000000 +0200 +++ backend/canon.conf.in 2006-07-21 09:57:03.000000000 +0200 @@ -1,3 +1,12 @@ -#canon.conf -/dev/scanner +# canon.conf +# +# Activate exactly one of the following choices: +# +# Probe on all /dev/sg* devices: +scsi +# +# Probe for "CANON" on all /dev/sg* devices: +#scsi CANON +# +# Probe only on one fixed device: #/dev/sg0 ------------------------------------------------------------------- At least I didn't get any problem report since I have it by default in our sane-backends package - i.e. our /etc/sane.d/canon.conf is ------------------------------------------------------------------- # canon.conf # # Activate exactly one of the following choices: # # Probe on all /dev/sg* devices: scsi # # Probe for "CANON" on all /dev/sg* devices: #scsi CANON # # Probe only on one fixed device: #/dev/sg0 ------------------------------------------------------------------- Kind Regards Johannes Meixner -- SUSE LINUX Products GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany AG Nuernberg, HRB 16746, GF: Markus Rex
