Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Polytropon
On Wed, 27 Jul 2011 20:05:12 -0500, Antonio Olivares wrote: @ all, I restarted machine and I can print from command line :) [olivares@quadcore ~/Documents]$ cat Document1.txt | lpr -P Deskjet [olivares@quadcore ~/Documents]$ lpq -a Deskjet: Deskjet is ready and printing Rank Owner

Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Antonio Olivares
On Thu, Jul 28, 2011 at 8:15 AM, Polytropon free...@edvax.de wrote: On Wed, 27 Jul 2011 20:05:12 -0500, Antonio Olivares wrote: @ all, I restarted machine and I can print from command line :) [olivares@quadcore ~/Documents]$ cat Document1.txt |  lpr -P Deskjet [olivares@quadcore

Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Polytropon
On Thu, 28 Jul 2011 09:57:08 -0500, Antonio Olivares wrote: Polytropon, Thank you for the suggestion. I am using bash as my shell. I have a file ~/.bashrc with command in there and I get: bash: setenv: command not found Of course.

Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Antonio Olivares
For example, your ~/.bashrc could look like this:        setxkbmap -option compose:ralt        export PRINTER=Deskjet Keep in mind that in _this_ case, $PRINTER is set for _your_ account only (which should be fine on a single- user system). However, if you set it up in /etc/csh.cshrc for

Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Antonio Olivares
However, if you set it up in /etc/csh.cshrc for system- wide use, user shells like bash should incorporate the setting. -- Polytropon, I have made the changes, but the printer does not print :( from firefox. I might ``try the /etc/csh.cshrc for system- wide use'' option :) and get

Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Polytropon
On Thu, 28 Jul 2011 10:34:46 -0500, Antonio Olivares wrote: I have made the changes, but the printer does not print :( You can always check $ echo $PRINTER which should give you the correct printer name, as you did correctly show. Make sure upper/lowercase matches exactly. When you

Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Polytropon
On Thu, 28 Jul 2011 10:44:52 -0500, Antonio Olivares wrote: Made the changes with global /etc/csh.cshrc and it did not work :( Requires re-login, but reboot should also be fine. :-) On the root prompt which (I assume!) has the C shell as the default dialog shell, % echo $PRINTER or

Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Antonio Olivares
On Thu, Jul 28, 2011 at 10:57 AM, Polytropon free...@edvax.de wrote: On Thu, 28 Jul 2011 10:44:52 -0500, Antonio Olivares wrote: Made the changes with global /etc/csh.cshrc and it did not work :( Requires re-login, but reboot should also be fine. :-) Rebooted and firefox did not print :(

Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Polytropon
On Thu, 28 Jul 2011 11:06:47 -0500, Antonio Olivares wrote: On Thu, Jul 28, 2011 at 10:57 AM, Polytropon free...@edvax.de wrote: On Thu, 28 Jul 2011 10:44:52 -0500, Antonio Olivares wrote: Made the changes with global /etc/csh.cshrc and it did not work :( Requires re-login, but reboot

Re: printing to a HP Deskjet 812C printer

2011-07-28 Thread Warren Block
On Wed, 27 Jul 2011, Antonio Olivares wrote: On Wed, Jul 27, 2011 at 8:05 PM, Antonio Olivares olivares14...@gmail.com wrote: @ all, I restarted machine and I can print from command line :) [olivares@quadcore ~/Documents]$ cat Document1.txt |  lpr -P Deskjet [olivares@quadcore ~/Documents]$

printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
|Russian local line printer:\ # :sh:of=/usr/libexec/lpr/ru/koi2alt:\ # :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: # add for HP Deskjet 812C lp:\ :lp=/dev/ulpt0:\ :sh:\ :mx#0:\ :sd=/var/spool/lpd/lp:\ :if=/usr/local/libexec/psif

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
: # add for HP Deskjet 812C lp:\        :lp=/dev/ulpt0:\        :sh:\        :mx#0:\        :sd=/var/spool/lpd/lp:\        :if=/usr/local/libexec/psif:\        :lf=/var/log/lpd-errs: quadcore# cat /usr/local/libexec/ps2pcl #!/bin/sh /usr/local/bin/gs -dSAFER -dNOPAUSE -q -sDEVICE=deskjet

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Warren Block
On Wed, 27 Jul 2011, Antonio Olivares wrote: chkprintcap: Warning: blanks after trailing '\', at line 62 (entry lp) chkprintcap: Warning: values-line after line with NO trailing '\', at line 63 chkprintcap:2 warnings from skimming /etc/printcap This needs to be fixed. The entry is broken

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Warren Block
On Wed, 27 Jul 2011, Warren Block wrote: A Deskjet 812C should be a parallel printer, with device /dev/lpt0. Are you using a USB to parallel adapter? Cancel that, an 812C has both parallel and USB. Make sure only the USB cable is connected, I suspect those printers don't have auto port

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
On Wed, Jul 27, 2011 at 4:23 PM, Warren Block wbl...@wonkity.com wrote: On Wed, 27 Jul 2011, Warren Block wrote: A Deskjet 812C should be a parallel printer, with device /dev/lpt0.  Are you using a USB to parallel adapter? Cancel that, an 812C has both parallel and USB.  Make sure only the

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Warren Block
On Wed, 27 Jul 2011, Antonio Olivares wrote: I changed /etc/printcap, and two blank pages came out but blank :( Okay, it's progress. And good news, that printer understands plain ASCII and PCL3. Make certain lpd is running (pgrep lpd), then try the test shown in the article: % printf

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
On Wed, Jul 27, 2011 at 5:11 PM, Warren Block wbl...@wonkity.com wrote: On Wed, 27 Jul 2011, Antonio Olivares wrote: I changed /etc/printcap, and two blank pages came out but blank :( Okay, it's progress.  And good news, that printer understands plain ASCII and PCL3. Make certain lpd is

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Ross
It requires CUPS and replaces system lpr. Here's an example on setting up HPLIP: http://daemon-notes.com/articles/install/hplip On Thu, Jul 28, 2011 at 1:25 AM, Antonio Olivares olivares14...@gmail.com wrote: On Wed, Jul 27, 2011 at 5:07 PM, Ross basarev...@gmail.com wrote: Why you do not use

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
On Wed, Jul 27, 2011 at 5:43 PM, Ross basarev...@gmail.com wrote: It requires CUPS and replaces system lpr. Here's an example on setting up HPLIP: http://daemon-notes.com/articles/install/hplip On Thu, Jul 28, 2011 at 1:25 AM, Antonio Olivares olivares14...@gmail.com wrote: On Wed, Jul 27,

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Ross
On Thu, Jul 28, 2011 at 1:54 AM, Antonio Olivares olivares14...@gmail.com wrote: On Wed, Jul 27, 2011 at 5:43 PM, Ross basarev...@gmail.com wrote: It requires CUPS and replaces system lpr. Here's an example on setting up HPLIP: http://daemon-notes.com/articles/install/hplip On Thu, Jul 28,

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
On Wed, Jul 27, 2011 at 6:03 PM, Ross basarev...@gmail.com wrote: On Thu, Jul 28, 2011 at 1:54 AM, Antonio Olivares olivares14...@gmail.com wrote: On Wed, Jul 27, 2011 at 5:43 PM, Ross basarev...@gmail.com wrote: It requires CUPS and replaces system lpr. Here's an example on setting up HPLIP:

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Ross
On Thu, Jul 28, 2011 at 2:12 AM, Antonio Olivares olivares14...@gmail.com wrote: On Wed, Jul 27, 2011 at 6:03 PM, Ross basarev...@gmail.com wrote: On Thu, Jul 28, 2011 at 1:54 AM, Antonio Olivares olivares14...@gmail.com wrote: On Wed, Jul 27, 2011 at 5:43 PM, Ross basarev...@gmail.com wrote:

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Ross
On Thu, Jul 28, 2011 at 2:29 AM, Ross basarev...@gmail.com wrote: On Thu, Jul 28, 2011 at 2:12 AM, Antonio Olivares olivares14...@gmail.com wrote: On Wed, Jul 27, 2011 at 6:03 PM, Ross basarev...@gmail.com wrote: On Thu, Jul 28, 2011 at 1:54 AM, Antonio Olivares olivares14...@gmail.com wrote:

SOLVED! Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
I will be patient and try some things out then report back.  I appreciate the help and if I can't find a solution, I will take the plunge :) and hopefully not fail. Regards, Antonio If you do decide to take this route, it's not that hard to recompile a kernel. # csup -h

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
If you do decide to take this route, it's not that hard to recompile a kernel. # csup -h cvsup.FreeBSD.org -L2 /usr/share/examples/cvsup/standard-supfile Copy your kernconf, say COFFIN, to /usr/src/sys/i386/conf/ if you are on 32bit or to /usr/src/sys/amd64/conf/ if on amd64. The file

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
@ all, I restarted machine and I can print from command line :) [olivares@quadcore ~/Documents]$ cat Document1.txt | lpr -P Deskjet [olivares@quadcore ~/Documents]$ lpq -a Deskjet: Deskjet is ready and printing Rank Owner Job Files Total Size active

Re: printing to a HP Deskjet 812C printer

2011-07-27 Thread Antonio Olivares
On Wed, Jul 27, 2011 at 8:05 PM, Antonio Olivares olivares14...@gmail.com wrote: @ all, I restarted machine and I can print from command line :) [olivares@quadcore ~/Documents]$ cat Document1.txt |  lpr -P Deskjet [olivares@quadcore ~/Documents]$ lpq -a Deskjet: Deskjet is ready and

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

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

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

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

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

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

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

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

HP deskjet 520

2006-09-26 Thread justin
Hello, I am trying to configure my printer but i`m running into some trouble. The hand books talks about the polled and the interrupt driven mode. Some hp printers got problems with the interupt driven mode on the parallel port. The hand book comes with a sollution allthought they say that in

HP Deskjet 720C ...

2006-08-13 Thread Kiffin Gish
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? Thanks alot in advance. -- Kiffin Gish [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

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

Re: Staircaseeffect with HP Deskjet Plus

2005-10-18 Thread Andreas Rudisch
On Fri, 14 Oct 2005 12:29:26 +0200, Stevan Tiefert [EMAIL PROTECTED] wrote: You didn't read the e-mail... :-( cyb schrieb: On Thu, 13 Oct 2005 13:03:08 +0200, Stevan Tiefert [EMAIL PROTECTED] wrote: Hello list, when I want to print an ASCII-text via lpr to my HP Deskjet Plus I got

Re: Staircaseeffect with HP Deskjet Plus

2005-10-18 Thread Rick Preston
On 10/13/05, Stevan Tiefert [EMAIL PROTECTED] wrote: Hello list, when I want to print an ASCII-text via lpr to my HP Deskjet Plus I got a staircaseeffect on my printer. I asked HP for support but they answered: ... the support stopped nine years ago... Ups :-( I think that a solution

Staircaseeffect with HP Deskjet Plus

2005-10-13 Thread Stevan Tiefert
Hello list, when I want to print an ASCII-text via lpr to my HP Deskjet Plus I got a staircaseeffect on my printer. I asked HP for support but they answered: ... the support stopped nine years ago... Ups :-( I think that a solution with a2ps and gs is too crazy and too slow when I print

Re: Staircaseeffect with HP Deskjet Plus

2005-10-13 Thread Michael Hughes
On Thu, 13 Oct 2005 13:03:08 +0200 Stevan Tiefert [EMAIL PROTECTED] wrote: Hello list, when I want to print an ASCII-text via lpr to my HP Deskjet Plus I got a staircaseeffect on my printer. I asked HP for support but they answered: ... the support stopped nine years ago... Ups

apsfilter and HP Deskjet 842c

2005-10-04 Thread E. J. Cerejo
I could print perfectly using apsfilter before I did a clean FreeBSD instalation and now something is not right, when I go through the setup program and I finally test a page the sheet of paper gets fed and looks like it starts printing and then everything freezes on my printer or it completely

HP Deskjet 720c won't print ...

2005-09-18 Thread Kiffin Gish
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. Here's my setup: ppc0: ECP parallel printer port port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on acpi0 ppc0: SMC

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

Re: CUPS hp deskjet driver install fails

2005-06-08 Thread Paul Schmehl
--On Tuesday, June 07, 2005 20:09:32 -0400 Mike Jeays [EMAIL PROTECTED] wrote: I had a similar problem with a printer on the parallel port - the answer was the lptcontrol command, to switch it from interrupt to polled mode. Look at man lptcontrol. This was the perfect solution. Thanks. Paul

CUPS hp deskjet driver install fails

2005-06-07 Thread Paul Schmehl
I'm running 5.4 RELEASE. I installed cups, set up two printers (one hplj network printer and one hpdj parallel port printer) and printed test pages. The network printer printed a test page just fine. The parallel port deskjet printer took about 45 minutes to print a test page. Thinking it

Re: CUPS hp deskjet driver install fails

2005-06-07 Thread Mike Jeays
On Tue, 2005-06-07 at 19:00, Paul Schmehl wrote: I'm running 5.4 RELEASE. I installed cups, set up two printers (one hplj network printer and one hpdj parallel port printer) and printed test pages. The network printer printed a test page just fine. The parallel port deskjet printer took

Re: CUPS hp deskjet driver install fails

2005-06-07 Thread Paul Schmehl
--On June 7, 2005 8:09:32 PM -0400 Mike Jeays [EMAIL PROTECTED] wrote: I had a similar problem with a printer on the parallel port - the answer was the lptcontrol command, to switch it from interrupt to polled mode. Look at man lptcontrol. Thanks. I'll take a look. Paul Schmehl ([EMAIL

Duplex printing with HP DeskJet 6122

2004-10-17 Thread Gr6Charl
Having problems with getting my hp deskjet 6122 to print. Got as far as downlaoding the software but when it got to set up nothing happened. Can you help? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Duplex printing with HP DeskJet 6122

2004-10-17 Thread stheg olloydson
it was said: Having problems with getting my hp deskjet 6122 to print. Got as far as downlaoding the software but when it got to set up nothing happened. Can you help? Hello, Sure! Check your configuration. You have something wrong. See http://www.lemis.com/questions.html for details. HTH

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

HP DeskJet

2004-07-21 Thread Paulo Fonseca Jr.
how to print easly with HP deskjet on freebsd5.1+kde3.1.2 ? Can anybody help me? Zumba. ___ [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

HP Deskjet 3820

2004-02-08 Thread paul
Hey everyone I'm wondering if anyone else out there has a hp deskjet 3820, I can't seem to get the dpi right. I'm printing using cups I downloaded a ppd file for my printer from linuxprinting.org and selected it from the cups admin but it doesn't print I used the hp ppd that comes with cups

Printing with HP Deskjet 3820

2004-01-28 Thread paul
I'm trying to configure my Deskjet 3820 using CUPS but have a feeling I'm doing something wrong I installed cups went to http://localhost:631/admin and added a printer I'm not exactly sure if I did it right I got the directions from the freebsddiary but I entered /dev/lpt0 for location heres

Re: Printing with HP Deskjet 3820

2004-01-28 Thread paul
sd wrote: On Wednesday 28 January 2004 06:21 pm, paul wrote: I'm trying to configure my Deskjet 3820 using CUPS but have a feeling I'm doing something wrong I installed cups went to http://localhost:631/admin and added a printer I'm not exactly sure if I did it right I got the directions from

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

Printing with Samba an a HP Deskjet 870Cse

2003-09-22 Thread Andy W Clements
Hello, I've been struggling with this problem for the last week and I am close to getting it to work, but I seem to be missing something. I currently have a HP DeskJet 870Cse hooked up via lpt0 to FreeBSD 5.1 i386 machine. I can print text files via lpr with no problem. This is done through

Re: Duplex printing with HP DeskJet 6122

2003-06-02 Thread Brian Astill
On Sun, 1 Jun 2003 07:36 pm, Sheldon Hearn wrote: Hi folks, We just got an HP DeskJet 6122 for printing Unix docs. It comes with a duplexing unit, which works when driven by the supplied Windows driver. However, I'd really rather have this thing connected to my FreeBSD workstation. I've

Re: Duplex printing with HP DeskJet 6122

2003-06-02 Thread Malcolm Kay
On Sun, 1 Jun 2003 19:36, Sheldon Hearn wrote: Hi folks, We just got an HP DeskJet 6122 for printing Unix docs. It comes with a duplexing unit, which works when driven by the supplied Windows driver. However, I'd really rather have this thing connected to my FreeBSD workstation. I've

Duplex printing with HP DeskJet 6122

2003-06-01 Thread Sheldon Hearn
Hi folks, We just got an HP DeskJet 6122 for printing Unix docs. It comes with a duplexing unit, which works when driven by the supplied Windows driver. However, I'd really rather have this thing connected to my FreeBSD workstation. I've tried CUPS and LPRng, and neither of the two support

Printing to HP Deskjet 820

2002-12-11 Thread Tyler Eaves
I'm trying to print to a Deskjet 820 (On /dev/lpt0, pdq, using pnm2ppa) pdq gives the following error: Unknown error globbing for job id. Undefined error: 0 I know from searching the archives that serveral others have had trouble with this printer, so I'm seeking mainly their help, if they

Trouble setting up HP Deskjet 855Cse printer

2002-11-15 Thread Lin Jianfong
Hi, I have been trying to set up HP Deskjet 855Cse with my machine running FreeBSD 4.7-RELEASE for a couple days and having trouble getting anything better than garbage printout. Snippet from dmesg -a : ppc0: Parallel port at port 0x378-0x37f drq 1 on isa0 ppc0: SMC-like chipset (ECP/EPP

Re: [freebsd-questions] Trouble setting up HP Deskjet 855Cse printer

2002-11-15 Thread Lin Jianfong
Gilbert [EMAIL PROTECTED] To: Lin Jianfong [EMAIL PROTECTED] Subject: Re: [freebsd-questions] Trouble setting up HP Deskjet 855Cse printer Date: 15 Nov 2002 14:58:51 -0500 Lin Jianfong [EMAIL PROTECTED] writes: In the SETUP process, printing test page worked perfectly, I can see the usual 4