I'd go to linuxprinting.org. There you can download ppd files for cups to add support for your printer. In this case, it looks like the standard drive is hpijs. I've heard rumors that it actually supports postscript too, which is interesting. Cups doesn't have your printer listed in redhat 8.0's default install. However you can download a ppd file from http://www.linuxprinting.org/show_driver.cgi?driver=hpijs-rss (it generates them on the fly) and gzip it and put it in /usr/share/cups/model. Then restart cups.
Since you have cups installed, you should use cups to configure the printer. Just make sure you have the "cups-drivers-hpijs" and "hpijs" rpms installed. Make sure cups is running (/etc/init.d/cups restart -- it may take a minute to start the first time). Go to http://localhost:631 and configure your printer there. It's very straightforward. Pick the cups hpijs driver associated with your printer. I hope you used rpms to install cups because then the debian alternatives program will be able to swap it in in place of LPR (I know we're on RedHat 8 here, right?) To make sure CUPS is the default printing system do: alternatives --config print Then select cups. I really like cups. In OS X, the advanced printer setup takes you straight to the web interface of cups. Guess they recognize as good thing when they see it. Michael On Thu, 2003-02-20 at 20:31, James Nickerson wrote: > I've just hit the point where my frustration and inexperience overcome > my pride and innovative ability, in trying to get my printer working. > linuxprinting.org seems to be the main authority and source/link to > related software, but no matter what I've tried I've been met with > failure. I'm trying to get my HP Deskjet 3820 to work with my RedHat 8 > installation. Native redhat doesn't even get close when it comes to > configuring the printer -- thinks its a 950C or something, though it > supposedly does pick the hpijs driver which is reported to be the most > appropriate for my printer as well. Foomatic looks like the simplest > solution, but after installing cups and foomatic I get: > > [EMAIL PROTECTED] iacov]# foomatic-configure -s cups -n DJ3820 -c file:/dev/lp0 > -p HP-DeskJet_3820 -d hpijs-rss -o PageSize=A4 > lpadmin: Unable to connect to server: Connection refused > Could not set up/change the queue "DJ3820"! > > Here's the info from foomatic-configure O | less: > > <printer> > <id>HP-DeskJet_3820</id> > <make>HP</make> > <model>DeskJet 3820</model> > <functionality>A</functionality> > <driver>hpijs-rss</driver> > <autodetect> > <!--no known parport probe information--></autodetect> > <drivers> > <driver>hpijs</driver> > <driver>hpijs-rss</driver> > </drivers> > </printer> > > Any tips or ideas are appreciated > > > > > > > > > > ____________________ > BYU Unix Users Group > http://uug.byu.edu/ > ___________________________________________________________________ > List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list -- Michael L Torrie <[EMAIL PROTECTED]> ____________________ BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________ List Info: http://phantom.byu.edu/cgi-bin/mailman/listinfo/uug-list
