<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  
  
  <channel>
    <title>chrisjrob: cups</title>
    <link>https://chrisjrob.com</link>
    <atom:link href="https://chrisjrob.com/tag/cups/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>Howto | Install Print System</title>
      <link>https://chrisjrob.com/2009/03/21/install-print-system/</link>
      <pubDate>Sat, 21 Mar 2009 06:06:29 +0000</pubDate>
      <author>chrisjrob@gmail.com (Chris Roberts)</author>
      <guid>https://chrisjrob.com/2009/03/21/install-print-system</guid>
      <description>
       <![CDATA[
         
         <p>This document is certainly incomplete and possible inaccurate, please proceed with caution:</p>

<h2 id="install-cups-print-system">Install Cups Print System</h2>

<p>This also installs printer libraries, printing for GIMP, additional fonts etc.</p>

<!--more-->

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>$ sudo apt-get install cupsys cupsys-client cupsys-bsd cupsys-driver-gimpprint cups-pdf cupsys-pt cupsys-driver-gutenprint libgutenprint2 gutenprint-doc gutenprint-locales foomatic-db-gutenprint foomatic-db-engine foomatic-db foomatic-db-hpijs foomatic-filters foomatic-filters-ppds hplip hplip-doc hp-ppd hpijs hpijs-ppds hplip-data python-qt3 python-sip4 psfontmgr ttf-kochi-mincho ttf-arphic-bkai00mp ttf-arphic-bsmi00lp ttf-arphic-gbsn00lp ttf-arphic-gkai00mp ttf-baekmuk gs-cjk-resource xpp linuxprinting.org-ppds 
</code></pre></div></div>

<h2 id="wine-printing">Wine Printing</h2>

<p>See: http://frankscorner.org</p>

<p>Another way to print in Wine, steps:</p>

<ul>
  <li>regedit</li>
  <li>in <code class="language-plaintext highlighter-rouge">HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Print\Printers\~cups_printer_name~</code></li>
  <li>find the key “Port”</li>
  <li>change it’s value to <code class="language-plaintext highlighter-rouge">|kprinter</code> for KDE</li>
</ul>

<p>When the user wants to print, the standard print dialog appears.</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>
    
  </channel> 
</rss>
