Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2009-01-30 03:23:54
Size: 639
Editor: CarlNobile
Comment:
Revision 12 as of 2010-03-15 23:57:19
Size: 1509
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Using CUPS on Windows =
= Using a CUPS printer on Windows =
Line 5: Line 4:
First click on Start > Printers and Faxes. == Windows 7 ==
Line 7: Line 6:
This will pop up "Printers and Faxes" menu. Please follow the steps below to install the printer.
Line 9: Line 8:
Then click on "Add a printer" link which will pop up the "Add Printer Wizard".  1. Click Start, click Control Panel and double click Devices and Printers.
Line 11: Line 10:
Click on "Next" then "Add network printer, or a printer attached to another computer".  1. Click Add a Printer.
Line 13: Line 12:
Click on "Connect to a printer on the Internet or on a home or office network"  1. Select "Add a network, wireless or Bluetooth printer". It will
Line 15: Line 14:
In the "URL:" text area type "http://machine:631/printers/YourPrinterName" minus the quotes.  1. Select "Create a new port". Choose "Local Port" as the type of the port.
Line 17: Line 16:
If Windows finds your printer it will pop up a screen to let you choose your printer make and type. After choosing this you are done.  1. In the box "Enter a port name", type the address as in the following format.

{{{
http://[ip-address]:631/printers/[printer-name]
}}}

Then click Next.

6. Choose the correct driver in the driver list. If no available driver, click the button Windows Update, wait for the process finishes and then look for the driver again.

7. Finish the installation.

== Windows XP ==

1. First click on Start > Printers and Faxes.

2. This will pop up "Printers and Faxes" menu.

3. Then click on "Add a printer" link which will pop up the "Add Printer Wizard".

4. Click on "Next" then "Add network printer, or a printer attached to another computer".

5. Click on "Connect to a printer on the Internet or on a home or office network"

6. In the "URL:" text area type "`http://machine:631/printers/YourPrinterName`" minus the quotes.

Example (Assuming the printer name is lp on the printer server.):

{{{
http://example.net:631/printers/lp
}}}

If Windows finds your printer it will pop up a screen to let you choose your printer make and model. After choosing this you are done.

Using a CUPS printer on Windows

This is really quite simple.

Windows 7

Please follow the steps below to install the printer.

  1. Click Start, click Control Panel and double click Devices and Printers.
  2. Click Add a Printer.
  3. Select "Add a network, wireless or Bluetooth printer". It will
  4. Select "Create a new port". Choose "Local Port" as the type of the port.
  5. In the box "Enter a port name", type the address as in the following format.

http://[ip-address]:631/printers/[printer-name]

Then click Next.

6. Choose the correct driver in the driver list. If no available driver, click the button Windows Update, wait for the process finishes and then look for the driver again.

7. Finish the installation.

Windows XP

1. First click on Start > Printers and Faxes.

2. This will pop up "Printers and Faxes" menu.

3. Then click on "Add a printer" link which will pop up the "Add Printer Wizard".

4. Click on "Next" then "Add network printer, or a printer attached to another computer".

5. Click on "Connect to a printer on the Internet or on a home or office network"

6. In the "URL:" text area type "http://machine:631/printers/YourPrinterName" minus the quotes.

Example (Assuming the printer name is lp on the printer server.):

http://example.net:631/printers/lp

If Windows finds your printer it will pop up a screen to let you choose your printer make and model. After choosing this you are done.

CUPSWindows (last edited 2010-03-16 01:38:16 by CarlNobile)