Difference between revisions of "Printer Drivers for Windows Workstations"

From SME Server
Jump to navigationJump to search
m (Changed Category HowTo to Howto so it will appear in the Howto category)
m
Line 4: Line 4:
 
===Printer Driver Installation===
 
===Printer Driver Installation===
 
<ol><li> Login to the SME server command-line and run the following commands:</li>
 
<ol><li> Login to the SME server command-line and run the following commands:</li>
  # db configuration setprop smb UseClientDriver no
+
  db configuration setprop smb UseClientDriver no
  # expand-template /etc/samba/smb.conf
+
  expand-template /etc/samba/smb.conf
  # service smb restart
+
  service smb restart
 
<li> Add the printer on the server-manager page</li>
 
<li> Add the printer on the server-manager page</li>
 
<li> From a Windows client, (logged in as admin) click start run and type \\servername</li>
 
<li> From a Windows client, (logged in as admin) click start run and type \\servername</li>

Revision as of 02:39, 24 August 2007

Install Windows Printer Drivers for SME Shared Printers

Install printer drivers as described below in order to allow your Windows Workstations to find and install the drivers for shared network printers automatically.

Printer Driver Installation

  1. Login to the SME server command-line and run the following commands:
  2. db configuration setprop smb UseClientDriver no expand-template /etc/samba/smb.conf service smb restart
  3. Add the printer on the server-manager page
  4. From a Windows client, (logged in as admin) click start run and type \\servername
  5. Double click Printers and Faxes
  6. Right Click on the printer you added in step 2
  7. click Properties
  8. Click the Advanced tab
  9. Click New Driver
  10. Follow the wizard to add the driver for the printer added in step 2
  11. Click Apply

References