Cups
From RHLUG
Printing with cups is pretty simple. IAIT keeps an updated list of printers at http://www.rose-hulman.edu/TSC/services/printers/.
Contents |
[edit] Single install
To set up a printer with cups:
- Install foomatic
- On Gentoo:emerge foomatic/foomatic-db/foomatic-db-engine with USE="cups ppds"
- Install/turn on cups
- Go to http://localhost:631 in a browser
- Click Administration
- Click Add Printer
- Name/Location/Description: dosn't really matter
- Device: AppSocket/HP JetDirect
- DeviceURI: socket://<hostname>.printer.rose-hulman.edu
- get <hostname> from http://www.rose-hulman.edu/TSC/services/printers/
- Make: HP
- Model: Select the closest match from http://www.rose-hulman.edu/TSC/services/printers/
- There should be a large list of printers for HP. If you do not have a long list (a hundred or more) you probably need to fix foomatic
[edit] Other things
- Set /etc/papersize to 'letter'
- You can use cups-pdf to print to PDF's
[edit] Mass install
To install all (as of 03-20-2005) the Rose printers at once: download rose_cups.tar.bz2 and read the README.
A cups configuration can be generated by using the scripts in gencups.tar.bz2.
[edit] Troubleshooting
If you have trouble installing printers for whatever reason, it might be because of your /etc/cups/cupsd.conf or some other file. I know this is the case on Fedora Core 6. In order to work around this you can either figure out why it's not working or use a different configuration: A tarball of my /etc/cups directory is available.

