If you do not have X installed and you do not want to use the text-based version, you can add a printer using the command line. This method is useful if you want to add a printer from a script or in the post of a kickstart installation.
To add a printer:
redhat-config-printer-tui --Xadd-local options |
Options:
The device node to use. For example, /dev/lp0. (required)
The IEEE 1284 MANUFACTURER string or the printer manufacturer's name as in the foomatic database if the manufacturer string is not available. (required)
The IEEE 1284 MODEL string or the printer model in the foomatic database if the model string is not available. (required)
The name to be given to the new queue. (optional) If one is not given, a name based on the device node (such as "lp0") will be used.
Set this as the default queue. (optional)
After adding the printer, use the following command to start/restart the printer daemon, lpd:
service lpd restart |