I've downloaded and installed the Linux drivers and cups-bjnp for my Canon Pixma Multifunction Printer.
It prints wirelessly through CUPS and it scans wirelessly using the Canon ScanGearMP application.
However all other scanning applications refuse to recognise the scanner e.g. sane/xsane, skanlite, Simple Scan.
I tried attaching the scanner via USB (had to jump through a few hoops including installing the very latest sane-backend etc.) but it still won't work.
sane-find-scanner reports I have a USB scanner
scanimage -L reports I do NOT have a USB scanner
If I run a debug of xsane from the command line I get the following output:
So, if the first few lines of output are to be believed, xsane successfully finds, identifies and adds my network scanner but then fails to auto-detect anything and reports back 'no devices available'.
Can anyone help?
Thanks
Nick
It prints wirelessly through CUPS and it scans wirelessly using the Canon ScanGearMP application.
However all other scanning applications refuse to recognise the scanner e.g. sane/xsane, skanlite, Simple Scan.
I tried attaching the scanner via USB (had to jump through a few hoops including installing the very latest sane-backend etc.) but it still won't work.
sane-find-scanner reports I have a USB scanner
scanimage -L reports I do NOT have a USB scanner
If I run a debug of xsane from the command line I get the following output:
Code:
[sanei_debug] Setting debug level of pixma to 11. [pixma] pixma is compiled with pthread support. [pixma] pixma version 0.16.2 [pixma] sanei_bjnp_find_devices: [pixma] Adding configured scanner: bjnp://192.168.1.76 [pixma] bjnp_allocate_device(bjnp://192.168.1.76)[pixma] udp_command: Sending UDP command to 192.168.1.76:8612 [pixma] Scanner identity string = MFG:Canon;CMD:MultiPass 2.1,IVEC;MDL:MX430 series;CLS:IMAGE;DES:Canon MX430 series;SOJ:BJNP2,BJNPe; [pixma] Scanner model = Canon MX430 series [pixma] Added all configured scanners, now do auto detection... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] eth1 is not a valid IPv4 interface, skipping... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is IPv4 capable, sending broadcast.. [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] eth1 is not a valid IPv4 interface, skipping... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is IPv4 capable, sending broadcast.. [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] eth1 is not a valid IPv4 interface, skipping... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is IPv4 capable, sending broadcast.. [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] eth1 is not a valid IPv4 interface, skipping... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is IPv4 capable, sending broadcast.. [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] eth1 is not a valid IPv4 interface, skipping... [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is IPv4 capable, sending broadcast.. [pixma] lo is not a valid IPv4 interface, skipping... [pixma] eth0 is not a valid IPv4 interface, skipping... [pixma] scanner discovery finished... [pixma] pixma_find_scanners() found 0 devices
Can anyone help?
Thanks
Nick
Comment