Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2000 18:26:56 -0400
From:      Naief BinTalal <naief@cyfari.com>
To:        Justin Boss <jlboss@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Not Able to Printing Over 1M
Message-ID:  <20000915182655.A37648@www.cyfari.com>
In-Reply-To: <20000915200456.12212.qmail@web2304.mail.yahoo.com>
References:  <20000915200456.12212.qmail@web2304.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 15, 2000 at 01:04:56PM -0700, Justin Boss wrote:

  Hi Justin,

> I'm running FreeBSD 4.1 using samba 2.0.7. I can print
> from a windows client just fine but if I try to print
> something over a 1M it gets cut off. this is what the
> printer in my printcap file looks like
> 
> HPLJ4500C|:rp=HPLJ4500C:mx=50000:sd=/var/spool/lpd/HPLJ4500C:sh:rm=HPLJ4500C.cpaaa.org:

  Change mx=50000 to mx#50000 like this:

  HPLJ4500C|:rp=HPLJ4500C:mx#50000:sd=/var/spool/lpd/HPLJ4500C:sh:rm=HPLJ4500C.cpaaa.org:

  If you want no limit set mx to 0 like this:

  HPLJ4500C|:rp=HPLJ4500C:mx#0:sd=/var/spool/lpd/HPLJ4500C:sh:rm=HPLJ4500C.cpaaa.org:


  Regards,
  Naief


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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