Changes

Jump to navigation Jump to search
Line 3: Line 3:     
===Support===
 
===Support===
For questions or comments regarding this HOWTO, contact [mailto:shiena@compsos.com.au Shiena Tadeo] of [http://www.compsos.com.au Computing SOS].
+
For questions or comments regarding this HOWTO, contact [mailto:shiena@compsos.com.au Shiena] of [http://www.compsos.com.au Computing SOS].
    
===Install Jbig-Kit===
 
===Install Jbig-Kit===
Line 28: Line 28:  
</pre>
 
</pre>
 
</ol>
 
</ol>
===Install SpliX===
+
===Install SpliX if you use Samsung Printer===
 +
<p>SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language) printers. If you have such a printer, you need to download and use SpliX. If you're not using Samsung printer, then no need to install SpliX.</p>
 
<ol>
 
<ol>
 
<li>Download SpliX 2.0.0 (latest version at the time of writing)</li>
 
<li>Download SpliX 2.0.0 (latest version at the time of writing)</li>
Line 47: Line 48:  
</pre>
 
</pre>
 
</ol>
 
</ol>
 +
 
===Install GhostScript===
 
===Install GhostScript===
 +
<p>Check if you have GhostScript installed by issuing "rpm -qa | grep ghostscript", if you have then jump to the next step.</p>
 
<ol>
 
<ol>
 
<li>Download and install GhostScript</li>
 
<li>Download and install GhostScript</li>
Line 55: Line 58:  
</pre>
 
</pre>
 
</ol>
 
</ol>
 +
 
===Install CUPS===
 
===Install CUPS===
 
<ol>
 
<ol>
<li>Install cups from sme-contribs</li>
+
<li>Install CUPS from sme-contribs (version 1.3.7 is the latest version at the time of writing)</li>
 
<pre>yum install --enablerepo=smecontribs cups</pre>
 
<pre>yum install --enablerepo=smecontribs cups</pre>
 
<li>Update SME</li>
 
<li>Update SME</li>
 
<pre>signal-event post-upgrade</pre>
 
<pre>signal-event post-upgrade</pre>
 +
<li>Start CUPS</li>
 +
<pre>/etc/init.d/cups start</pre>
 +
<li>To start CUPS everytime a server reboots.</li>
 +
<pre>ln -s /etc/init.d/cups /etc/rc7.d/S93cups
 +
ln -s /etc/init.d/cups /etc/rc6.d/K93cups
 +
</pre>
 
</ol>
 
</ol>
 +
 
===Access CUPS Administration Page===
 
===Access CUPS Administration Page===
 
<ol>
 
<ol>
Line 96: Line 107:  
* Now do a test print.
 
* Now do a test print.
 
</ol>
 
</ol>
 +
 +
[[Category: Howto]]
 +
[[Category: Administration:Printing]]
75

edits

Navigation menu