Installation guide
194 Chapter 21. Printer Configuration
• Support for IPP (next generation network printing protocol)
• Autodetection of network printers
• Web interface configuration tool
• Support for PPD printer description files
• Support for a wide-range of printers
21.11.1. Switching Print Systems
To use the CUPS printing system instead of LPRng, run the redhat-switch-printer applica-
tion using one of the following methods:
• On the GNOME desktop, go to the Main Menu Button (on the Panel) => Programs =>
System => redhat-switch-printer.
• On the KDE desktop, go to the Main Menu Button (on the Panel) => System => redhat-
switch-printer.
• Type the command redhat-switch-printer at a shell prompt (for example, in an XTerm
or GNOME terminal).
The program automatically detect if the X Window System is running. If it is running, the
program starts in graphical mode as shown in Figure 21-17. If X is not detected, it starts in
text-mode.
Figure 21-17. redhat-switch-printer
If you selected CUPS, you must make sure the lpd service is stopped and the cups service
is started:
/sbin/service lpd stop
/sbin/service cups start
If you selected LPRng, you must make sure the cups service is stopped and the lpd service
is started:
/sbin/service cups stop
/sbin/service lpd start
Also use chkconfig, ntsysv, or serviceconf to configure your sytsem to start the cups ser-
vice automatically and disable the lpd service. Refer to Chapter 8 for details.