USB Printer setup Help

2005-02-28 Thread Warren
Could someone direct me to a website where i might be able to setup my new USB 
Printer so it prints from my BSD box direct plz.
-- 
Yours Sincerely
Shinjii
http://www.shinji.nq.nu
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Printer setup Help

2005-02-28 Thread Luke Kearney

On Tue, 1 Mar 2005 10:50:22 +1000
Warren [EMAIL PROTECTED] spake thus:

 Could someone direct me to a website where i might be able to setup my new 
 USB 
 Printer so it prints from my BSD box direct plz.
 -- 
 Yours Sincerely
 Shinjii
 http://www.shinji.nq.nu
google for Linux  printing. You should get a site which has good
coverage of setting up CUPS and LPR. If you go to the Linux printing
site first you may be able to get a complete PPD for the printer which
will help.

HTH

LukeK
-- 
Luke Kearney [EMAIL PROTECTED]

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


USB printer setup

2004-03-02 Thread Gareth Bailey
Ok. I read through the handbook pages on printing and it doesn't have too much on usb 
printers. Can anyone suggest where i might start with setting up my USB Samsung laser 
printer? (My system loads it on ulpt0 so kernel is fine!)

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


Re: USB printer setup

2004-03-02 Thread Warren Block
On Tue, 2 Mar 2004, Gareth Bailey wrote:

 Ok. I read through the handbook pages on printing and it doesn't have
 too much on usb printers. Can anyone suggest where i might start with
 setting up my USB Samsung laser printer? (My system loads it on ulpt0
 so kernel is fine!)

[Please wrap your lines at 72 columns, thanks.]

It's the same as a parallel port printer setup, just use /dev/ulpt0
instead of /dev/lpt0 in the printcap definition.

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


USB Printer setup

2003-01-25 Thread Remington L.
FreeBSD bathory.aria 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #1: Thu Jan 
23 11:12:16 PST 2003 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/TheGateV1  i386

For the past few days ive been attempting to set up my printer and i've 
had no luck. I have a HP Deskjet 3420, ulpt0: hp deskjet 3420, rev 
2.00/1.00, addr 3, iclass 7/1. This morning i set up my /etc/printcap 
like this:

# HP Deskjet 3420
lp|lj|HP Deskjet 3420:\
   :lp=/dev/ulpt0:sd=/var/spool/lpd:\
   :lf=/var/log/lpd-errs:sh:mx#0:\
   :if=/usr/local/libexec/lpfilter:\

I also edited my /etc/rc.conf to
lpd_enable=YES

And then i rebooted and tried to print something: cat /etc/rc.conf  
/dev/ulpt0
And nothing printed. Any suggestions on what i'm doing wrong?


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


Re: USB Printer setup

2003-01-25 Thread Mike Meyer
In [EMAIL PROTECTED], Remington L. [EMAIL PROTECTED] typed:
 FreeBSD bathory.aria 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #1: Thu Jan 
 23 11:12:16 PST 2003 
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TheGateV1  i386
 
 For the past few days ive been attempting to set up my printer and i've 
 had no luck. I have a HP Deskjet 3420, ulpt0: hp deskjet 3420, rev 
 2.00/1.00, addr 3, iclass 7/1. This morning i set up my /etc/printcap 
 like this:

Is the quoted string from dmesg? If not, what are you getting from
dmesg for ulpt0?

 # HP Deskjet 3420
 lp|lj|HP Deskjet 3420:\
 :lp=/dev/ulpt0:sd=/var/spool/lpd:\
 :lf=/var/log/lpd-errs:sh:mx#0:\
 :if=/usr/local/libexec/lpfilter:\
 
 I also edited my /etc/rc.conf to
 lpd_enable=YES
 
 And then i rebooted and tried to print something: cat /etc/rc.conf  
 /dev/ulpt0
 And nothing printed. Any suggestions on what i'm doing wrong?

Two possibilities here. When this happened to me, the USB device
shared an IRQ with another device. Changing that solved the problem.

The other is that the printer is a Winprinter, meaning that it can't
print simple ascii text, but has to be fed a rendered image of the
page. if ghostscript has a driver for the printer, you might try
something like:

enscript -o - /etc/rc.conf | gs -sOutputFile=/dev/ulpt0 -dNOPAUSE -sDEVICE=...

with ... replaced by the appropriate device driver and any
driver-specific flags you may want to use.

mike
-- 
Mike Meyer [EMAIL PROTECTED]  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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



Re: USB Printer setup

2003-01-25 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Saturday 25 January 2003 20:12, Remington L. wrote:
 FreeBSD bathory.aria 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #1: Thu Jan
 23 11:12:16 PST 2003
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TheGateV1  i386

snip

 And then i rebooted and tried to print something: cat /etc/rc.conf 
 /dev/ulpt0
 And nothing printed. Any suggestions on what i'm doing wrong?

I'm not entirely sure, but I have a feeling that you have to use the hpijs 
drivers for this model. I have a 3820 which works great using hpijs, though 
despite the similair name, IIRC the 3420 has completely different hardware in 
it.

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE: http://www.koffice.org, http://printing.kde.org, http://usability.kde.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+MvSiF8Iu1zN5WiwRAhVoAJ9VZz9btgVNMB7RZ/J4iixRvTmkMgCeIM2N
aR4ZHFYKg6D1LQkRuzZkbnc=
=ical
-END PGP SIGNATURE-


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



Re: USB Printer setup

2003-01-25 Thread Gerard Samuel
I have a doc how I setup my HP USB printer at 
http://www.freebsddiary.org/cups.php
Give that a read and see how you do...

Remington L. wrote:

FreeBSD bathory.aria 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #1: Thu Jan 
23 11:12:16 PST 2003 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/TheGateV1  i386

For the past few days ive been attempting to set up my printer and 
i've had no luck. I have a HP Deskjet 3420, ulpt0: hp deskjet 3420, 
rev 2.00/1.00, addr 3, iclass 7/1. This morning i set up my 
/etc/printcap like this:

# HP Deskjet 3420
lp|lj|HP Deskjet 3420:\
   :lp=/dev/ulpt0:sd=/var/spool/lpd:\
   :lf=/var/log/lpd-errs:sh:mx#0:\
   :if=/usr/local/libexec/lpfilter:\

I also edited my /etc/rc.conf to
lpd_enable=YES

And then i rebooted and tried to print something: cat /etc/rc.conf  
/dev/ulpt0
And nothing printed. Any suggestions on what i'm doing wrong?


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



--
Gerard Samuel
http://www.trini0.org:81/
http://dev.trini0.org:81/



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