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]


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]


Re: HP Deskjet 720C ...

2006-08-13 Thread Girish Venkatachalam


--- Kiffin Gish [EMAIL PROTECTED] wrote:

 I cannot for the life of me get FreeBSD 6.1 to work
 with my HP Dekjet
 720C printer. I've tried following the directions as
 given in the
 FreeBSD Handbook, but to no avail.
 
 Can anyone help me and/or offer tips where I can
 look?
 
Did you try postscript printing with a2ps and LPD? 

If the printer listens at TCP port 515, then I think
yo u are set. Make sure you have LPRng. 

To test that, just try telnet hp-printer-ip 515 and
see if it connects.

If that goes thro' you only have to export a shell
variable and you can print.

export [EMAIL PROTECTED]

HTH,
Girish
 Thanks alot in advance.
 
 -- 
 Kiffin Gish [EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list

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


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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 720C ...

2006-08-13 Thread dgmm
On Sunday 13 August 2006 12:27, Girish Venkatachalam wrote:
 Did you try postscript printing with a2ps and LPD?

 If the printer listens at TCP port 515, then I think
 yo u are set. Make sure you have LPRng.

 To test that, just try telnet hp-printer-ip 515 and
 see if it connects.

 If that goes thro' you only have to export a shell
 variable and you can print.

 export [EMAIL PROTECTED]

FWIW an HP720c is bottom end inkjet, parallel only, windows GDI printer.


-- 
Dave
___
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 720c won't print ...

2005-09-18 Thread Roland Smith
On Sun, Sep 18, 2005 at 10:18:51AM +0200, Kiffin Gish wrote:
 I've been trying to get my hp deskjet 720c to print but nothing happens.
 
 I've followed step-by-step the instructions in the handbook, but when I
 run 'lptest  /dev/lpt0' nothing happens.

The handbook assumes that printers can print plain test. Het 720C
can't. You need to install a printing formatter/spooler like
apsfilter. You'll also need the pnm2ppa port.

See http://www.linuxprinting.org/show_printer.cgi?recnum=HP-DeskJet_720C
and
http://lists.freebsd.org/pipermail/freebsd-questions/2005-February/077001.html

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpT2CyFcPPoA.pgp
Description: PGP signature


Re: HP DeskJet

2004-07-22 Thread Eric Crist
On Tuesday 20 July 2004 21:22, Paulo Fonseca Jr. wrote:
 how to print easly with HP deskjet on freebsd5.1+kde3.1.2 ? Can anybody
 help me?

 Zumba.

check out the CUPS port, /usr/ports/print/cups or the apsfilter 
port, /usr/ports/print/apsfilter.  I prefer the latter, as it uses your 
native lpr/lpd.

HTH
-- 
Eric F Crist

Keep your pecker hard and your powder dry, and the world WILL turn.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HP DeskJet

2004-07-21 Thread Andrew L. Gould
On Tuesday 20 July 2004 09:22 pm, Paulo Fonseca Jr. wrote:
 how to print easly with HP deskjet on freebsd5.1+kde3.1.2 ? Can
 anybody help me?

 Zumba.

I use apsfilter.

Better writers than myself have already contributed to the cause:

http://www.onlamp.com/pub/a/bsd/2004/07/08/FreeBSD_Basics.html
http://www.onlamp.com/pub/a/bsd/2003/11/06/Big_Scary_Daemons.html
http://www.onlamp.com/pub/a/bsd/2004/02/05/Big_Scary_Daemons.html

Best of luck,

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


RE: HP Deskjet 5150

2003-10-20 Thread Derrick Ryalls

 
 I really need to know if my HP Deskjet 5150 works with 
 freebsd, if not, i have to change it in 3 days, please help me!
 
 I've configured cups like it said in www.freebsddiary.org, 
 with a difference, i dont have a compatible browser to 

What browser are you trying?  I have had success with IE and Opera.  You
will need to change 2 places in the cups.conf file to access the web config
from anywhere but localhost.

 adminsistrate cups, so i do these to add my printer in the server:
 
 /usr/sbin/lpadmin -p DeskJet -E -v usb:/dev/ulpt0 -m 
 deskjet.ppd (is this correct?)
 

I don't know, I have only used the web utility.  Anything helpful appear in
the logs?  Is the daemon running?

 is this correct?! and when i access to CUPS with workstation 
 i see the printer, but i can't print anything, neither from 
 the server or from the workstation!!!
 

Once you can print via CUPS, if you share it out via samba, on the client
end you will need to add it like so:

1) Add new printer
2) Local Printer (not remote)
3) Specify new port
4) Dialog comes up, specify printer (i.e. \\printserver\PrintShare)

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