Setting up a BizHub420 in UNIX
I had to setup a Minolta BizHub 420 multifunction device on SUN Solaris 9 (UNIX), this is how I did it (of course, from the command line):
Download the Linux driver for the printer from here.
Install the driver (PPD file) by copying the file (KO500UX.ppd) to /usr/share/cups/model/, then restart CUPS:
cp KO500UX.ppd /usr/share/cups/model/
/etc/init.d/cups restart
You can now [...]
