I am using 8.0Pro and would like to know if someone can tell me how to set up CUPS for use with HPOJ 9.0 or if there is another HPOJ that I should be using. TIA David
I am using 8.0Pro and would like to know if someone can tell me how to set up CUPS for use with HPOJ 9.0 or if there is another HPOJ that I should be using.
First, is cups running? # ps -deaf | grep cups Second, try adding a printer by using the web interface (http://localhost:631) Print a test page. You will need to provide your root password to add a printer. I am assuming your system recognizes your printer... You may want to do some reading at www.linuxprinting.org. They have a nice printer database that recommends which driver works best with CUPS and your printer. Josh
On Fri, 28 Feb 2003 09:19:40 -0600 (CST) "Josh Trutwin" <josh@trutwins.homeip.net> wrote:
I am using 8.0Pro and would like to know if someone can tell me how to set up CUPS for use with HPOJ 9.0 or if there is another HPOJ that I should be using.
First, is cups running?
# ps -deaf | grep cups
I like to use "socklist" , it's easy to remember. Just look for 631. -- use Perl; #powerful programmable prestidigitation
zentara wrote:
On Fri, 28 Feb 2003 09:19:40 -0600 (CST) "Josh Trutwin" <josh@trutwins.homeip.net> wrote:
I am using 8.0Pro and would like to know if someone can tell me how to set up CUPS for use with HPOJ 9.0 or if there is another HPOJ that I should be using.
First, is cups running?
# ps -deaf | grep cups
I like to use "socklist" , it's easy to remember. Just look for 631.
When trying to install cups with apt-get I get the following:> Reading Package Lists... Done
Building Dependency Tree... Done You might want to run `apt-get -f install' to correct these: Sorry, but the following packages have unmet dependencies: cups: Depends: cups-client (= 1.1.15) but 1.1.12-69 is to be installed cups-client: Conflicts: plp Conflicts: lprold Conflicts: lprng but 3.8.5-49 is to be installed lprng: Conflicts: cups-client but 1.1.12-69 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). Do I need to remove the conflict packages. TIA David
On Saturday 01 March 2003 11:59 pm, DB Troll wrote:
zentara wrote:
On Fri, 28 Feb 2003 09:19:40 -0600 (CST)
"Josh Trutwin" <josh@trutwins.homeip.net> wrote:
I am using 8.0Pro and would like to know if someone can tell me how to set up CUPS for use with HPOJ 9.0 or if there is another HPOJ that I should be using.
First, is cups running?
# ps -deaf | grep cups
I like to use "socklist" , it's easy to remember. Just look for 631.
When trying to install cups with apt-get I get the following:> Reading Package Lists... Done
Building Dependency Tree... Done You might want to run `apt-get -f install' to correct these: Sorry, but the following packages have unmet dependencies: cups: Depends: cups-client (= 1.1.15) but 1.1.12-69 is to be installed cups-client: Conflicts: plp Conflicts: lprold Conflicts: lprng but 3.8.5-49 is to be installed lprng: Conflicts: cups-client but 1.1.12-69 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
On the HP OfficeJet PSC750 that I installed, printing wouldn't work until SANE was installed. Per instructions on www.lnuxprinting.org, download the hp-officeJet-0.90-62.i586.rpm from SuSE. xscanimage sees scanner only after these two commands: ptal-init start ptal-hp mlc:usb:PSC_750 device (your device may vary) Unit must be power-cycled (or USB reset) before printing (after scanning.) -- JAY VOLLMER JVOLLMER@VISI.COM TEXT REFS DOUBLEPLUSUNGOOD SELFTHINK VERGING CRIMETHINK IGNORE FULLWISE
-----Original Message----- From: Jay Vollmer <jvollmer@visi.com> To: DB Troll <hdbtroll@moment.net>, zentara <zentara@zentara.net>, SuSE-linux-e List <suse-linux-e@suse.com> Date: Sun, 2 Mar 2003 00:35:24 -0600 Subject: Re: [SLE] CUPS and HPOJ
On Saturday 01 March 2003 11:59 pm, DB Troll wrote:
zentara wrote:
On Fri, 28 Feb 2003 09:19:40 -0600 (CST)
"Josh Trutwin" <josh@trutwins.homeip.net> wrote:
I am using 8.0Pro and would like to know if someone can tell me how to set up CUPS for use with HPOJ 9.0 or if there is another HPOJ that I should be using.
First, is cups running?
# ps -deaf | grep cups
I like to use "socklist" , it's easy to remember. Just look for 631.
When trying to install cups with apt-get I get the following:> Reading Package Lists... Done
Building Dependency Tree... Done You might want to run `apt-get -f install' to correct these: Sorry, but the following packages have unmet dependencies: cups: Depends: cups-client (= 1.1.15) but 1.1.12-69 is to be installed cups-client: Conflicts: plp Conflicts: lprold Conflicts: lprng but 3.8.5-49 is to be installed lprng: Conflicts: cups-client but 1.1.12-69 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
On the HP OfficeJet PSC750 that I installed, printing wouldn't work until SANE was installed. Per instructions on www.lnuxprinting.org, download the hp-officeJet-0.90-62.i586.rpm from SuSE.
xscanimage sees scanner only after these two commands:
ptal-init start ptal-hp mlc:usb:PSC_750 device (your device may vary)
Unit must be power-cycled (or USB reset) before printing (after scanning.)
-- JAY VOLLMER JVOLLMER@VISI.COM TEXT REFS DOUBLEPLUSUNGOOD SELFTHINK VERGING CRIMETHINK IGNORE FULLWISE
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
That has NOTHING to do with his question. Yes you do need to remove the conflicting package in order to install cups. Ken
Ken Schneider wrote:
-----Original Message----- From: Jay Vollmer <jvollmer@visi.com> To: DB Troll <hdbtroll@moment.net>, zentara <zentara@zentara.net>, SuSE-linux-e List <suse-linux-e@suse.com> Date: Sun, 2 Mar 2003 00:35:24 -0600 Subject: Re: [SLE] CUPS and HPOJ
On Saturday 01 March 2003 11:59 pm, DB Troll wrote:
zentara wrote:
On Fri, 28 Feb 2003 09:19:40 -0600 (CST)
"Josh Trutwin" <josh@trutwins.homeip.net> wrote:
I am using 8.0Pro and would like to know if someone can tell me
how to
set up CUPS for use with HPOJ 9.0 or if there is another HPOJ that
I
should be using.
First, is cups running?
# ps -deaf | grep cups
I like to use "socklist" , it's easy to remember. Just look for 631.
When trying to install cups with apt-get I get the following:>
Reading
Package Lists... Done
Building Dependency Tree... Done You might want to run `apt-get -f install' to correct these: Sorry, but the following packages have unmet dependencies: cups: Depends: cups-client (= 1.1.15) but 1.1.12-69 is to be
installed
cups-client: Conflicts: plp Conflicts: lprold Conflicts: lprng but 3.8.5-49 is to be installed lprng: Conflicts: cups-client but 1.1.12-69 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages
(or
specify a solution).
On the HP OfficeJet PSC750 that I installed, printing wouldn't work until SANE was installed. Per instructions on www.lnuxprinting.org, download the hp-officeJet-0.90-62.i586.rpm from SuSE.
xscanimage sees scanner only after these two commands:
ptal-init start ptal-hp mlc:usb:PSC_750 device (your device may vary)
Unit must be power-cycled (or USB reset) before printing (after scanning.)
-- JAY VOLLMER JVOLLMER@VISI.COM TEXT REFS DOUBLEPLUSUNGOOD SELFTHINK VERGING CRIMETHINK IGNORE FULLWISE
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
That has NOTHING to do with his question.
Yes you do need to remove the conflicting package in order to install cups.
Ken
Thanks to all of you, I now have CUPS installed, still have a few config problems but will try to see if I can work them out. David
participants (5)
-
DB Troll
-
Jay Vollmer
-
Josh Trutwin
-
Ken Schneider
-
zentara