Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Not working Canon DR-F120 scanner

Need help with peripherals or devices?
Message
Author
shep
Posts: 423
Joined: 2011-03-15 15:22

Re: Not working Canon DR-F120 scanner

#16 Post by shep »

I have enter Xsane configuration but I don't know if I should change pre-configured fax options nor which of the others to choose.
Xsane can convert a scanned image to various formats (tiff, pdf, ps). I would test with the preview option which should avoid image conversion or read/write issues.

Deblib
Posts: 119
Joined: 2016-05-14 14:41

Re: Not working Canon DR-F120 scanner

#17 Post by Deblib »

Xsane can convert a scanned image to various formats (tiff, pdf, ps). I would test with the preview option which should avoid image conversion or read/write issues.
Sorry, no idea what to test nor how to do it. :(

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: Not working Canon DR-F120 scanner

#18 Post by shep »

Image.

In this interface you can select options to preview the scan, save the scan to an image file, print the image file and convert the image file (tiff, gif, jpeg).

You can also adjust the scan density, color, area etc.

I would start xsane from a terminal and would do a simple test scan (grey, 150 dpi) on preview. Keep your eye on the terminal for error messages and post any that come up.

Deblib
Posts: 119
Joined: 2016-05-14 14:41

Re: Not working Canon DR-F120 scanner

#19 Post by Deblib »

I have started xsane in the terminal

Code: Select all

ventolero@ventol:~$ xsane
I have tried a simple scan test on preview, and a window warn me: "Fails to open device. Invalid argument". That's what I get whenever I try to scan. No error in the terminal (nothing appears). However, it should be added that the name of the scanner that appears in xsane is "BisonCam, NB Pro:video0" and not Canon DR-F120 scanner.

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: Not working Canon DR-F120 scanner

#20 Post by shep »

Image

Right now it is trying to scan with your webcam

If xsane does not offer the canon scanner as a device on start up then either the permissions on the device are wrong or the device is not configured.

Try searching your dmesg for canon

Code: Select all

dmesg | grep canon
and

Code: Select all

lsusb
If there is dmesg entry for the scanner then it is likely the permissions are incorrect. Post the lsusb output to help correct your udev rules.

Deblib
Posts: 119
Joined: 2016-05-14 14:41

Re: Not working Canon DR-F120 scanner

#21 Post by Deblib »

Xsane does not offer the canon scanner as a device on start up.
I have tried

Code: Select all

ventolero@ventol:~$ xsane
ventolero@ventol:~$ dmesg | grep canon
ventolero@ventol:~$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 1058:107c Western Digital Technologies, Inc. 
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 5986:055c Acer, Inc 
Bus 003 Device 004: ID 8087:07dc Intel Corp. 
Bus 003 Device 003: ID 1083:1654 Canon Electronics, Inc. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ventolero@ventol:~$ 

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: Not working Canon DR-F120 scanner

#22 Post by shep »

From Arch Linux Sane Wiki

Try running

Code: Select all

# scanimage -L
as root to check for permissions problems.

Also check the Arch wiki for troubleshooting USB3 ports

Deblib
Posts: 119
Joined: 2016-05-14 14:41

Re: Not working Canon DR-F120 scanner

#23 Post by Deblib »

Code: Select all

ventolero@ventol:~$ sudo scanimage -L
[sudo] password for root: 
device `v4l:/dev/video0' is a Noname BisonCam, NB Pro virtual device
ventolero@ventol:~$ 
I use an USB2 port in my computer, to connect the scanner.

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: Not working Canon DR-F120 scanner

#24 Post by shep »

I'm running out of ideas. The only driver seems to be the one link in the 3rd post of this thread. It may need an entry in the sane configuration file as described here.

Deblib
Posts: 119
Joined: 2016-05-14 14:41

Re: Not working Canon DR-F120 scanner

#25 Post by Deblib »

I followed the steps described in this url https://help.ubuntu.com/community/SANE% ... o-detected and xsane still does not recognize the scanner.
However, I have seen that on the spanish Canon page http://www.canon.es/support/consumer_pr ... S&os=LINUX the DR-F120 Linux driver they offer is only for Debian 6 and 7 (I use Debian Jessie). It could not be that the asian driver of the third post was also for Debian 6 and 7 (although it is another driver version). I have both installed (the asian and the spanish) and I do not know if this causes problems. And I would also like to know if I can compile the asian driver for Debian 8.

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: Not working Canon DR-F120 scanner

#26 Post by shep »

Deblib wrote:And I would also like to know if I can compile the asian driver for Debian 8.
I did a quick search and came up empty in regard to "Canon Scanner Source Code". Canon appears to just supply pre-compiled binaries.

There is sane https://github.com/kkaempf/sane-backends/blob/master/backend/canon_dr.conf.in code that has an entry for the DR-F120

The source I linked is dated after Debian 8. I may be worthwhile to try Debian 9. Debian 9 has a newer version of the sane-backends.

Deblib
Posts: 119
Joined: 2016-05-14 14:41

Re: Not working Canon DR-F120 scanner

#27 Post by Deblib »

First I'll try the github code but I don't know how to do it. :(

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: Not working Canon DR-F120 scanner

#28 Post by shep »

The https://github.com/kkaempf/sane-backend ... aster/NEWS for sane-backend 1.0.25 shows alot of commits for Canon scanners and version 1.0.25 is in Debian 9.

It is possible to build a package using github current code but can be a complex undertaking.
Last edited by shep on 2017-07-07 01:12, edited 1 time in total.

Deblib
Posts: 119
Joined: 2016-05-14 14:41

Re: Not working Canon DR-F120 scanner

#29 Post by Deblib »

I read in Sane supported deviceshttp://sane-project.org:
The following table summarizes the devices supported by sane-backends-1.0.27.
And, in Canon DR-F120 entry:
Flatbed not working. ADF working. Simplex+duplex, all resolutions <= 600, gray/color, calibration poor.
:(
So I wonder if it is not better to configure wine and install from there the scanner drivers.

Post Reply