Re: USB support for new HP printers?

2002-12-04 Thread Dag-Erling Smorgrav
John Nielsen [EMAIL PROTECTED] writes:
 Hi, John.  The LaserJet 1200 advertises several alternate settings for the
 printer-class interface: 7/1/3 (for IEEE 1284.4 packets, the new and
 different USB interface you mentioned), 7/1/2 (bidirectional raw print
 data), and 7/1/1 (unidirectional raw print data).  If you can somehow
 convince the ulpt driver to bind to 7/1/2 or 7/1/1 rather than just blindly
 binding to the first alternate setting it finds, then that should be all you
 need.

Interesting.  I wonder if the same applies to the OfficeJet.  I have a
d145, and while FreeBSD recognizes it just fine, and attaches it as a
ulpt device, it fails to print (the process that tries to write to
/dev/ulpt0 just hangs).  I'll see if I can figure out a way to force
the ulpt driver to bind to 7/1/2.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]

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



Re: USB support for new HP printers?

2002-12-02 Thread Bernd Walter
On Sun, Aug 25, 2002 at 11:36:15PM -0600, John Nielsen wrote:
 Are there plans to add USB support for HP's newer printers to FreeBSD?  
 Specificially, the OfficeJets and the LaserJet 1200?  They use a 
 new/different/broken USB interface so they're just recognized as ugen 
 devices at the moment..

Can you tell details about the difference?

-- 
B.Walter  COSMO-Project http://www.cosmo-project.de
[EMAIL PROTECTED] Usergroup   [EMAIL PROTECTED]


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



Re: USB support for new HP printers?

2002-12-02 Thread John Nielsen
On Monday 02 December 2002 05:13, Bernd Walter wrote:
 On Sun, Aug 25, 2002 at 11:36:15PM -0600, John Nielsen wrote:
  Are there plans to add USB support for HP's newer printers to FreeBSD?
  Specificially, the OfficeJets and the LaserJet 1200?  They use a
  new/different/broken USB interface so they're just recognized as ugen
  devices at the moment..

 Can you tell details about the difference?

Not really.  Pretty much everything I know I learned from corresponding with 
David Paschal on the hpoj-devel mailing list (see hpoj.sourceforge.net).  
If Geocrawler ever comes back up today you can browse the list.  See the 
thread FreeBSD howto? starting August 26 2002.  Here is a quote from Mr. 
Paschal in one of those e-mails:

Hi, John.  The LaserJet 1200 advertises several alternate settings for the
printer-class interface: 7/1/3 (for IEEE 1284.4 packets, the new and
different USB interface you mentioned), 7/1/2 (bidirectional raw print
data), and 7/1/1 (unidirectional raw print data).  If you can somehow
convince the ulpt driver to bind to 7/1/2 or 7/1/1 rather than just blindly
binding to the first alternate setting it finds, then that should be all you
need.

The above quote is in reference to getting printing (and only printing) to 
work on an LJ 1200.  For full functionality, you'd need to do a bit more.  
I think the hpoj project was leaning towards a cross-platform userland 
solution (hack?) rather than doing kernel mods on several different 
platforms.

JN

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



USB support for new HP printers?

2002-08-25 Thread John Nielsen

Are there plans to add USB support for HP's newer printers to FreeBSD?  
Specificially, the OfficeJets and the LaserJet 1200?  They use a 
new/different/broken USB interface so they're just recognized as ugen 
devices at the moment..

JN

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