<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic setting up ImageFormula DR-C225 on Linux in Office Printers</title>
    <link>https://community.usa.canon.com/t5/Office-Printers/setting-up-ImageFormula-DR-C225-on-Linux/m-p/169967#M4228</link>
    <description>&lt;P&gt;I just bought a Canon ImageFormula DR-C225 scanner.&amp;nbsp; My computer is running the Ubuntu 14.04 operating system.&amp;nbsp; The scanner itself did not come with a driver for Linux.&amp;nbsp; However, I was able to find one on &lt;A href="http://www.canon-europe.com" target="_blank"&gt;www.canon-europe.com&lt;/A&gt;.&amp;nbsp; That driver, however, needs to be built using the autoconf, configure, and make commands.&amp;nbsp; I am running into errors while attempting to build it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Make" gets stuck trying to use a file that it can't find.&amp;nbsp; I looked through all of the online forums I could find; many mentioned similar issues, but none had a solution that worked for me.&amp;nbsp; I called Canon's technical support line, and they told me that they don't provide technical support for the Linux scanner driver.&amp;nbsp; They suggested I call a local computer repair shop.&amp;nbsp; I left a message at a local computer repair shop, and they didn't return the message.&amp;nbsp; I searched for "Linux help [my city]," and was able to connect with a guy who teaches Linux classes for a living, and he had to admit that he wouldn't be able to help me with this.&amp;nbsp; I'm almost ready to send the scanner back to the store.&amp;nbsp; It's a shame because this scanner got such great reviews, for example, on pcmag.com (&lt;A href="http://www.pcmag.com/article2/0,2817,2472494,00.asp" target="_blank"&gt;http://www.pcmag.com/article2/0,2817,2472494,00.asp&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anybody here can make sense of it, the error message I get from "make" looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;client.c:30:24: fatal error: sane/sanei.h: No such file or directory
 #include "sane/sanei.h"
                        ^
compilation terminated.&lt;/PRE&gt;&lt;P&gt;I have inspected the client.c file, and it contains the following:&lt;/P&gt;&lt;PRE&gt;#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;stdlib.h&amp;gt;
#include &amp;lt;string.h&amp;gt;
#include &amp;lt;sys/types.h&amp;gt;
#include &amp;lt;unistd.h&amp;gt;
#include &amp;lt;fcntl.h&amp;gt;
#include &amp;lt;sys/socket.h&amp;gt;
#include &amp;lt;limits.h&amp;gt;
#include &amp;lt;errno.h&amp;gt;
#include &amp;lt;sys/wait.h&amp;gt;
#include "sane/sane.h"
#include "sane/sanei.h"
#include "sane/sanei_net.h"
#include "sane/sanei_usb.h"
#include "sane/sanei_wire.h"
#include "sane/sanei_codec_bin.h"
#define BACKEND_NAME canondr
#define DEBUG_DECLARE_ONLY
#include "sane/sanei_backend.h"
#include "sane/sanei_config.h"
#include "Canon_DR.h"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Apr 2016 02:37:51 GMT</pubDate>
    <dc:creator>juni1</dc:creator>
    <dc:date>2016-04-12T02:37:51Z</dc:date>
    <item>
      <title>setting up ImageFormula DR-C225 on Linux</title>
      <link>https://community.usa.canon.com/t5/Office-Printers/setting-up-ImageFormula-DR-C225-on-Linux/m-p/169967#M4228</link>
      <description>&lt;P&gt;I just bought a Canon ImageFormula DR-C225 scanner.&amp;nbsp; My computer is running the Ubuntu 14.04 operating system.&amp;nbsp; The scanner itself did not come with a driver for Linux.&amp;nbsp; However, I was able to find one on &lt;A href="http://www.canon-europe.com" target="_blank"&gt;www.canon-europe.com&lt;/A&gt;.&amp;nbsp; That driver, however, needs to be built using the autoconf, configure, and make commands.&amp;nbsp; I am running into errors while attempting to build it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Make" gets stuck trying to use a file that it can't find.&amp;nbsp; I looked through all of the online forums I could find; many mentioned similar issues, but none had a solution that worked for me.&amp;nbsp; I called Canon's technical support line, and they told me that they don't provide technical support for the Linux scanner driver.&amp;nbsp; They suggested I call a local computer repair shop.&amp;nbsp; I left a message at a local computer repair shop, and they didn't return the message.&amp;nbsp; I searched for "Linux help [my city]," and was able to connect with a guy who teaches Linux classes for a living, and he had to admit that he wouldn't be able to help me with this.&amp;nbsp; I'm almost ready to send the scanner back to the store.&amp;nbsp; It's a shame because this scanner got such great reviews, for example, on pcmag.com (&lt;A href="http://www.pcmag.com/article2/0,2817,2472494,00.asp" target="_blank"&gt;http://www.pcmag.com/article2/0,2817,2472494,00.asp&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anybody here can make sense of it, the error message I get from "make" looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;client.c:30:24: fatal error: sane/sanei.h: No such file or directory
 #include "sane/sanei.h"
                        ^
compilation terminated.&lt;/PRE&gt;&lt;P&gt;I have inspected the client.c file, and it contains the following:&lt;/P&gt;&lt;PRE&gt;#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;stdlib.h&amp;gt;
#include &amp;lt;string.h&amp;gt;
#include &amp;lt;sys/types.h&amp;gt;
#include &amp;lt;unistd.h&amp;gt;
#include &amp;lt;fcntl.h&amp;gt;
#include &amp;lt;sys/socket.h&amp;gt;
#include &amp;lt;limits.h&amp;gt;
#include &amp;lt;errno.h&amp;gt;
#include &amp;lt;sys/wait.h&amp;gt;
#include "sane/sane.h"
#include "sane/sanei.h"
#include "sane/sanei_net.h"
#include "sane/sanei_usb.h"
#include "sane/sanei_wire.h"
#include "sane/sanei_codec_bin.h"
#define BACKEND_NAME canondr
#define DEBUG_DECLARE_ONLY
#include "sane/sanei_backend.h"
#include "sane/sanei_config.h"
#include "Canon_DR.h"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 02:37:51 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/Office-Printers/setting-up-ImageFormula-DR-C225-on-Linux/m-p/169967#M4228</guid>
      <dc:creator>juni1</dc:creator>
      <dc:date>2016-04-12T02:37:51Z</dc:date>
    </item>
  </channel>
</rss>

