apsfilter - hpijs dependence

2010-08-13 Thread Chuck Bacon

In all FreeBSD-8.* so far, apsfilter can't be installed because of
a dependenct on hpijs, apparently through foomatic.  Is there a fix?
I have no HP printer, so... a workaround?  I find cups to be opaque,
at my level at least :-(
Thanks for previous help and present hope!
c...@cape.com
ABHOR SECRECY - DEFEND PRIVACY
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: HP Deskjet 9800 with hpijs driver

2007-11-26 Thread Predrag Punosevac

Aryeh M. Friedman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Erin McNew wrote:
  

I've been trying to get my photo printer working recently, and seem to have
run into a bit of a snag.  I just tried to print out a picture as a test,
and instead of a picture, I got: PCL commands across the top of one page of
photo paper, and the printer spewed the rest of my paper out empty (taught
me an important lesson about testing without having large quantities of
photo paper in the printer...)
Anyway, I was looking on google, and I don't seem to see other people


having
  

this problem, but I'm not sure what I could've done wrong.  I'm using the
hpijs driver, which is supposed to work perfectly under linux, and works
perfectly for my other hp printer.  Is this printer just not supported by
FreeBSD?  I couldn't find anything that stated directly either way in my
quick googling, so I was hoping somebody here might have some ideas for
things to check, etc.



My 6980 has the same problem with hpijs and hplip... try cups (it
should autodetect)


  
Printing under Linux and FreeBSD are for all practical purposes 
identical. If it works under Linux is should work under FreeBSD.

Which printer spooler are you using LPD, LPRng, CUPS, HPLIP/CUPS or PDQ?

I personally like to use native LPD spooler. Since your printer is 
supported by hpijs the driver is included in apsfilter (or apsfilter 
will install hpijs port by default) which  you compile form ports 
/usr/ports/print/apsfilter


lpd_enable=YES in  /etc/rc.conf file 


Alter the permission so that the daemon can access the printer as

/etc/devfs.conf

perm lpt0 0666 #for parallel port printer
perm ulpt0 0666 #for USB printer

Then cd /usr/local/share/apsfilter and run the script ./SETUP

The rest is self-explanatory. If you get a message about your version of 
ghostscript just ignore. You probably have much newer version of 
Ghostscript than apsfilter expect to find.
The apsfilter is more than a filter. It will help you edit your printcup 
file, it will convert files to ps and finally it will let you choose the 
drivers .
The only drivers which from the apsfilter list are gutenprint drivers. 
If you need them make sure your compile gutenprint with the tag

without CUPS.

||
If you need more complicated printer policies you probably want to use 
LPRng or CUPS.


This is the link to beautiful HPLIP  how to 
http://dsteinbrook.googlepages.com/hpliponfreebsd

Make sure you read the thing about the kernel.

Bare in mind couple of thins. HPLIP does not support parallel port 
printers! Whatever they say on HPLIP forum is lie. They do not despite
the fact that hpijs did. They support parallel port printers which are 
free standing printer servers via the web not by attaching them directly.


The proper way to enable HPLIP is to start HPLIP daemons first and than 
CUPS daemon by let say editing /etc/rc.conf file and rebooting.
The proper way to add the printer to HPLIP is to use CUPS 
http://localhost:631 and add the printer and then use HPLIP-toolbox and 
other

goodies.

HPLIP will just unlock full functionality of your printer. (Toner 
status, all in one devices etc)


Do not forget to put lpd_enable=NO in /etc/rc.conf and hide native 
lp,lps,lpr,lpq commands so that you can use the same CUPS commands.


If you need PPD file for your printer you can download from 
http://www.linux-foundation.org/en/OpenPrinting

but you can also generate your own using foomantic-rip.

I gave you sort of general how to. If you have more specific questions 
and can generate some log files that would help a lot.


Cheers,
Predrag





- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHSm26J9+1V27SttsRAmvKAKCNmRnACVy4blTZ/VfTDCKHLa2tKQCfdhZD
yn4yMOzU/5U4K65hG2Kljxg=
=K2OD
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HP Deskjet 9800 with hpijs driver

2007-11-26 Thread Gerard Seibert
 On November 26, 2007 at 01:23AM Erin McNew wrote:

 I've been trying to get my photo printer working recently, and seem to have
 run into a bit of a snag.  I just tried to print out a picture as a test,
 and instead of a picture, I got: PCL commands across the top of one page of
 photo paper, and the printer spewed the rest of my paper out empty (taught
 me an important lesson about testing without having large quantities of
 photo paper in the printer...)
 Anyway, I was looking on google, and I don't seem to see other people having
 this problem, but I'm not sure what I could've done wrong.  I'm using the
 hpijs driver, which is supposed to work perfectly under linux, and works
 perfectly for my other hp printer.  Is this printer just not supported by
 FreeBSD?  I couldn't find anything that stated directly either way in my
 quick googling, so I was hoping somebody here might have some ideas for
 things to check, etc.

Do you have the 'hplip' port installed (/print/hplip)? You can find
information regarding it here: http://hplip.sourceforge.net/.

I am presently using it with a C6180 and it works fine. It was the first time
I got that machine to work right under anything but Windows.

According to the web site, your printer is supported. You will need cups
installed to make it all work correctly however, or at least I did.


-- 
Gerard
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HP Deskjet 9800 with hpijs driver

2007-11-26 Thread Erin McNew
On Nov 25, 2007 11:27 PM, Matthias Apitz [EMAIL PROTECTED] wrote:

 El día Sunday, November 25, 2007 a las 10:23:05PM -0800, Erin McNew
 escribió:

  I've been trying to get my photo printer working recently, and seem to
 have
  run into a bit of a snag.  I just tried to print out a picture as a
 test,
  and instead of a picture, I got: PCL commands across the top of one page
 of
  photo paper, and the printer spewed the rest of my paper out empty
 (taught
  me an important lesson about testing without having large quantities of
  photo paper in the printer...)
  Anyway, I was looking on google, and I don't seem to see other people
 having
  this problem, but I'm not sure what I could've done wrong.  I'm using
 the
  hpijs driver, which is supposed to work perfectly under linux, and works
  perfectly for my other hp printer.  Is this printer just not supported
 by
  FreeBSD?  I couldn't find anything that stated directly either way in my
  quick googling, so I was hoping somebody here might have some ideas for
  things to check, etc.
 
  Thanks!
  ~TuxGirl

 Maybe it could help if you explain exactly how do you print the
 file, from command line or from some kind of application?
 The PCL across the top of one page, does it looks like stairs?
 I.e. does start the 2nd line where 1st line ends?

matthias


Ok.  Let's see what other information I can provide.

I was printing from the gimp.  I looked at the printer setup, and it said
that it was using lpr.
As for the PCL, the first line was pretty short, and the second line did
start indented.  I don't recall if it started where the first ended, but if
not, it was close to that.  I couldn't see any further lines, but apparently
there were more, as the printer kept spitting out pages...

Thanks!
~Erin

-- 
http://www.tuxgirl.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HP Deskjet 9800 with hpijs driver

2007-11-26 Thread Roland Smith
On Mon, Nov 26, 2007 at 08:05:50AM -0800, Erin McNew wrote:
 Ok.  Let's see what other information I can provide.
 
 I was printing from the gimp.  I looked at the printer setup, and it said
 that it was using lpr.
 As for the PCL, the first line was pretty short, and the second line did
 start indented.  I don't recall if it started where the first ended, but if
 not, it was close to that.  I couldn't see any further lines, but apparently
 there were more, as the printer kept spitting out pages...

The standard printer spooler (lpr) only recognizes a couple of ancient file
types (dvi, ditroff etc). It dumps the input that it gets to a printer,
without formatting it for a certain printer. That is the job of a spooler.

I would suggest that you install the cups printer spooler in
combination with the gutenprint printer driver. If you have those
installed correctly, you should be able to select your printer from the
gimp, and it should Just Work. 

You might also need the 'ppd' file for your printer from
http://openprinting.org/show_printer.cgi?recnum=HP-DeskJet_9800. This
file tells gutenprint what the capabilities of the printer are.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpO0tS08N06S.pgp
Description: PGP signature


Re: HP Deskjet 9800 with hpijs driver

2007-11-26 Thread Predrag Punosevac

Erin McNew wrote:

On Nov 25, 2007 11:27 PM, Matthias Apitz [EMAIL PROTECTED] wrote:

  

El día Sunday, November 25, 2007 a las 10:23:05PM -0800, Erin McNew
escribió:



I've been trying to get my photo printer working recently, and seem to
  

have


run into a bit of a snag.  I just tried to print out a picture as a
  

test,


and instead of a picture, I got: PCL commands across the top of one page
  

of


photo paper, and the printer spewed the rest of my paper out empty
  

(taught


me an important lesson about testing without having large quantities of
photo paper in the printer...)
Anyway, I was looking on google, and I don't seem to see other people
  

having


this problem, but I'm not sure what I could've done wrong.  I'm using
  

the


hpijs driver, which is supposed to work perfectly under linux, and works
perfectly for my other hp printer.  Is this printer just not supported
  

by


FreeBSD?  I couldn't find anything that stated directly either way in my
quick googling, so I was hoping somebody here might have some ideas for
things to check, etc.

Thanks!
~TuxGirl
  

Maybe it could help if you explain exactly how do you print the
file, from command line or from some kind of application?
The PCL across the top of one page, does it looks like stairs?
I.e. does start the 2nd line where 1st line ends?

   matthias




Ok.  Let's see what other information I can provide.

I was printing from the gimp.  I looked at the printer setup, and it said
that it was using lpr.
As for the PCL, the first line was pretty short, and the second line did
start indented.  I don't recall if it started where the first ended, but if
not, it was close to that.  I couldn't see any further lines, but apparently
there were more, as the printer kept spitting out pages...

Thanks!
~Erin

  



That is a probably a Gimp problem. You have to configure printing on 
Gimp before you start printing. What kind of ps filter does Gimp use? 
What happens when you manually pass your image through a2ps filter and 
try to print that ps file. Do you still have bad image?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


HP Deskjet 9800 with hpijs driver

2007-11-25 Thread Erin McNew
I've been trying to get my photo printer working recently, and seem to have
run into a bit of a snag.  I just tried to print out a picture as a test,
and instead of a picture, I got: PCL commands across the top of one page of
photo paper, and the printer spewed the rest of my paper out empty (taught
me an important lesson about testing without having large quantities of
photo paper in the printer...)
Anyway, I was looking on google, and I don't seem to see other people having
this problem, but I'm not sure what I could've done wrong.  I'm using the
hpijs driver, which is supposed to work perfectly under linux, and works
perfectly for my other hp printer.  Is this printer just not supported by
FreeBSD?  I couldn't find anything that stated directly either way in my
quick googling, so I was hoping somebody here might have some ideas for
things to check, etc.

Thanks!
~TuxGirl

-- 
http://www.tuxgirl.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HP Deskjet 9800 with hpijs driver

2007-11-25 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Erin McNew wrote:
 I've been trying to get my photo printer working recently, and seem to have
 run into a bit of a snag.  I just tried to print out a picture as a test,
 and instead of a picture, I got: PCL commands across the top of one page of
 photo paper, and the printer spewed the rest of my paper out empty (taught
 me an important lesson about testing without having large quantities of
 photo paper in the printer...)
 Anyway, I was looking on google, and I don't seem to see other people
having
 this problem, but I'm not sure what I could've done wrong.  I'm using the
 hpijs driver, which is supposed to work perfectly under linux, and works
 perfectly for my other hp printer.  Is this printer just not supported by
 FreeBSD?  I couldn't find anything that stated directly either way in my
 quick googling, so I was hoping somebody here might have some ideas for
 things to check, etc.

My 6980 has the same problem with hpijs and hplip... try cups (it
should autodetect)


- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHSm26J9+1V27SttsRAmvKAKCNmRnACVy4blTZ/VfTDCKHLa2tKQCfdhZD
yn4yMOzU/5U4K65hG2Kljxg=
=K2OD
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HP Deskjet 9800 with hpijs driver

2007-11-25 Thread Matthias Apitz
El día Sunday, November 25, 2007 a las 10:23:05PM -0800, Erin McNew escribió:

 I've been trying to get my photo printer working recently, and seem to have
 run into a bit of a snag.  I just tried to print out a picture as a test,
 and instead of a picture, I got: PCL commands across the top of one page of
 photo paper, and the printer spewed the rest of my paper out empty (taught
 me an important lesson about testing without having large quantities of
 photo paper in the printer...)
 Anyway, I was looking on google, and I don't seem to see other people having
 this problem, but I'm not sure what I could've done wrong.  I'm using the
 hpijs driver, which is supposed to work perfectly under linux, and works
 perfectly for my other hp printer.  Is this printer just not supported by
 FreeBSD?  I couldn't find anything that stated directly either way in my
 quick googling, so I was hoping somebody here might have some ideas for
 things to check, etc.
 
 Thanks!
 ~TuxGirl

Maybe it could help if you explain exactly how do you print the
file, from command line or from some kind of application?
The PCL across the top of one page, does it looks like stairs?
I.e. does start the 2nd line where 1st line ends?

matthias
-- 
Matthias Apitz
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


hpijs

2007-01-04 Thread Andriy Babiy
Hi all,

When I try to install hpijs over the port, I get an error as follows:

install  -o root -g wheel -m 444 ppd/* /usr/local/share/ppd/HP
gzip -f /usr/local/share/ppd/HP/*
gzip: /usr/local/share/ppd/HP/fax is a directory -- ignored
*** Error code 2

Stop in /usr/ports/print/hpijs/work/hpijs-2.1.4.
*** Error code 1

Stop in /usr/ports/print/hpijs.
*** Error code 1

Stop in /usr/ports/print/hpijs.
===

At that point the port was successfully built, but the installation fails. Of 
course, it can be installed as a package... But maybe it can be fixed?

Thank you.
Andriy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


hpijs/hplip, foomatic-rip, and CUPS 1.2.0

2006-07-16 Thread Anthony Agelastos
Using either hpijs or hplip (which displays the printer driver as  
hpijs since hpijs is part of the hplip codebase), /usr/local/libxec/ 
cups/filter/foomatic-rip still has issues with network printing  
(foomatic-rip fails). Does anyone have any ideas for me to try? Does  
anyone out there have network printing working with hpijs/hplip and  
CUPS 1.2.0? I am running FreeBSD 6.1-STABLE. Thank you for your  
assistance. Am I reporting my problems appropriately, or do I need to  
file a bug report, and if so, where do I file one (I could not find  
the location)?


On a sidenote, I was having difficulties installing hpijs when hplip  
was already installed (they are not listed, AFAICT, as ports that  
conflict with each other). I think if I were to remove hplip, hpijs  
would install fine.


-Anthony
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hpijs/hplip, foomatic-rip, and CUPS 1.2.0

2006-07-16 Thread Anish Mistry
On Sunday 16 July 2006 14:16, Anthony Agelastos wrote:
 Using either hpijs or hplip (which displays the printer driver as
 hpijs since hpijs is part of the hplip codebase),
 /usr/local/libxec/ cups/filter/foomatic-rip still has issues with
 network printing (foomatic-rip fails). Does anyone have any ideas
 for me to try? Does anyone out there have network printing working
 with hpijs/hplip and CUPS 1.2.0?

I have one report of successful network printing:
 From: George Hartzel
 I couldn't figure out how to get it to use the ethernet port, but
 stumbled on the little hp-makeuri program and it generated one that
 works

   hp:/net/HP_Color_LaswerJet_2840?ip=192.168.1.3



 I am running FreeBSD 6.1-STABLE. 
 Thank you for your assistance. Am I reporting my problems
 appropriately, or do I need to file a bug report, and if so, where
 do I file one (I could not find the location)?

 On a sidenote, I was having difficulties installing hpijs when
 hplip was already installed (they are not listed, AFAICT, as ports
 that conflict with each other). I think if I were to remove hplip,
 hpijs would install fine.
hpijs needs to be marked as conflicting with hplip.  hplip is already 
marked as conflicting with hpijs.

-- 
Anish Mistry
[EMAIL PROTECTED]
AM Productions http://am-productions.biz/


pgp2nGqI2GEAK.pgp
Description: PGP signature


Re: hpijs/hplip, foomatic-rip, and CUPS 1.2.0

2006-07-16 Thread Doug Barton
For future reference, please don't post to both -ports and -questions.

Anthony Agelastos wrote:

 Does anyone out there have network printing working with hpijs/hplip and
 CUPS 1.2.0?

Yes. You need to follow the instructions at
file:///usr/local/share/doc/hplip-0.9.11/install/step4/cups/net.html

 On a sidenote, I was having difficulties installing hpijs when hplip was
 already installed 

I'm working on that.

Doug

-- 

This .signature sanitized for your protection

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


hpijs, foomatic-rip, and CUPS

2006-07-15 Thread Anthony Agelastos

Hello,

I cannot get hpijs to install. The full install log of it is attached  
to this email with a small snippet towards the bottom of this  
message. Does anyone have any ideas/ suggestions? I am running  
FreeBSD 6.1-STABLE with the latest CUPS infrastructure.


For some time, I have been having issues with my printer (hp LaserJet  
1160Le) ever since the CUPS update to 1.2.0. The latest problem I  
have been having was with foomatic-rip (I would get the error message  
/usr/local/libexec/cups/filter/foomatic-rip failed). So, per E.J.  
Cerejo's suggestion, I uninstalled and reinstalled my entire printing  
infrastructure (this was to make sure that there were no oddities  
with the CUPS and gnutls upgrade). Everything managed to install  
_except_ hpijs. Without hpijs installed, I have no foomatic-rip file  
in that folder. Ergo, hpijs is my number one chance for fixing this  
issue. It also happens to be the recommended driver for my printer on  
www.linuxprinting.org. I installed hplip to see if that would work  
(since it shows support for the printer on their site), however my  
printer does not show up in any of the drop-down menus.


Thank you so much for your assistance with this.

-Anthony

snip
===  Installing for hpijs-2.1.4
===   hpijs-2.1.4 depends on file: /usr/local/bin/perl5.8.8 - found
===   hpijs-2.1.4 depends on executable: gs - found
===   hpijs-2.1.4 depends on shared library: jpeg.9 - found
===   hpijs-2.1.4 depends on shared library: cups.2 - found
===   Generating temporary packing list
===  Checking if print/hpijs already installed
test -z /usr/local/bin || /usr/ports/print/hpijs/work/hpijs-2.1.4/ 
install-sh -d /usr/local/bin

  install  -s -o root -g wheel -m 555 'hpijs' '/usr/local/bin/hpijs'
test -z /usr/local/bin || /usr/ports/print/hpijs/work/hpijs-2.1.4/ 
install-sh -d /usr/local/bin
install  -o root -g wheel -m 555 'foomatic-rip' '/usr/local/bin/ 
foomatic-rip'
/usr/ports/print/hpijs/work/hpijs-2.1.4/install-sh -d /usr/local/ 
share/ppd/HP

rm -f /usr/local/share/ppd/HP/HP*.ppd*
rm -f /usr/local/share/ppd/HP/hp*.ppd*
install  -o root -g wheel -m 444 ppd/* /usr/local/share/ppd/HP
gzip -f /usr/local/share/ppd/HP/*
gzip: /usr/local/share/ppd/HP/fax is a directory -- ignored
*** Error code 2

Stop in /usr/ports/print/hpijs/work/hpijs-2.1.4.
*** Error code 1

Stop in /usr/ports/print/hpijs.
*** Error code 1

Stop in /usr/ports/print/hpijs.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/ 
portinstall922.0 make reinstall

** Fix the installation problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! print/hpijs   (install error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
/snip



hpijsInstall.txt.bz2
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

duplex printing with hpijs ???

2006-03-08 Thread P.U.Kruppa

Hi,

for quite a long time my HP Deskjet 990 Cxi worked quite 
perfectly with Cups and hpijs driver from ports.


For some weeks now duplex printing is defect, i.e.
- printer fetches a sheet
- prints out first page
- turns it round
- prints nothing on the back
- fetches a second sheet
- prints out second page.

Has anybody else seen this strange behaviour? What might have 
happened?


Duplex printing still works fine from a remote WinXP and a Debian 
Linux machine.


I am running  6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Mar 
3 20:00:30 CET 2006 .


Thanks for your answers.

Uli.



*
* Peter Ulrich Kruppa - Wuppertal - Germany *
*
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


hpijs drivers in cups

2005-11-07 Thread Hanspeter Roth
Hello,

I have Cups installed and the HPIJS driver package.
But when selecting the Model/Driver in Cups the drivers of HPIJS are
not available.
What else is required? How are they made available in Cups?

-Hanspeter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-10-02 Thread Andrew P.
On 10/1/05, Eric Pretorious [EMAIL PROTECTED] wrote:
 From: Jared Barneck [EMAIL PROTECTED]
 Subject: Re: CUPS, Foomatic, and HPIJS?
 Date: Thu, 22 Sep 2005 15:27:51 -0600
 
 Michael Nottebrock wrote:
 
 On Thursday, 22. September 2005 20:42, Eric Pretorious wrote:
 
 Thanks, Mike. I didn't have a chance to try it out: I decided to switch
 ack to Gentoo because of the steep learning curve that comes along with
 FreeBSD's ports  packages.
 
 
 Can I just say that moving back to Gentoo because of a steep learning
 curve is no just ironic, but down right funny.  :-)

 Installing CUPS/HPIJS was as easy as...

 % emerge cups ghostscript hpijs

 Portage automatically retrieves, compiles, and installs CUPS, GhostScript,
 the complete Foomatic configurator, HPIJS, etc., etc. and
 _integrates_them_all_. i.e., All of the HPIJS drivers/filters and Foomatic
 drivers/filters are *already* present in the web-based CUPS interface.

 Now *that* is what I call a relatively-flat learning curve!!!

 _
 Express yourself instantly with MSN Messenger! Download today - it's FREE!
 http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


BTW, to do the same thing in FreeBSD you
type:

# portinstall cups -m 'WITH_CUPS=yes' hpijs

ghostscript and all other dependencies are
installed automatically. The -m switch tells
hpijs to support cups, but if you omit it the
port tells you about it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-10-02 Thread Michael Nottebrock
On Sunday, 2. October 2005 12:24, Andrew P. wrote:
 On 10/1/05, Eric Pretorious [EMAIL PROTECTED] wrote:
  Thanks, Mike. I didn't have a chance to try it out: I decided to
   switch ack to Gentoo because of the steep learning curve that comes
   along with FreeBSD's ports  packages.
  
  Can I just say that moving back to Gentoo because of a steep learning
  curve is no just ironic, but down right funny.  :-)
 
  Installing CUPS/HPIJS was as easy as...
 
  % emerge cups ghostscript hpijs

 BTW, to do the same thing in FreeBSD you
 type:

 # portinstall cups -m 'WITH_CUPS=yes' hpijs

The foomatic driver definitions for hpijs were not in ports when Andrew asked 
about them, they are now. If there is anything further to discuss (and I 
don't think there is), could you guys please take me off the CC'd recipients 
list?

Thanks,
-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgp3XoASE1vPE.pgp
Description: PGP signature


Re: CUPS, Foomatic, and HPIJS?

2005-10-01 Thread Andrew P.
On 10/1/05, Eric Pretorious [EMAIL PROTECTED] wrote:
 From: Jared Barneck [EMAIL PROTECTED]
 Subject: Re: CUPS, Foomatic, and HPIJS?
 Date: Thu, 22 Sep 2005 15:27:51 -0600
 
 Michael Nottebrock wrote:
 
 On Thursday, 22. September 2005 20:42, Eric Pretorious wrote:
 
 Thanks, Mike. I didn't have a chance to try it out: I decided to switch
 ack to Gentoo because of the steep learning curve that comes along with
 FreeBSD's ports  packages.
 
 
 Can I just say that moving back to Gentoo because of a steep learning
 curve is no just ironic, but down right funny.  :-)

 Installing CUPS/HPIJS was as easy as...

 % emerge cups ghostscript hpijs

 Portage automatically retrieves, compiles, and installs CUPS, GhostScript,
 the complete Foomatic configurator, HPIJS, etc., etc. and
 _integrates_them_all_. i.e., All of the HPIJS drivers/filters and Foomatic
 drivers/filters are *already* present in the web-based CUPS interface.

 Now *that* is what I call a relatively-flat learning curve!!!


Hey, I'm glad that you find gentoo a more convenient
environment, but here's my story.

I've been with FreeBSD since 4.9 and use it on my
desktop at home, but I also have some experience
with Linux (starting with Red Hat 6.x and ksi-linux,
and up to now - I use RHEL and FC3/4 on some
servers, and Debian on my desktop at work).

So one day a couple of weeks ago I decided to try
the so much praised Gentoo on an athlon64 box at
home. First I tried to make it through without any
prior reading. But I was surprised at the fact that
one of the most popular distro doesn't have a
visually guided installation. Ok, I downloaded and
printed your handbook (or what was it called) - and
read it from the top to the bottom. That took me a
while, all right.

Now, with some distro-specific knowledge, I tried
my luck again - only to find that at one point
the installation fails to start X.org in order to
continue :-)

I won't dive into all the detail, but I somehow got
all I needed to know about Gentoo in one night,
and I hope that my humble being will never
stumble upon this OS once again :-)


Cheerz,
Andrew P.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-09-30 Thread Eric Pretorious

From: Jared Barneck [EMAIL PROTECTED]
Subject: Re: CUPS, Foomatic, and HPIJS?
Date: Thu, 22 Sep 2005 15:27:51 -0600

Michael Nottebrock wrote:


On Thursday, 22. September 2005 20:42, Eric Pretorious wrote:

Thanks, Mike. I didn't have a chance to try it out: I decided to switch 
ack to Gentoo because of the steep learning curve that comes along with 
FreeBSD's ports  packages.



Can I just say that moving back to Gentoo because of a steep learning 
curve is no just ironic, but down right funny.  :-)


Installing CUPS/HPIJS was as easy as...

% emerge cups ghostscript hpijs

Portage automatically retrieves, compiles, and installs CUPS, GhostScript, 
the complete Foomatic configurator, HPIJS, etc., etc. and 
_integrates_them_all_. i.e., All of the HPIJS drivers/filters and Foomatic 
drivers/filters are *already* present in the web-based CUPS interface.


Now *that* is what I call a relatively-flat learning curve!!!

_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with printed output from freebsd as a print server using cups, samba, hpijs

2005-09-24 Thread [EMAIL PROTECTED]
I've been experimenting with freebsd for a couple of weeks now, Im very
familiar with linux, and I used gentoo (whose portage install setup is
modeled from freebsd ports)

I had a Gentoo server that did the following tasks...
cups print system, samba shared those printers to windows boxes

I have a hp laserjet 1100 printer so hpijs was installed.

this Gentoo box also was a internet gateway NAT router for my internal
network.

Ive not been able to have much luck getting these services enabled on my
freebsd box.


I have freebsd RELEASE 5.4 installed, with a mix of pkg_add -r installed
packages, and some updated ones from ports

I did this because some of the packages were rather large, and this
particular machine would take too long to compile then.

Now, on to the problem...

CUPS is intalled from ports, ive installed foomatic-db,
foomatic=db-engine, and foomatic-hpijs all from ports.

my laser printer works fine under freebsd.

for some reason I havent quite figured out yet, the foomatic database of
pritners DOES NOT show up the the cups web interface when you try to add
a printer, all you get are the CUPS drivers for HP.

This isnt really that important, but I would like to know how to get the
printers list properly installed for future reference.

samba is also installed from ports, and configured, and running.

from my windows boxes, I see the samba server and its shares, and its
printers.

I can from windows use the shares.

I can also print to the printer but not well.

when I print a test page from cups to the printer its fine, no problems.

whin I print a test page from windows to the printer its not fine.

some how the data from windows is being corrupted. (I think)

the stuff that comes off the printer is three or four pages of not much
at all.

I get the layers of the windows98 window to print on different pages,
and the text that lists the files used never prints.

This never happened on gentoo, and I cant find any reference to this
problem from my internet searches. (I may not be searching for the
right term, I grant you)

Id like to get printing fixed, so that I can start working on some of th
e other things, like the gateway and nat router an all of that.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-09-22 Thread Eric Pretorious

From: Michael Nottebrock [EMAIL PROTECTED]
Subject: Re: CUPS, Foomatic, and HPIJS?
Date: Sat, 17 Sep 2005 02:52:09 +0200

On Saturday, 17. September 2005 02:04, Michael Nottebrock wrote:
 On Saturday, 17. September 2005 01:28, Eric Pretorious wrote:
   ./configure
  make
  make install
 
  ...but step #2 (i.e., `make`) barfed:
 
  gateway# make

 Use gmake instead of make for both steps.

I quickly made a port for foomatic-db-hpijs, you can fetch it from here:
http://people.freebsd.org/~lofi/foomatic-db-hpijs.tar.gz

Untar it anywhere, cd to the port directory, build with make and make 
install

as usual and let me know if it works for you.


Thanks, Mike. I didn't have a chance to try it out: I decided to switch back 
to Gentoo because of the steep learning curve that comes along with 
FreeBSD's ports  packages. (I'm already very familiar with Gentoo's package 
mgt. methodology but was interested in FreeBSD's security and fast TCP/IP 
stack.)


Thanks,  again.

Eric P.
Sunnyvale, CA

_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-09-22 Thread Michael Nottebrock
On Thursday, 22. September 2005 20:42, Eric Pretorious wrote:

 Thanks, Mike. I didn't have a chance to try it out: I decided to switch
 back to Gentoo because of the steep learning curve that comes along with
 FreeBSD's ports  packages.

Ah well. I've added the port to the collection in the meantime.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpyrYPnJcLWi.pgp
Description: PGP signature


Re: CUPS, Foomatic, and HPIJS?

2005-09-19 Thread [EMAIL PROTECTED]
Quoting Bob Johnson [EMAIL PROTECTED]:

 On 9/16/05, Eric Pretorious [EMAIL PROTECTED] wrote:

  What do I have to do to install/use HPIJS without devoting my life
  to
  becoming a FreeBSD+CUPS expert?! (Setting up CUPS+foomatic+HPIJS
  was a
  breeze under Gentoo!)

 I find that apsfilter is a lot easier to install and configure than
 is
 CUPS, and it appears that the HPIJS driver got installed on my system
 when I installed apsfilter.  I don't use CUPS unless I really need
 the
 Internet Printing Protocol.

 - Bob

Eric:

I had the same problem when I moved from gentoo to freebsd, (which is
only about two weeks ahead of you considering that is why I joined this
list in the first place.

im not sure if you are working from ports or not, but I chose to do
prebuilt packages, just to get the system going

I did a pkg_add -r ghostscript-gnu (not sure if this is required or not.
then I did a pkg_add -r cups
then pkg_add -r foomatic-db
pkg_add -r foomatic-db-engine
pkg_add -f foomatic-filters

(please note I couldnt find a meta package that installs everything)

then I did a pkg_add -r hpijs

and that was all I needed to get cups running with my hp laserjet 1100
printer.

Rance

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-09-18 Thread Bob Johnson
On 9/16/05, Eric Pretorious [EMAIL PROTECTED] wrote:

 What do I have to do to install/use HPIJS without devoting my life to 
 becoming a FreeBSD+CUPS expert?! (Setting up CUPS+foomatic+HPIJS was a 
 breeze under Gentoo!)

I find that apsfilter is a lot easier to install and configure than is
CUPS, and it appears that the HPIJS driver got installed on my system
when I installed apsfilter.  I don't use CUPS unless I really need the
Internet Printing Protocol.

- Bob
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious
I've been beating my head against the monitor for two days now trying to 
understand the messy, incestuous relationship between CUPS, Ghostscript, 
Foomatic, and HPIJS but would just be satisfied to know what this message 
means (and how to correct it):


gateway#  foomatic-configure -s cups -n DeskJet_682C -c file:/dev/lpt0 -p 
HP-DeskJet_682C -d hpijs -o PageSize=A4

Cannot read file /usr/local/share/foomatic//db/source/driver/hpijs.xml!
Driver file /usr/local/share/foomatic//db/source/driver/hpijs.xml corrupted, 
missing, or not readable!
Could not run foomatic-combo-xml/foomatic-perl-data! at 
/usr/local/lib/perl5/site_perl/5.8.6/Foomatic/DB.pm line 528.


I've installed every package that I can think of...

gateway# pkg_info -xI cups foomatic hpijs ghost | cut -d ' ' -f 1
cups-1.1.23.0
cups-base-1.1.23.0_3
cups-lpr-1.1.23.0
cups-pstoraster-7.07_3
foomatic-db-20040107_2
foomatic-db-engine-3.0.2,1
foomatic-filters-3.0.2_4
ghostscript-gnu-7.07_12
hpijs-1.7.1

...but the hpijs.xml file is not in the 
/usr/local/share/foomatic/db/source/driver/ directory*. What should I do?


* I've used two commands:
1) find /usr/local -name hpijs.xml
2) pkg_info -xI cups foomatic hpijs | cut -d ' ' -f 1| xargs pkg_info -L | 
grep jpijs

...and neither located the jpijs.xml file.

Eric P.
Sunnyvale, CA

_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Michael Nottebrock
On Friday, 16. September 2005 21:47, Eric Pretorious wrote:
 ...but the hpijs.xml file is not in the
 /usr/local/share/foomatic/db/source/driver/ directory*. What should I do?

 * I've used two commands:
 1) find /usr/local -name hpijs.xml
 2) pkg_info -xI cups foomatic hpijs | cut -d ' ' -f 1| xargs pkg_info -L |
 grep jpijs
 ...and neither located the jpijs.xml file.

The hpijs foomatic driver is part of the foomatic-db-hpijs distribution 
(http://www.linuxprinting.org/download/foomatic/foomatic-db-hpijs-1.4-1.tar.gz),
 
which isn't in ports.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpKzhsTRi0lg.pgp
Description: PGP signature


Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious

From: Michael Nottebrock [EMAIL PROTECTED]
Date: Fri, 16 Sep 2005 22:14:36 +0200


The hpijs foomatic driver is part of the foomatic-db-hpijs distribution
(http://www.linuxprinting.org/download/foomatic/foomatic-db-hpijs-1.4-1.tar.gz),
which isn't in ports.


I downloaded the archive (from linuxprinting.org) and *attempted* to install 
the hpijs drivers following the instructions in the USAGE file...



Install it after you have installed fommatic-db using the commands (if
you have downloaded this package from CVS, run ./make_configure at
first, for that you will also need the autoconf and aclocal
utilities, aclocal is in the automake package in some
distributions):
./configure
   make
   make install


...but step #2 (i.e., `make`) barfed:

gateway# make
chmod a+rx data-generators/*/hpijs*
install -d db/source/driver
install -d db/source/opt
install -d db/source/printer
cd data-generators;  for m in `ls -1`; do  cd $m;  ./$m-generator;  cd ..;  
done./CVS-generator: not found

*** Error code 127

Stop in /usr/home/eric/foomatic-db-hpijs-1.4-1.

Any idea what this means? There's NO mention of CVS-generator in either the 
README or the USAGE files. There is, however, the caveat:



if you have downloaded this package from CVS, run ./make_configure at
first, for that you will also need the autoconf and aclocal utilities, 
aclocal is in the automake package in some distributions


There are no packages named automake, aclocal, or autoconf however.

What should I do?

Eric P.
Sunnyvale, CA

_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Bob Johnson
On 9/16/05, Eric Pretorious [EMAIL PROTECTED] wrote:

 I downloaded the archive (from linuxprinting.org) and *attempted* to install
 
 the hpijs drivers following the instructions in the USAGE file...
 
 Install it after you have installed fommatic-db using the commands (if
 you have downloaded this package from CVS, run ./make_configure at
 first, for that you will also need the autoconf and aclocal
 utilities, aclocal is in the automake package in some
 distributions):
  ./configure
 make
 make install
 
 ...but step #2 (i.e., `make`) barfed:
 
 gateway# make
 chmod a+rx data-generators/*/hpijs*
 install -d db/source/driver
 install -d db/source/opt
 install -d db/source/printer
 cd data-generators;  for m in `ls -1`; do  cd $m;  ./$m-generator;  cd ..; 
 
 done./CVS-generator: not found
 *** Error code 127
 
 Stop in /usr/home/eric/foomatic-db-hpijs-1.4-1.
 
 Any idea what this means? There's NO mention of CVS-generator in either the

I suspect you need to use gmake (the GNU make) instead of make,
which is the BSD make.

- Bob
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious

From: Bob Johnson [EMAIL PROTECTED]
Date: Fri, 16 Sep 2005 19:35:04 -0400

I suspect you need to use gmake (the GNU make) instead of make,
which is the BSD make.


Bingo!!!

Thanks, Bob!

Eric P.
Sunnyvale, CA

_
Don’t just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Eric Pretorious

From: Eric Pretorious [EMAIL PROTECTED]
Date: Fri, 16 Sep 2005 16:46:38 -0700


From: Bob Johnson [EMAIL PROTECTED]
Date: Fri, 16 Sep 2005 19:35:04 -0400

I suspect you need to use gmake (the GNU make) instead of make,
which is the BSD make.


Bingo!!!


I just can't win for losing where BSD is concerened:

gateway# whoami
root
gateway# foomatic-configure -s cups -n DeskJet_682C -c file:/dev/lpt0 -p 
HP-DeskJet_682C -d hpijs -o PageSize=A4

Cannot write /etc/cups/ppd/DeskJet_682C.ppd!
gateway# ls -al /etc/cups
total 4
drwxr-xr-x   2 root  wheel   512 Sep 16 12:13 .
drwxr-xr-x  18 root  wheel  2048 Sep 16 11:51 ..
-rw-r--r--   1 root  wheel 0 Sep 16 12:13 printers.conf
gateway# mkdir /etc/cups/ppd
gateway# foomatic-configure -s cups -n DeskJet_682C -c file:/dev/lpt0 -p 
HP-DeskJet_682C -d hpijs -o PageSize=A4
Use of uninitialized value in substitution (s///) at 
/usr/local/lib/perl5/site_perl/5.8.6/Foomatic/DB.pm line 3427.

/usr/sbin/lpadmin: not found
Could not set up/change the queue DeskJet_682C!

What do I have to do to install/use HPIJS without devoting my life to 
becoming a FreeBSD+CUPS expert?! (Setting up CUPS+foomatic+HPIJS was a 
breeze under Gentoo!)


Eric P.
Sunnyvale, CA

_
On the road to retirement? Check out MSN Life Events for advice on how to 
get there! http://lifeevents.msn.com/category.aspx?cid=Retirement


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Michael Nottebrock
On Saturday, 17. September 2005 01:28, Eric Pretorious wrote:

  ./configure
 make
 make install

 ...but step #2 (i.e., `make`) barfed:

 gateway# make

Use gmake instead of make for both steps.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpxEyYZ3qFTf.pgp
Description: PGP signature


Re: CUPS, Foomatic, and HPIJS?

2005-09-16 Thread Michael Nottebrock
On Saturday, 17. September 2005 02:04, Michael Nottebrock wrote:
 On Saturday, 17. September 2005 01:28, Eric Pretorious wrote:
   ./configure
  make
  make install
 
  ...but step #2 (i.e., `make`) barfed:
 
  gateway# make

 Use gmake instead of make for both steps.

I quickly made a port for foomatic-db-hpijs, you can fetch it from here: 
http://people.freebsd.org/~lofi/foomatic-db-hpijs.tar.gz

Untar it anywhere, cd to the port directory, build with make and make install 
as usual and let me know if it works for you.

-- 
   ,_,   | Michael Nottebrock   | [EMAIL PROTECTED]
 (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org
   \u/   | K Desktop Environment on FreeBSD | http://freebsd.kde.org


pgpJc2FUWFIAB.pgp
Description: PGP signature


Getting CUPS to use hpijs

2005-04-29 Thread Jon Drews
5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Apr 24
Ports I have installed:
cups-base-1.1.23.0_3
cups-lpr-1.1.23.0
cups-pstoraster-7.07_3
cups-lpr-1.1.23.0
hpijs-1.7.1

Printer: HP Deskjet 3740

Hi:

 I can't get my HP3740 Deskjet to print using CUPS. I installed cups 
from ports. I also installed print /hpijs with  # make WITH_CUPS=yes.
Nevertheless, I can't find any of the appropriate *.ppd files. Is
there a particular order the hpijs and cups ports have to be installed
in ? If I install hpijs without the CUPS option, then the *.ppd's are
all in /usr/local/share/ppd.

 I have this printer working in OpenBSD, under lpr, so it does indeed
work. I use
the HP-DeskJet_3740-hpijs.ppd.


-- 
Kind regards,
Jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Getting CUPS to use hpijs

2005-04-29 Thread Lars Eighner
On Fri, 29 Apr 2005, Jon Drews wrote:
5.4-STABLE FreeBSD 5.4-STABLE #0: Sun Apr 24
Ports I have installed:
cups-base-1.1.23.0_3
cups-lpr-1.1.23.0
cups-pstoraster-7.07_3
cups-lpr-1.1.23.0
hpijs-1.7.1
Printer: HP Deskjet 3740
Hi:
I can't get my HP3740 Deskjet to print using CUPS. I installed cups
from ports. I also installed print /hpijs with  # make WITH_CUPS=yes.
Nevertheless, I can't find any of the appropriate *.ppd files. Is
there a particular order the hpijs and cups ports have to be installed
in ? If I install hpijs without the CUPS option, then the *.ppd's are
all in /usr/local/share/ppd.
I have this printer working in OpenBSD, under lpr, so it does indeed
work. I use
the HP-DeskJet_3740-hpijs.ppd.
I don't know what all I did to get my (different) hp printer
working, but everything got much better after I installed
foomatic.
--
Lars Eighner
[EMAIL PROTECTED]
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[Fixed] Re: Getting CUPS to use hpijs

2005-04-29 Thread Jon Drews
On 4/29/05, Lars Eighner [EMAIL PROTECTED] wrote:

 I don't know what all I did to get my (different) hp printer
 working, but everything got much better after I installed
 foomatic.

That fixed it Lars:

 I installed /usr/ports/print/foomatic-filters. Then I went to
/usr/local/etc/rc.d
and did:

# ./cups.sh stop

and then restarted it with:

# ./cups.sh start

Then I configured it anew by running:

$ localhost:631/admin

 thanks so much.
-- 
Kind regards,
Jonathan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


HP2000C foomatic+hpijs output problems

2003-09-07 Thread gte990t
Hi all, 
 
I'm having some odd output problems with my HP2000C using the 
cups/foomatic+hpijs drivers.  The printer will print, but the output is always 
distorted--it's magnified several times larger than it should be and stretched 
horizontally.  The same printer works fine using the standard cups new DeskJet 
driver as well as cups+gimp-print. 
 
Here's how I setup the printer with foomatic and hpijs: 
 
installed foomatic-db port 
 
installed hpijs port 
 
downloaded foomatic-rip and foomatic-gswrapper from LinuxPrinting.org into 
/usr/local/bin and chmod'ed to 755 
 
symlinked foomatic-rip into /usr/local/libexec/cups/filter 
 
downloaded HP-2000C-hpijs.ppd from LinuxPrinting.org, gzipped and placed in 
/usr/local/share/ppd/HP 
 
symlinked /usr/local/share/ppd/HP into /usr/local/share/cups/model 
 
went through the usual steps to install the printer in CUPS 
 
Is there anything I'm missing? 
Any help would be greatly appreciated. 
 
Thanks, 
Jason Harmening 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hpijs -- mostly solved

2003-02-28 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:39, Wayne Lubin wrote:
 When I want to print something I just convert it to
 post script and feed it to gs which knows how to talk
 to printers. Read the gs man page to see how to do it.

I think I have found the problem about hpijs...
For a reason I don't know, all I have in  driver/ijs/ is:
APOLLO_P-22, Apollo-2500-2600, DESKJET_350, DESKJET_600, DESKJET_610, 
DESKJET_630, DESKJET_810, DESKJET_825, DESKJET_920, DESKJET_960, 
PHOTOSMART_100.
So, nothing like DESKJET_970.

I had to rewrite the apsfilterrc concerning my printer to add (like in 
ijs/DESKET_920):
GS_FEATURES='-sDEVICE=ijs -sIjsServer=hpijs -dIjsUseOutputFD 
-sDeviceManufacturer=HEWLETT-PACKARD -sDeviceModel=DESKJET970 
-sIjsParams=Quality:Quality=2,Quality:ColorMode=2,Quality:MediaType=2,Quality:PenSet=2'

And now, it works with no problem. I'm sure that if I choosed at first to use 
DESKJET_920 and not DESKJET_970, it would have worked out of the box.

So, is it a bug from apsfilter ?

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs -- mostly solved

2003-02-28 Thread Mike Meyer
In [EMAIL PROTECTED], Antoine Jacoutot [EMAIL PROTECTED] typed:
 For a reason I don't know, all I have in  driver/ijs/ is:
 APOLLO_P-22, Apollo-2500-2600, DESKJET_350, DESKJET_600, DESKJET_610, 
 DESKJET_630, DESKJET_810, DESKJET_825, DESKJET_920, DESKJET_960, 
 PHOTOSMART_100.
[...]
 And now, it works with no problem. I'm sure that if I choosed at first to use 
 DESKJET_920 and not DESKJET_970, it would have worked out of the box.

You probably want to use the DESKJET_960 entry instead of the
920. IIRC, the 900 seris (I've got a 940) all have the same print
engine, but use different cartridges and come with different extras -
like duplexers and netjet interfaces. The cartridges may make a
difference, but it shouldn't change the print quality.

 So, is it a bug from apsfilter ?

I'd say yes, but I'm biased. It should have complained that you were
trying to use an unrecognized printer.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs -- mostly solved

2003-02-28 Thread Antoine Jacoutot
Selon Mike Meyer [EMAIL PROTECTED]: 
  And now, it works with no problem. I'm sure that if I choosed at first to 
 use  
  DESKJET_920 and not DESKJET_970, it would have worked out of the box. 
  
 
..correction... it does not work (as good as it should). 
Comparing printing with apsfilter and printing from the command line shows it. 
With the command line the printing quality is just perfect. 
 
Oh well, I just hope someone couls make a FreeBSD port of foomatic some of 
these days (I can't make it compile), it is the only solution I've always been 
happy with (while I was under Linux). 
 
Antoine 
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


hpijs

2003-02-27 Thread Antoine Jacoutot
Hi ! 
 
I has been almost a month now that I have been trying to make my printer work 
under FreeBSD. 
I am now seeking for a direct help, I am totally confused. 
Basically, everything always worked perfectly, but the quality is not here. 
Is there anyone on the list who uses apsfilter+hpijs to print to a Hp Deskjet 
printer ? 
I so don't want to have to buy another printer to print high quality pictures. 
 
Thanks. 
 
--  
Antoine Jacoutot  
[EMAIL PROTECTED]  
http://www.lphp.org  
Unix is user friendly. He's just very picky about who his friends are...   
   

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Mike Meyer
In [EMAIL PROTECTED], Antoine Jacoutot [EMAIL PROTECTED] typed:
 I has been almost a month now that I have been trying to make my printer work 
 under FreeBSD. 
 I am now seeking for a direct help, I am totally confused. 
 Basically, everything always worked perfectly, but the quality is not here. 
 Is there anyone on the list who uses apsfilter+hpijs to print to a Hp Deskjet 
 printer ? 

I'm using magicfilter+stp to print to an hp desktjet with good results.

 I so don't want to have to buy another printer to print high quality pictures. 

You don't have to convert to magicfilter (though it's much nicer than
apsfilter, but harder to install), but trying the stp driver instead
of hpijs may be worthwhile.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 17:35, Mike Meyer wrote:
 I'm using magicfilter+stp to print to an hp desktjet with good results.
 You don't have to convert to magicfilter (though it's much nicer than
 apsfilter, but harder to install),

I just followed the Handbook... ;-)

 but trying the stp driver instead
 of hpijs may be worthwhile.

yes, but I do not seem to have it...
What is strange is that hpijs under Linux use to be great for photo printing, 
and I know this is not OS related, I am so lost.
But thanks for your feedback.

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Mike Meyer
In [EMAIL PROTECTED], Antoine Jacoutot [EMAIL PROTECTED] typed:
 On Thursday 27 February 2003 17:35, Mike Meyer wrote:
  I'm using magicfilter+stp to print to an hp desktjet with good results.
  You don't have to convert to magicfilter (though it's much nicer than
  apsfilter, but harder to install),
 I just followed the Handbook... ;-)

I know. The handbook walks you through the easiest
install. Magicfilter is a much less cpu-intensive solution, and
includs the ability to print things you can't print with apsfilter.

  but trying the stp driver instead
  of hpijs may be worthwhile.
 yes, but I do not seem to have it...

The stp driver is part of the ghostscript port. You'll have to
reinstall the ghostscript port, and select that driver on the driver
selection setup.

 What is strange is that hpijs under Linux use to be great for photo printing, 
 and I know this is not OS related, I am so lost.

Others - or maybe it was you - have reported this problem. I may take
a look at the hpijs port if I have time later today.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 17:52, Mike Meyer wrote:
 I know. The handbook walks you through the easiest
 install. Magicfilter is a much less cpu-intensive solution, and
 includs the ability to print things you can't print with apsfilter.

Allright, I'll have a look at it...

 The stp driver is part of the ghostscript port. You'll have to
 reinstall the ghostscript port, and select that driver on the driver
 selection setup.

OK, this is not a problem, this is all I'm doing since last month.

 Others - or maybe it was you - have reported this problem. I may take
 a look at the hpijs port if I have time later today.

I did report it once on the list but got no answer, that's why I was looking 
for someone who has a similar setup than me.

Thank you for this information.

Antoine

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread P. U. Kruppa
On Thu, 27 Feb 2003, Antoine Jacoutot wrote:

 Hi !

 I has been almost a month now that I have been trying to make my printer work
 under FreeBSD.
 I am now seeking for a direct help, I am totally confused.
 Basically, everything always worked perfectly, but the quality is not here.
 Is there anyone on the list who uses apsfilter+hpijs to print to a Hp Deskjet
 printer ?
Yes, I do and it works fine.

Why?

Regards,

Uli.

 I so don't want to have to buy another printer to print high quality pictures.

 Thanks.

 --
 Antoine Jacoutot
 [EMAIL PROTECTED]
 http://www.lphp.org
 Unix is user friendly. He's just very picky about who his friends are...


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


+---+
|Peter Ulrich Kruppa|
|  -  Wuppertal -   |
|  Germany  |
+---+

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 18:34, P. U. Kruppa wrote:
  here. Is there anyone on the list who uses apsfilter+hpijs to print to a
  Hp Deskjet printer ?

 Yes, I do and it works fine.

Thank god... maybe you could help me...

 Why?

I can't have a good quality printing with apsfilter+ghostscript-gnu+hpijs and 
a HpDeskjet 970Cxi printer.
All that I can print is draft... :-(

If you could help me, that would be fantastic !

Here is my setup under FreeBSD-4.7-RELEASE-p3 (all softwares all compiled from 
ports):

ghostscript-gnu-nox11-7.05_3 (WITHOUT_X11=yes A4=yes)
apsfilter-7.2.5_1 (WITHOUT_X11=yes / A4, GS_NO_X11, PSUTILS, A2PS, CONVERT)
libijs-0.34
hpijs-1.3.1

/etc/printcap:

hpdeskjet_hpijs|ijs/DESKJET_970;r=600x600;q=photo;c=full;p=a4;m=auto:\
:lp=/dev/ulpt0:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/hpdeskjet_hpijs:\
:lf=/var/spool/lpd/hpdeskjet_hpijs/log:\
:af=/var/spool/lpd/hpdeskjet_hpijs/acct:\
:mx#0:\
:sh:

Thanks.

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread chuck odonnell
On Thu, Feb 27, 2003 at 06:59:49PM +0100, Antoine Jacoutot wrote:
 On Thursday 27 February 2003 18:55, chuck odonnell wrote:
  we use it here. it works like a charm, and the quality is
  excellent. we print to it from FreeBSD desktops and Mac OS (shared via
  netatalk). do you have any specific questions about your setup?
  our info below for reference...
 
  And mine...:
 
 pkg_info -r apsfilter-7.2.5_1
 Information for apsfilter-7.2.5_1:
--cut--
 The only difference I can see is the PAPERSIZE, that's all... why
 why why don't have I the quality you're talking about, our setup is
 just the same !!!


mabe it's what we're printing? i only print postscript documents, or
the output of programs that generate postscript (e.g., mozilla,
acroread). are you trying to dump JPEG photo files directly? and if
so, is it going through the gimp, or some other converter?

chuck

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:01, P. U. Kruppa wrote:
 apsfilter is a tool to help you configure your printcap file.
 Please
 # cd /usr/local/share/apsfilter
 and
 # ./Setup

Please don't make fun of me, I am REALLY looking for help here.
Thanks.

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:07, chuck odonnell wrote:
 mabe it's what we're printing?

I wish that was it, but no, I print ps, jpeg, png... files, and the quality is 
always the same, very bad... :-(

I just set up a Redhat box for testing 5 minutes ago to try the hpijs 
driver... the quality is so good !
I just do not understand...

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:15, P. U. Kruppa wrote:
   aps1|ijs/DESKJET_990;r=600x600;q=high;c=full;p=letter;m=auto:\

 
 These are your default printer settings, if you need higher
 resolution or quality you can either change the defaults or print
 with special commandline options. They are documented on
 www.apsfilter.org.

I tried every quality (low, medium, high and photo) -- same quality output
I tried the following resolutions: 300x300, 600x600, 1200x1200... no 
difference
I also changed a4 to letter no change at all...
This is crazy ! ;-)

Antoine

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread P. U. Kruppa
On Thu, 27 Feb 2003, Antoine Jacoutot wrote:

 On Thursday 27 February 2003 19:15, P. U. Kruppa wrote:
aps1|ijs/DESKJET_990;r=600x600;q=high;c=full;p=letter;m=auto:\
 
  
  These are your default printer settings, if you need higher
  resolution or quality you can either change the defaults or print
  with special commandline options. They are documented on
  www.apsfilter.org.

 I tried every quality (low, medium, high and photo) -- same quality output
 I tried the following resolutions: 300x300, 600x600, 1200x1200... no
 difference
 I also changed a4 to letter no change at all...
 This is crazy ! ;-)
When I use quality=photo a printout takes about 10 minutes and
looks quite good.
Perhaps you should subscribe to apsfilter's mailing list and ask
them.

(... and sorry, I didn't want to make fun out of you. I believed
you didn't know.)

Uli.



 Antoine

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


+---+
|Peter Ulrich Kruppa|
|  -  Wuppertal -   |
|  Germany  |
+---+

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Wayne Lubin

When I want to print something I just convert it to
post script and feed it to gs which knows how to talk
to printers. Read the gs man page to see how to do it.

Wayne

--- Antoine Jacoutot [EMAIL PROTECTED] wrote:
 Hi ! 
  
 I has been almost a month now that I have been
 trying to make my printer work 
 under FreeBSD. 
 I am now seeking for a direct help, I am totally
 confused. 
 Basically, everything always worked perfectly, but
 the quality is not here. 
 Is there anyone on the list who uses apsfilter+hpijs
 to print to a Hp Deskjet 
 printer ? 
 I so don't want to have to buy another printer to
 print high quality pictures. 
  
 Thanks. 
  
 --  
 Antoine Jacoutot  
 [EMAIL PROTECTED]  
 http://www.lphp.org  
 Unix is user friendly. He's just very picky about
 who his friends are...   

 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of
 the message


__
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:37, you wrote:
 When I use quality=photo a printout takes about 10 minutes and
 looks quite good.

You are so lucky...

 Perhaps you should subscribe to apsfilter's mailing list and ask
 them.

I already did... no answer yet...

 (... and sorry, I didn't want to make fun out of you. I believed
 you didn't know.)

Oh, don't worry, it is just that I am so confused and feel so lost, I tend to 
say foolish things... :-)

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: hpijs

2003-02-27 Thread Antoine Jacoutot
On Thursday 27 February 2003 19:39, you wrote:
 When I want to print something I just convert it to
 post script and feed it to gs which knows how to talk
 to printers. Read the gs man page to see how to do it.

Ok, but this is not the problem though...
I already printed postript files under command line with gs, but this quality 
problem remains.

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


hpijs

2003-02-24 Thread Antoine Jacoutot
Hi !

I am looking for someone who uses the HPIJS printer driver to help me out a 
little bit with it.
The printing output is very poor quality on my printer, and I wanted to make 
sure I didn't miss anything.
I used to use HPIJS under Cups and Linux and the quality was very very nice, 
so I am sure I must have done something wrong is the apsfilter configuration.

Thanks in advance.

Antoine


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


hpijs poor quality printing

2003-02-15 Thread Antoine Jacoutot
Hi ! 
 
I'm trying to make my Hp Deskjet 970Cxi works with LPD using apsfilter. 
So far, it works, but the output quality is very poor. 
I'm using the ijs/DESKJET_970 (hpijs) driver since it is supposed to be the 
best filter for that printer (I remember having great printing quality under 
Linux with hpijs). 
Anyone having that kind of setup (Hp Deskjet+hpijs) that could help me improve 
printing quality ? 
 
Here is my printer details in my /etc/printcap: 
 
hpdeskjet_hpijs|ijs/DESKJET_970;r=1200x1200;q=photo;c=full;p=a4;m=auto:\ 
:lp=/dev/ulpt0:\ 
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ 
:sd=/var/spool/lpd/hpdeskjet_hpijs:\ 
:lf=/var/spool/lpd/hpdeskjet_hpijs/log:\ 
:af=/var/spool/lpd/hpdeskjet_hpijs/acct:\ 
:mx#0:\ 
:sh: 
 
I have ghostscript-gnu-nox11-7.05_3 and hpijs-1.3.1 under 
FreeBSD-4.7-STABLE-p3. 
Thanks in advance. 
 
--  
Antoine Jacoutot  
[EMAIL PROTECTED]  
http://www.lphp.org  
Unix is user friendly. He's just very picky about who his friends are...   
   

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message