<?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 Re: Printing with Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059210#M63040</link>
    <description>Hi Matti,&lt;BR /&gt;Version of Linux... I'm really not a Linux expert.  What command will give me that (we're not using the GUI).  I just tried using lp to print the raw file, but it didn't work (the bar code didn't print).</description>
    <pubDate>Thu, 23 Aug 2007 08:59:40 GMT</pubDate>
    <dc:creator>John R Sherman</dc:creator>
    <dc:date>2007-08-23T08:59:40Z</dc:date>
    <item>
      <title>Printing with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059208#M63038</link>
      <description>Can anyone give me info on print commands under Linux (Red Hat)?  I'm trying to print bar codes and the PCL commands are printing instead of bar codes (HP1320 printer).  Are there any Linux commands that will send files to the printer?&lt;BR /&gt;Thanks,&lt;BR /&gt;John Sherman</description>
      <pubDate>Thu, 23 Aug 2007 08:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059208#M63038</guid>
      <dc:creator>John R Sherman</dc:creator>
      <dc:date>2007-08-23T08:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059209#M63039</link>
      <description>Which version of RedHat? And RedHat may have several printing engines available in each distribution: are you using CUPS, LPRng or something else?&lt;BR /&gt;&lt;BR /&gt;How is the printer connected? If it uses a parallel or USB connection, you can use basic commands like "cat" to bypass the print spooler and send files directly to the printer:&lt;BR /&gt;&lt;BR /&gt;cat filename &amp;gt; /dev/lp0&lt;BR /&gt;cat filename &amp;gt; /dev/usb/lp0&lt;BR /&gt;&lt;BR /&gt;If you're using a JetDirect connection, you might use the "rlpr" command or dump the data to printer's network port (TCP/9100) using netcat (nc) or even "telnet printername 9100 &amp;lt; filename".&lt;BR /&gt;&lt;BR /&gt;Bypassing the print spooler on a parallel- or USB-connected printer usually requires more permissions than the normal user has. It's also not recommended when multiple users may be trying to print simultaneously.&lt;BR /&gt;&lt;BR /&gt;Regardless of which print spooling engine you're using, the normal printing command is generally either "lp" or "lpr". CUPS uses "lp" natively, but it can provide the "lpr" command too if you have something that requires BSD-style printing commands. &lt;BR /&gt;&lt;BR /&gt;Both styles of commands can have various options to bypass automatic format detection and send the file to the printer explicitly as-is. Usually the options are "lp -o raw" or "lpr -l".&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 23 Aug 2007 08:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059209#M63039</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-08-23T08:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059210#M63040</link>
      <description>Hi Matti,&lt;BR /&gt;Version of Linux... I'm really not a Linux expert.  What command will give me that (we're not using the GUI).  I just tried using lp to print the raw file, but it didn't work (the bar code didn't print).</description>
      <pubDate>Thu, 23 Aug 2007 08:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059210#M63040</guid>
      <dc:creator>John R Sherman</dc:creator>
      <dc:date>2007-08-23T08:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059211#M63041</link>
      <description>If it's a RedHat Linux, then "cat /etc/redhat-release" should display the version. If this works, it's either RedHat Linux 9 or older (=way out of support) or one of the RedHat Enterprise Linux distributions.&lt;BR /&gt;&lt;BR /&gt;If it's one of the RedHat's free Fedora distributions, then examine /etc/fedora-release.&lt;BR /&gt;&lt;BR /&gt;If the lp command caused at least *something* to print, the output of "lpstat -v" might tell us more about how your printer is connected. "lpstat -l -p" and "lpoptions" output listings might also help.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 24 Aug 2007 07:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059211#M63041</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-08-24T07:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Printing with Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059212#M63042</link>
      <description>"printconf-tui"&lt;BR /&gt;&lt;BR /&gt;# whereis printconf-tui&lt;BR /&gt;printconf-tui: /usr/sbin/printconf-tui&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Oct 2007 18:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/printing-with-linux/m-p/4059212#M63042</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-10-23T18:53:18Z</dc:date>
    </item>
  </channel>
</rss>

