Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 1997 14:37:33 +0300 (EET DST)
From:      Teemu Kuusijarvi <k20418@kyyppari.hkkk.fi>
To:        freebsd-questions@FreeBSD.ORG
Subject:   HPDeskJet 870Cxi driver problem
Message-ID:  <199704281137.OAA12270@kyyppari.hkkk.fi>

next in thread | raw e-mail | index | archive | help
I'm looking for a DeskJet 870Cxi driver or info how to
compile one. This is what i found from Aladdin Ghostscript page:

---------------------------------------------
* cdj850 
      HP DeskJet 850 
      HP DeskJet 870Cse (4.03) 
      HP DeskJet 870Cxi (4.03) 
      This is not part of the standard distribution. Information about
      this driver is available from http://bonk.ethz.ch/. The sources are
      available from
      ftp://bonk.ethz.ch/gs-driver-distrib/hp850.zip 
---------------------------------------------

The compiling instructions from bonk.etzh.ch :
-------------------------------------------------
Note to *nix users. Depending on how you have transfered the files, you
might need to remove some CR-codes used on intel-based machines: 

simply type: tr -d \\r < gdevcd8.c > gdevcd8.c.new 

to compile, include in your makefile something like: 

DEVICE_DEVS4=cdj850.dev 

create a file cdj850.dev with the following line: 

-dev cdj850 -include page -obj gdevcd8.obj gdevpcl.obj 

locate in devs.mak the line: 

cdeskjet_=gdevcdj.$(OBJ) $(HPPCL) 

and create below the line: 

cdeskjet8_=gdevcd8.$(OBJ) $(HPPCL) 

add to the device definitions the following two lines: 

cdj850.dev: $(cdeskjet8_) page.dev $(SETPDEV) cdj850 $(cdeskjet8_) 

and recompile.
--------------------------------------------------

I can't find appropriate *.h files, devs.mak or anything else.


-- 
----------------------------------------------
 Teemu Kuusijarvi      http://www.iki.fi/tpk/
                        email tpk@iki.fi
--------------  FreeBSD 2.2.1  ---------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704281137.OAA12270>