<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: printing</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/printing/feed/index.xml" rel="self" type="application/rss+xml" />
    <description>GNU Linux, Perl and FLOSS</description>
    <language>en-gb</language>
    <pubDate>Fri, 13 Feb 2026 17:22:31 +0000</pubDate>
    <lastBuildDate>Fri, 13 Feb 2026 17:22:31 +0000</lastBuildDate>
    
    <item>
      <title>Ubuntu Simple Scan HP All in One</title>
      <link>https://chrisjrob.com/2016/01/02/ubuntu-simple-scan-hp-all-in-one/</link>
      <pubDate>Sat, 02 Jan 2016 12:14:12 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2016/01/02/ubuntu-simple-scan-hp-all-in-one</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/hp-j6410.jpg" align="right" alt="Featured Image">
         
         <p>At home we have an HP OfficeJet J6410 printer, which has worked brilliantly for years. 
Unlike every previous printer we’ve owned, this printer sits happily on our network and seems perfectly content to be used only very occasionally, whereon it willingly responds with decent quality prints and scans.</p>

<p>I have set up the printer with a static IP address and so the scanning is managed via the web interface <code class="language-plaintext highlighter-rouge">http://192.168.0.100/webScan</code>, whereon the scanned image opens a new tab in the browser, enabling you to save to wherever.</p>

<p>This printing and scanning Nirvana hit a road bump today, when it just instantly went to “Scan done” and failed to actually do anything.
Rebooting the laptop, the printer and clearing temporary internet files all failed to resolve the problem, as did changing from Chrome to Firefox.</p>

<!--more-->

<p>In desperation I tried running Ubuntu Simple Scan, but predictably enough it did not find the printer. 
A quick Internet search took me to <a href="https://help.ubuntu.com/community/HpAllInOne">this excellent Ubunutu community page</a>.</p>

<p>I opened a terminal and typed:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ hp-makeuri 192.168.0.100

CUPS URI: hp:/net/Officejet_J6400_series?ip=192.168.0.100
SANE URI: hpaio:/net/Officejet_J6400_series?ip=192.168.0.100
HP Fax URI: hpfax:/net/Officejet_J6400_series?ip=192.168.0.100

Done.
</code></pre></div></div>

<p>I then typed (taking the SANE URI from above):</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ simple-scan hpaio:/net/Officejet_J6400_series?ip=192.168.0.100
</code></pre></div></div>

<p>And it worked perfectly! Flushed with success I read on to see how to make this a permanent fixture, and it turned out that all I needed to do was configure the CUPS URI for the printer itself (it was previously set to something like <code class="language-plaintext highlighter-rouge">socket://192.168.0.100</code>):</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ vim /etc/cups/printers.com

DeviceURI hp:/net/Officejet_J6400_series?ip=192.168.0.100
</code></pre></div></div>

<p>And now simply running Ubuntu Simple Scan works perfectly.</p>

<p>Thank you Ubuntu community!</p>


       ]]>
      </description>
    </item>
    
    <item>
      <title>Konica Minolta C250 Printing Problems</title>
      <link>https://chrisjrob.com/2008/08/23/konica-minolta-c250-printing-problems/</link>
      <pubDate>Sat, 23 Aug 2008 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2008/08/23/konica-minolta-c250-printing-problems</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/c250.png" align="right" alt="Featured Image">
         
         <p>A month ago I wrote about <a href="/2008/07/23/konica-minolta-c250-printing-problems/">our problems printing to our colour photocopier</a>.  Well this problem is still hurting us.  I have tried setting up cups to work by lpr, ipp, http, socket and jetdirect.  Amazingly I was able to print CUPS test pages from most of these, but without it making any difference to the problem.  I have tried switching off CUPS in Iceweasel, so that it prints via kprinter (see Configure Iceweasel to print via kprinter), but amazingly the problem continues.</p>

<!--more-->

<p>Looking through the CUPS error.log, I noted an error on locale, so I reconfigured:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo dpkg-reconfigure locales
</code></pre></div></div>

<p>And I added the three en_GB locales, and set the UTF-8 as the default.  I also change the test web-page to use en_GB.  This eradicated the error messages, but did not induce the photocopier to print.</p>

<p>I have tried using four different PPDs from Konica Minolta and from <a href="http://openprinting.org">OpenPrinting.org</a>, but without any difference.</p>

<p>This is without doubt the most intractable problem that I have as yet encountered in Linux.</p>

<p>Interestingly, I <em>was</em> able to print the same webpage from Iceweasel3 <a href="/2008/08/20/kubuntu-to-debian-sid/">from my new Debian Sid PC</a>.  When setting up the printer the PPD was already available from within CUPS, which I will need to investigate further, although my suspicion is that the key change is the browser.  Maybe I need to upgrade to Iceweasel 3, although this is only available in Experimental at present, which would not be sensible for our LTSP server.</p>

<p>I do feel that I am between a rock and a hard place.</p>

       ]]>
      </description>
    </item>
    
    <item>
      <title>Konica Minolta C250 Printing Problems</title>
      <link>https://chrisjrob.com/2008/07/23/konica-minolta-c250-printing-problems/</link>
      <pubDate>Wed, 23 Jul 2008 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2008/07/23/konica-minolta-c250-printing-problems</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/c250.png" align="right" alt="Featured Image">
         
         <p>Since making the transition to Linux we have been unable to print reliably to our Konica Minolta C250 colour photocopier.  Basically only simple print jobs will print, more complicated print jobs never come through, the data light flashes indefinitely and the photocopier needs to be rebooted.  In particular we have problems printing PDFs and wep-pages in Iceweasel. Web-pages in Konqueror seem okay, which makes you think that the problem is with the non-KDE applications, but the PDFs that won’t print from Acrobat Reader, also won’t print from KPDF.</p>

<!--more-->

<p>We have tried various drivers from Konica Minolta, including C250, C252 and C253, but with no improvement.</p>

<p>In particular we have problems printing PDFs and wep-pages in Iceweasel.  Web-pages in Konqueror seem okay, which makes you think that the problem is with the non-KDE applications, but the PDFs that won’t print from Acrobat Reader, also won’t print from KPDF.</p>

<p>I am fortunate in having some help from <a href="http://www.thamesgroup.com/">Transcribe Thames</a>.  Simon has set-up an Ubuntu desktop and has proved that he can print fine to a C250.  Simon felt that the only difference between our two set-ups was the fact that we still had windows active directory LDAP authentication on it.  I have today removed, but printing is not improved.</p>

<p>The ability to print in colour is important to us, and the fact that as I roll-out Linux, each user loses the ability to print in colour, is not good.  Hopefully I will have more success tomorrow.</p>


       ]]>
      </description>
    </item>
    
    <item>
      <title>Konica Minolta C250 Printing Problems</title>
      <link>https://chrisjrob.com/2008/07/05/konica-minolta-c250-printing-problems/</link>
      <pubDate>Sat, 05 Jul 2008 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2008/07/05/konica-minolta-c250-printing-problems</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/c250.png" align="right" alt="Featured Image">
         
         <h2 id="the-issue">The Issue</h2>

<p>From Linux, only simple print jobs will print, more complicated print jobs never come through, the data light flashes indefinitely and the photocopier needs to be rebooted.</p>

<p>We have tried various drivers from Konica Minolta, including C250, C252 and C253, but with no improvement.</p>

<!--more-->

<p>In particular we have problems printing PDFs and wep-pages in Iceweasel.  Web-pages in Konqueror seem okay, which makes you think that the problem is with the non-KDE applications, but the PDFs that won’t print from Acrobat Reader, also won’t print from KPDF.</p>

<h2 id="progress">Progress</h2>

<p>I am fortunate in having some help from <a href="http://www.thamesgroup.com/">Transcribe Thames</a>.  Simon has set-up an Ubuntu desktop and has proved that he can print fine to a C250.  Simon felt that the only difference between our two set-ups was the fact that we still had windows active directory LDAP authentication on it.  I have today removed, but printing is not improved.</p>

<h2 id="next-step">Next Step</h2>

<p>Simon has asked me to try again on a fresh Ubuntu desktop.</p>


       ]]>
      </description>
    </item>
    
    <item>
      <title>Changes to the website</title>
      <link>https://chrisjrob.com/2008/07/05/changes-to-the-website/</link>
      <pubDate>Sat, 05 Jul 2008 00:00:00 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2008/07/05/changes-to-the-website</guid>
      <description>
       <![CDATA[
         
           <img src="https://chrisjrob.com/assets/ltsp_logo.png" align="right" alt="Featured Image">
         
         <p>I can’t believe a week has passed, with no blog entry.  Apologies.</p>

<p>This week I have added my About Linux and About Windows pages, including Why Linux and Protecting your Windows PC.  I hope that these pages will help users to recognise the issues running Windows systems and consider using Linux instead.  I have also moved my Windows for Linux page under the About Linux.  Still don’t think I have the site layout quite right yet, so don’t be surprised if they all move around again!</p>

<!--more-->

<p>This week has seen a big push to get our last Windows users over to LTSP.  It’s gone pretty well, although we still have problems printing to our <a href="/2008/07/05/konica-minolta-c250-printing-problems/">Konica Minolta C250 photocopier</a>.  I have three users remaining, all three of which will prove the greatest challenge, but also the greatest opportunity - in some ways they have the most to gain from Linux.  They just don’t know it yet!</p>


       ]]>
      </description>
    </item>
    
  </channel> 
</rss>
