1. Install print/cups (yes the full wrapper port)
2. Edit your /etc/make.conf by adding a line that says no LPR
3. Add CUPS_ENABLE="YES" to your /etc/rc.conf
4. Manually start cups (run "cupsd" as root)
5. Point your web browser to http://localhost:631
6. Click on adminstration-->Add Printer
7. Enter what ever you want on the first screen
8. (This step will vary based on how your printer is connected... in
this case I assume it is networked like mine is)
if your printer is a standard network printer CUPS should find it
automatically if it doesn't otherwise socket://[IP] where IP is the IP
of the printer (you will have to search the web perhaps for
non-network printers)
9. Enter the type of printer it is off the menu (cannon is not limited
so you will need to search for the right PPD file)
10. Click on add-printer
11. The user name and password is the user name and password for any
account on the machine (I have never tested anything but root or my
personal account)
12. Print a test page if everything has gone well proceed if not try
to figure out what you missed
13. Click on printers and set the new printer to be your default printer
14. Since by default the base system installs lpd when it is installed
you need to deinstall it the easiest way to do this as root do:
rm /usr/bin/lp* /usr/sbin/lp*
15. If everything has gone well up to now try to print from the
command line with something like "lpr /etc/passwd"
16. If step 15 worked reboot and try to print again
17. (only if you have a desktop manager or other GUI stuff installed)
Make sure that all your commonly used GUI applications can print
18. Your done (well almost)
19. (optional) if you do a lot of command line printing you may want
to install a pritty print program like print/enscript-letter and alias
it to lpr in your .cshrc or the equiv
20. Now your done
AFAIR, this is one of the difficult to get working models in FreeBSD (or
linux for that matter). CUPS does not support it directly (it is a
'winprinter'). Canon has a linux driver here:
http://software.canon-europe.com/software/0022414.asp?model=
and this can probably be adapted (if if contains a PPD for CUPS) but
this may not be the easiest task.
Other than that, I always found the following wiki entry in
desktopbsd.net easy to follow for a successful CUPS setup:
http://desktopbsd.net/wiki/doku.php?id=doc:printing