LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-28-2013, 09:20 PM   #1
hawkfeather
LQ Newbie
 
Registered: Jun 2013
Location: S.F. Bay Area, Turtle Island
Distribution: Kubuntu, Fedora KDE, Calculate KDE, Manjaro KDE, Parsix
Posts: 16

Rep: Reputation: Disabled
Finding drivers for Canon CanoScan 4200F scanner


I'm trying to get a Canon CanoScan 4200F scanner to work in both Kubuntu 12.04 and Calculate 13.6, and I've had no luck, using either SimpleScan or Xsane. The Canon website is no help; it simply says that Canon supplies no drivers for that device for any Linux distro. Does anybody know where to get drivers that work w\ Canon devices?

The following is the output from lsusb:
lsusb | grep -i 'canon'
Bus 007 Device 002: ID 04a9:221b Canon, Inc. CanoScan 4200F

Thanx in advance.
 
Old 09-28-2013, 09:33 PM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Canon and Linux mix together like oil and water. Your device is listed as unsupported by SANE. http://www.sane-project.org/unsuppor...non-4200f.html

Either:
Buy another device from a manufacturer that supports Linux (vote with your wallet).
Use your device from another operating system.
Use your device from a virtual machine running another operating system.
 
Old 10-07-2013, 05:16 PM   #3
hawkfeather
LQ Newbie
 
Registered: Jun 2013
Location: S.F. Bay Area, Turtle Island
Distribution: Kubuntu, Fedora KDE, Calculate KDE, Manjaro KDE, Parsix
Posts: 16

Original Poster
Rep: Reputation: Disabled
That's pretty much the consensus of all the Linux sources I've researched. I'm glad I got the scanner secondhand for cheap.
 
Old 10-07-2013, 09:26 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
I have one of those , nice scanner , still works GREAT
but cannon is forcing us to put in the trash a VERY GOOD and working bit of hardware
you do not use in on linux

now depending on just what chips are in it ( a FULL disassemble is required )
the chips may or may not have support
in that a driver might be kludged together

but the chips very from scanner to scanner in the SAME model #

there is ONLY A xp sp3 driver
No vista support
No 7 support
no 8 support
you HAVE TO INSTALL XP !!!!!

Last edited by John VV; 10-07-2013 at 09:29 PM.
 
Old 01-30-2015, 04:30 PM   #5
kb50
LQ Newbie
 
Registered: Jan 2015
Posts: 28

Rep: Reputation: Disabled
Question Canoscan 4200f Scanner Driver

Just for those who are searching. you can use this scanner in Windows XP on up to Windows 10. However in Windows 8.1 you have to install using Administrator account, and you have to use Canon Toolbox. It is not support by Windows 8 on up by thier internal driver. It claims it is but attempting to use it just results in unknown error. But you can just use either 32 or 64 bit Windows Vista drivers to make it work.

I am actually trying to see if Canon will actually tell me if the driver used BY this scanner for windows works with ANY other models of Canon scanners. Because SANE says if it does there is a slim chance that another model of Canon Scanner might work with this scanner.
The catch is and I am wondering if anyone has for the sake of knowing even tried any other the other Canoscan models drivers that SANE does have to get iut to work with SimpleScan or whatever. One would think then that it might, or SANE might be able to rewrite some code to get it to work. I suppose the ultimate answer is to just find a Linux supported scanner.

Here is what is also funny. My Microsoft LifeCam Web (USB) Camera works fine in Linux, but no longer works in Windows 8. Their own product and they cannot support it. Same kind of situation I guess.
 
Old 01-30-2015, 08:33 PM   #6
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
The chip as such is supported by the genesys backend. The information on the SANE website seems a bit outdated. And so is your Ubuntu.

You might want to check in the latest SANE sources if this scanner is now supported by genesys. You might have to pull the sources and compile the module yourself. If not, check the genesys back man page. There is some explanation on how to add the scanner make and model to the conf file.

I did things like that a century ago, and can't give you exact instructions, sorry. But this is the way to go if the chip is supported.

Check also if xhci-hcd id enabled in your BIOS. It is known to cause scanner problems. Disable it and test again.

jlinkels
 
Old 01-31-2015, 10:47 AM   #7
kb50
LQ Newbie
 
Registered: Jan 2015
Posts: 28

Rep: Reputation: Disabled
Smile Canoscan 4200f

I will seek out genesys. Yeah I have just installed actually Zorin and dso it has not had a chance to update itself. Zorin based on Ubuntu Core. So it should do the kernel updates at some point. But anyhow, I know it does see the scanner in lsusb knows it is there but has no driver for it, so it cannot communicate with it.
The question was proposed that the windows driver could be used as a model to create a driver that works, if the driver for windows perhaps was designed to interface to other models of Canon Scanners. Does not suprise me that information online is outdated, it is common for that.


Quote:
Originally Posted by jlinkels View Post
The chip as such is supported by the genesys backend. The information on the SANE website seems a bit outdated. And so is your Ubuntu.

You might want to check in the latest SANE sources if this scanner is now supported by genesys. You might have to pull the sources and compile the module yourself. If not, check the genesys back man page. There is some explanation on how to add the scanner make and model to the conf file.

I did things like that a century ago, and can't give you exact instructions, sorry. But this is the way to go if the chip is supported.

Check also if xhci-hcd id enabled in your BIOS. It is known to cause scanner problems. Disable it and test again.

jlinkels
 
Old 02-26-2015, 10:43 AM   #8
kb50
LQ Newbie
 
Registered: Jan 2015
Posts: 28

Rep: Reputation: Disabled
Canonscan 4200f scanner SANE driver?

Yeah of course Canon will not offer any advice. I may just drop into the SANE website and poke at a similar driver just to see if it might pick it up. Otherwise it is a loose Canon so to speak. At some point I may just pick up a cheap scanner someplace that might be compatible. For now I have windows dual booted so I can actually use it. But of course Windblows I just hate period so I still have hopes that Zorin MIGHT someday have a driver. I have not thought about WINE being able to install the software however, I guess I might give that a chance. Most things however do not really work in WINE. Surprisingly the stuff you want to work never does and the stuff you figure would never work does.
 
Old 02-26-2015, 10:45 AM   #9
kb50
LQ Newbie
 
Registered: Jan 2015
Posts: 28

Rep: Reputation: Disabled
Canon under Wine?

As soon as I give that a shot I will report here to inform whether or not the drivers work under WINE for this scanner. I am not sure how WINE sees the USB ports. Since it is seen by Zorin in lsusb then I figure it might work.
 
  


Reply

Tags
canon, drivers, scanner



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Get a Canon Canoscan 9950F USB/Firewire scanner working under FC8 appin69 Linux - Hardware 2 01-29-2015 11:18 PM
LXer: How to Get an Canon CanoScan LiDE 100 Scanner to Work in Ubuntu 11.10/Linux Mint 12 LXer Syndicated Linux News 0 02-14-2012 03:40 AM
Backend driver for CanoScan 4200F satimis Linux - Hardware 3 06-04-2006 10:18 AM
Canon Canoscan FS 2710 slide scanner Walleyes Linux - Hardware 0 05-07-2006 10:31 AM
installing a Canon CanoScan N656U Scanner asilentmurmur SUSE / openSUSE 1 05-23-2005 12:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration