Changes between Version 5 and Version 6 of HowTo


Ignore:
Timestamp:
Aug 19, 2008, 3:28:03 PM (16 years ago)
Author:
losepete
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo

    v5 v6  
    3434'''Configuration of CUPS Printer'''
    3535
    36         '''USB printers'''
     36        '''Local printers - USB and Parallel attached'''
    3737
    3838        '''CUPS printer'''
     
    158158
    159159
    160 '''USB printers'''
    161 
    162 CUPS does not currently support printing to USB printers but there is a workaround.
    163 
    164 1] Create a Printer object using the Null printer driver and select the USB port as the Output Port in the printer object Properties
     160'''Local printers - USB and Parallel attached'''
     161
     162CUPS does not currently support printing to Local printers but there is a workaround.
     163
     1641] Create a Printer object using the Null printer driver and select the USB or LPTn port as the Output Port in the printer object Properties
    165165
    1661662] Start the OS/2 lpd daemon (\tcpip\bin\lpd.exe)
    167167
    168168
    169 When creating the CUPS printer in the below section (CUPS printer) use lpd://localhost/<printer_name> as the Device URI:  where <printer_name> is the name given to the OS/2 Printer object created in 1] above.
     169When creating the CUPS printer in the below section (CUPS printer) use lpd://localhost/<printer_name> as the Device URI:  where <printer_name> is the Physical name of the OS/2 Printer object - as shown on the Properties, View page - created in 1] above. Note this may not be the same as the name given to the printer during creation.
     170
     171eg
     172If you created a printer with the object name Canon iP4000 in the Printers folder open the Properties for that printer and check the name displayed on the View page - it shows CanoniP4 here. So in the above example the device URI should be
     173
     174lpd://localhost/CanoniP4
     175
     176
     177Thanks to Rodney and others who supplied the above information regarding using locally attached printers with CUPS.
     178
    170179[[BR]]
    171180[[BR]]
     
    177186Start \cups\sbin\cupsd.exe
    178187
    179 I created a program object for this with the Start Minimized and Close Window on exit checked in the Properties, Session tab. This object can be put in the Startup folder so that cupsd.exe is started automatically at bootup.
     188I created a program object for this with the Start Minimized and Close Window on exit checked in the Properties, Session tab; ther object should also have the Working directory as Drive:\cups\sbin. This object can be put in the Startup folder so that cupsd.exe is started automatically at bootup.
    180189
    181190