Something must still be wrong. Everytime I try to access it I just get "error during read. device busy" I do now see it listed with "scanimage -L" which I didn't before. -- Nate Fuhriman Utah Preparation
http://www.utahpreparation.com cell 801-787-3405 office 888-551-0338 On Fri, Dec 06, 2013 at 10:40:09PM +0100, Rolf Bensch wrote: > Hi Nate, > > Now you need to install SANE from git as described here: > http://www.sane-project.org/README.linux > > Attached is the patch file for pixma_imageclass.c (before compiling > patch with: 'patch pixma_imageclass.c pixma_imageclass.c.patch1'). > > Additionally to installation step 3.3 you need to copy attached > d530.rules file to /etc/udev/rules.d/. > > Please check all scan resolutions. I prefer xsane as frontend. > > If everything is working, I'll add your scanner to SANE. > > Cheers, > Rolf > > > Am 06.12.2013 21:16, schrieb Nate Fuhriman: > > Bus 001 Device 004: ID 04a9:2775 Canon, Inc. > > > --- ./pixma_imageclass.c 2013-12-06 22:15:35.000000000 +0100 > +++ ../sane-backends/backend/pixma_imageclass.c 2013-12-06 > 22:15:40.000000000 +0100 > @@ -94,6 +94,7 @@ > #define IR1133_PID 0x2742 > #define MF4570_PID 0x275a > #define MF4890_PID 0x2773 > +#define D530_PID 0x2775 > > > enum iclass_state_t > @@ -784,5 +785,6 @@ > DEV ("Canon imageCLASS MF4570dw", "MF4570dw", MF4570_PID, 600, 640, 877, > 0), > DEV ("Canon imageRUNNER 1133", "iR1133", IR1133_PID, 600, 637, 877, > PIXMA_CAP_ADFDUP), > DEV ("Canon i-SENSYS MF4890dw", "MF4890", MF4890_PID, 600, 640, 877, 0), > + DEV ("Canon imageCLASS D530", "D530", D530_PID, 600, 640, 877, 0), > DEV (NULL, NULL, 0, 0, 0, 0, 0) > }; > # Canon imageCLASS D530 > ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="2775", MODE="0664", > GROUP="scanner", ENV{libsane_matched}="yes"