Results 1 to 6 of 6
I'm having trouble detecting my scanner (CanoScan FB 320P).
According to the sane documentation this scanner is supported by xsane and its backend can be edited in canon_pp.conf.
However, when ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-21-2004 #1Just Joined!
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 7
Scanner not detected
I'm having trouble detecting my scanner (CanoScan FB 320P).
According to the sane documentation this scanner is supported by xsane and its backend can be edited in canon_pp.conf.
However, when trying to detect it, i get nothing.
Code:[root@localhost jeremie]# sane-find-scanner # No SCSI scanners found. If you expected something different, make sure that # you have loaded a SCSI driver for your SCSI adapter. # No USB scanners found. If you expected something different, make sure that # you have loaded a driver for your USB host controller and have installed a # kernel scanner module. # Not checking for parallel port scanners. # Most Scanners connected to the parallel port or other proprietary ports # can't be detected by this program.
any suggestions?Code:[root@localhost jeremie]# sane-find-scanner -v searching for SCSI scanners: checking /dev/scanner... failed to open (Invalid argument) checking /dev/sg0... failed to open (Invalid argument) checking /dev/sg1... failed to open (Invalid argument) checking /dev/sg2... failed to open (Invalid argument) checking /dev/sg3... failed to open (Invalid argument) checking /dev/sg4... failed to open (Invalid argument) checking /dev/sg5... failed to open (Invalid argument) checking /dev/sg6... failed to open (Invalid argument) checking /dev/sg7... failed to open (Invalid argument) checking /dev/sg8... failed to open (Invalid argument) checking /dev/sg9... failed to open (Invalid argument) checking /dev/sga... failed to open (Invalid argument) checking /dev/sgb... failed to open (Invalid argument) checking /dev/sgc... failed to open (Invalid argument) checking /dev/sgd... failed to open (Invalid argument) checking /dev/sge... failed to open (Invalid argument) checking /dev/sgf... failed to open (Invalid argument) checking /dev/sgg... failed to open (Invalid argument) checking /dev/sgh... failed to open (Invalid argument) checking /dev/sgi... failed to open (Invalid argument) checking /dev/sgj... failed to open (Invalid argument) checking /dev/sgk... failed to open (Invalid argument) checking /dev/sgl... failed to open (Invalid argument) checking /dev/sgm... failed to open (Invalid argument) checking /dev/sgn... failed to open (Invalid argument) checking /dev/sgo... failed to open (Invalid argument) checking /dev/sgp... failed to open (Invalid argument) checking /dev/sgq... failed to open (Invalid argument) checking /dev/sgr... failed to open (Invalid argument) checking /dev/sgs... failed to open (Invalid argument) checking /dev/sgt... failed to open (Invalid argument) checking /dev/sgu... failed to open (Invalid argument) checking /dev/sgv... failed to open (Invalid argument) checking /dev/sgw... failed to open (Invalid argument) checking /dev/sgx... failed to open (Invalid argument) checking /dev/sgy... failed to open (Invalid argument) checking /dev/sgz... failed to open (Invalid argument) # No SCSI scanners found. If you expected something different, make sure that # you have loaded a SCSI driver for your SCSI adapter. searching for USB scanners: checking /dev/usb/scanner... failed to open (Invalid argument) checking /dev/usb/scanner0... failed to open (Invalid argument) checking /dev/usb/scanner1... failed to open (Invalid argument) checking /dev/usb/scanner2... failed to open (Invalid argument) checking /dev/usb/scanner3... failed to open (Invalid argument) checking /dev/usb/scanner4... failed to open (Invalid argument) checking /dev/usb/scanner5... failed to open (Invalid argument) checking /dev/usb/scanner5... failed to open (Invalid argument) checking /dev/usb/scanner7... failed to open (Invalid argument) checking /dev/usb/scanner8... failed to open (Invalid argument) checking /dev/usb/scanner9... failed to open (Invalid argument) checking /dev/usb/scanner10... failed to open (Invalid argument) checking /dev/usb/scanner11... failed to open (Invalid argument) checking /dev/usb/scanner12... failed to open (Invalid argument) checking /dev/usb/scanner13... failed to open (Invalid argument) checking /dev/usb/scanner14... failed to open (Invalid argument) checking /dev/usb/scanner15... failed to open (Invalid argument) checking /dev/usbscanner... failed to open (Invalid argument) checking /dev/usbscanner0... failed to open (Invalid argument) checking /dev/usbscanner1... failed to open (Invalid argument) checking /dev/usbscanner2... failed to open (Invalid argument) checking /dev/usbscanner3... failed to open (Invalid argument) checking /dev/usbscanner4... failed to open (Invalid argument) checking /dev/usbscanner5... failed to open (Invalid argument) checking /dev/usbscanner6... failed to open (Invalid argument) checking /dev/usbscanner7... failed to open (Invalid argument) checking /dev/usbscanner8... failed to open (Invalid argument) checking /dev/usbscanner9... failed to open (Invalid argument) checking /dev/usbscanner10... failed to open (Invalid argument) checking /dev/usbscanner11... failed to open (Invalid argument) checking /dev/usbscanner12... failed to open (Invalid argument) checking /dev/usbscanner13... failed to open (Invalid argument) checking /dev/usbscanner14... failed to open (Invalid argument) checking /dev/usbscanner15... failed to open (Invalid argument) # No USB scanners found. If you expected something different, make sure that # you have loaded a driver for your USB host controller and have installed a # kernel scanner module. # Not checking for parallel port scanners. # Most Scanners connected to the parallel port or other proprietary ports # can't be detected by this program. done
i'm running FC3, i have the latest sane, the scanner is properly connected, etc.
- 11-22-2004 #2Just Joined!
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 7
Update
ok, just noticed that parallel port scanners are not detected automatically by sane-find-scanner.
I have nothing else connected to the parallel port. The scanner works fine under Windows 98.
I have updated the sane-backends which include sane-canon_pp which supports the FB320P.
I uncommented the canon_pp line in /etc/sane.d/dll.conf.
In /etc/sane.d/canon_pp.conf, the following are set:
(I've also tries init_mode AUTO, same results)Code:ieee1284 parport0 calibrate ~/.sane/canon_pp-calibration-pp0 parport0 init_mode FB620P parport0
After all that, when I run xsane, either in my account or as root, nothing is detected.
help, anyone that got a scanner to work on PP...
- 08-07-2006 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 2
hi Jeremie
Hello,
I am Chidrup Reddy Nellore, working as an INTERN at EMC-Bangalore, I have seen ur message seeking some help for probing a parallel port scanner. I have the same problem, I hope u know the procedure for probing it, atleast by the time u see dis message, PLZ help me....
Chidrup Reddy Nellore,
Vmware, EMC....
- 08-08-2006 #4Just Joined!
- Join Date
- May 2006
- Posts
- 20
In the configuration files sane sets a model as default . This is the model which it keeps detecting until you comment it out and uncomment your model . Then select it manually.
They could explain this a bit better couldn't they?
- 08-09-2006 #5Just Joined!
- Join Date
- Aug 2006
- Posts
- 2
Hello...
hi,
I have tried in that way also, which u have specified for me..
Still it is not working, my model is CanonN640P...
Here in my office this for the first time we are performing few
test cases on scanner, which is connected to parallel port...
I have modified the file canon_pp.conf in the sane.d directory as
u said, still i am unable to brope the device(I use sane-find-scanner).
Chidrup Reddy.N
- 08-24-2006 #6Just Joined!
- Join Date
- May 2006
- Posts
- 20
Chidrup_n try using MLCC config......computer->hardware->scanner
to find scanner but certainly if it keeps finding the same wrong one then you must find the wrong one and comment it out.
It was tricky


Reply With Quote
