Quote:>I din't know RedHat have CUPS!
>I tried "printconf" and it doesn't exist ...
>I'm looking for LPR and LPD rmp files, but I don't know where they are!
>I got 3 Red Hat cds ... do you know what file should I look for ?
>( Sorry if I don't post any anwser for a week ... I'll be gone for vacations
>)
Well, if you're going to be gone for a week, I guess there is no hurry about this,
but, since I am working on this same business myself, I will at least point out
that CUPS and Gimp-Print don't want to coexist with some of the default printer
software. In other words, you should remove the packages:
printconf-gui
printconf
LPRng
if you find that they are installed.
With 7.3, it should be easy, because cups is already on your installation cd's.
Then you should be able to d/l the Gimp-Print tarball and install it with CUPS
support.
There is still the question of hardware compatibility. You have to check at some
website to see if your printer has good support for the Gimp-print with cups
drivers. Your printer appears to be "mostly" supported, which is better than
"partly", or "not at all", but not as good as "completely". Most of all, you
should go to Daniele Berti's website:
http://space.tin.it/computer/wvtberti/linux/stp_driver/gs_stp.htm#bui...
where you will get a detailed instructions how to install and configure gimp-print
with cups. Part of the web site is for using the Ghostscript approach, but Berti
strongly advocates that you ignore that approach and concentrate on CUPS +
Gimp=Print.
Someone can correct me if I'm wrong, but my method for uninstalling packages is to
log in as myself (regular user login), startx, and then put the RH installation cd
in the tray (you may have to go through them all to find everything). Hopefully,
the package manager will start automatically and you can see which packages you
have installed, and which ones are not installed (KDE's package manager is very
easy to understand). If you are like me, you have KDE desktop as user, and Gnome
desktop as root. If you have it the other way around, log in as root, because the
KDE package manager is easier (at least, I think so). Just click on the package
you want to install (or uninstall), click the install (or uninstall) button,
uncheck all the options (except check dependencies). If you are logged in as a
user, it will ask for your password, then it will install it (or uninstall it).
In my own case, I am using RH 7.2 and I d/l the CUPS rpm's (3 of them), plus the
Gimp-Print tarball. I had to uninstall the old printer packages first, and then
install the CUPS rpm's. I moved the Gimp-Print tarball to /tmp and unpacked it.
But when I ran:
./configure --with-cups --with-user-guide --with-samples, the procedure choked and
quit with something like this:
no acceptable cc in $PATH
I double checked my libs and devels, and added a couple that looked important.
Then I ran the ./configure thing again, and I got past the "no acceptable cc"
problem, but it choked and quit with something like this:
no output from lex...giving up.
Yesterday, I bought 7.3, so I'll see if I can get any further using the newer
updated libs, etc. I have an Epson C-80 which is supposed to work well with this
set-up. My kid likes The Gimp, so I want to make a print plug-in for him. If you
don't have The Gimp installed, you can still use Gimp-Print, but you have to
specify it (with an option) when you are making the software:
./configure --with-cups --without gimp --with-user-guide --with-samples
It's all in Berti's page:
http://space.tin.it/computer/wvtberti/linux/stp_driver/gs_stp.htm#bui...