Changes between Version 5 and Version 6 of CupsFaq


Ignore:
Timestamp:
Nov 7, 2010, 1:50:18 PM (13 years ago)
Author:
Alex Taylor
Comment:

Add directions for installing SMB support

Legend:

Unmodified
Added
Removed
Modified
  • CupsFaq

    v5 v6  
    2626<li><a href="#2_9">2.9.  Where should I define the printer settings: in the OS/2 printer properties, or in CUPS?</a>
    2727<li><a href="#2_10">2.10.  How do I upgrade to a new version?</a>
     28<li><a href="#2_11">2.11.  How do I connect to a SMB printer?</a>
    2829</ul></p>
    2930
     
    494495
    495496<p>If your printer is being shared by a Windows, OS/2 Peer, LAN Server, or Samba
    496 file/print server, then you will probably need to use SMB.  Otherwise, choose
    497 whichever of the TCP/IP-based protocols your printer (or its print server)
    498 supports best.
     497file/print server, then you will probably need to use SMB (see <a href="#2_11">
     498question 2.11</a>).  Otherwise, choose whichever of the TCP/IP-based protocols
     499your printer (or its print server) supports best.
    499500
    500501<p>Of course, it's quite likely that more than one of them is supported.  In
     
    680681<dt><u>Gutenprint</u>
    681682<dd>TODO<p>
    682 
    683683</dl>
     684
     685
     686<p><br><a name="2_11"></a>
     687<h3>2.11.  How do I connect to a SMB printer?</h3>
     688
     689<p>To set up a printer using the SMB/CIFS (i.e. Peer/Samba/Windows network)
     690protocol, an extra step is required.</p>
     691
     692<p>Specifically, you need to obtain the file <tt>smbspool.exe</tt> from the
     693OS/2 Samba client port.  Rename this file to <tt>smb.exe</tt> and place it
     694in the <tt>/cups/lib/cups/backend</tt> directory.  The next time you go into
     695the "Add printer" page in the CUPS Adminstration GUI, you should see a new
     696option for "Windows or SAMBA" printer listed.</p>
     697
     698<p>Enter the URI in the form:
     699<pre>
     700smb://<i>username</i>:<i>password</i>@<i>hostname</i>/<i>queue</i>
     701</pre>
    684702
    685703