Re: Simplest way to print to a HP USB Printer without HPLIP

2011-01-26 Thread Warren Block
about printing to a USB printer. The only difference is the device, using /dev/ulpt0 or /dev/unlpt0. My "lpd Printing With FreeBSD" demonstrates: http://www.wonkity.com/~wblock/docs/html/lpdprinting.html But a foo2zjs printer may require a firmware download before it is even detect

Simplest way to print to a HP USB Printer without HPLIP

2011-01-26 Thread Bahman Kahinpour
Hello, How can I print to a HP printer without installing HPLIP? I know the exact filter needed to print to the printer (foo2zjs according to OpenPrinting.org) If it were PARALLEL or SERIAL I could use the handbook but handbook doesn't have any info. about printing to a USB printer. Thank

Re: cups-1.4.2 usb printer not recognized [solved]

2009-12-22 Thread Peter Ulrich Kruppa
g hplip-3.9.8 backend.) For the records: with latest portstree - some patches have been commited during the last days - and a # portupgrade -arf which took some time, print/cups and print/hplip now will recognize my USB-printer correctly. ulpt doesn't have to be removed from the kernel,

Re: cups-1.4.2 usb printer not recognized

2009-12-17 Thread Peter Ulrich Kruppa
Am Dienstag, den 15.12.2009, 07:28 -0500 schrieb Lowell Gilbert: > Peter Ulrich Kruppa writes: > > > since my update to cups-1.4.2 I can't print anymore :-( > > > > I have got a HP Deskjet 990 Cxi attached to an USB port. > > My system is a FreeBSD 8.0 -STABLE amd64. > > > > I can cat some word

cups-1.4.2 usb printer not recognized

2009-12-13 Thread Peter Ulrich Kruppa
Hi, since my update to cups-1.4.2 I can't print anymore :-( I have got a HP Deskjet 990 Cxi attached to an USB port. My system is a FreeBSD 8.0 -STABLE amd64. I can cat some words to /dev/ulpt0 but that's about all. When I access http://localhost:631 no local printer will show up. Any ideas?

Re: USB printer problem [SOLVED]

2009-01-06 Thread Mario Lobo
On Tuesday 06 January 2009 10:57:27 you wrote: > Your PPD is probably wrong ... > > Accorfing to: > http://hplipopensource.com/hplip-web/models/deskjet/deskjet_d1500_series.ht >ml > > Your printer is fully supported. But the right PPD seem to be: DJ3320 > > Get into the cups web interface, remove y

Re: USB printer problem

2009-01-04 Thread Mario Lobo
On Sunday 04 January 2009 14:18:06 Gonzalo Nemmi wrote: > On Sunday 04 January 2009 2:21:34 pm Mario Lobo wrote: > > Hi; > > > > I've been trying for 2 days with no success > > > > Here is the setup: > > > > FreeBSD 6.4-STABLE #0: Wed Dec 10 22:25:05 BRT 200 > > > > -printer detected > > > > kernel

Re: USB printer problem

2009-01-04 Thread Mario Lobo
On Sunday 04 January 2009 14:18:06 Gonzalo Nemmi wrote: > On Sunday 04 January 2009 2:21:34 pm Mario Lobo wrote: > > Hi; > > > > I've been trying for 2 days with no success > > > > Here is the setup: > > > > FreeBSD 6.4-STABLE #0: Wed Dec 10 22:25:05 BRT 200 > > > > -printer detected > > > > kernel

Re: USB printer problem

2009-01-04 Thread Gonzalo Nemmi
On Sunday 04 January 2009 2:21:34 pm Mario Lobo wrote: > Hi; > > I've been trying for 2 days with no success > > Here is the setup: > > FreeBSD 6.4-STABLE #0: Wed Dec 10 22:25:05 BRT 200 > > -printer detected > > kernel: ulpt0: HP Deskjet D1500 series, rev 2.00/1.00, addr 2, iclass 7/1 > kernel: ul

USB printer problem

2009-01-04 Thread Mario Lobo
Hi; I've been trying for 2 days with no success Here is the setup: FreeBSD 6.4-STABLE #0: Wed Dec 10 22:25:05 BRT 200 -printer detected kernel: ulpt0: HP Deskjet D1500 series, rev 2.00/1.00, addr 2, iclass 7/1 kernel: ulpt0: using bi-directional mode /etc/devfs.conf own ulpt0 root:cups

Re: USB / printer woes

2008-04-25 Thread Roland Smith
On Fri, Apr 25, 2008 at 12:22:02AM -0500, David Reedy Jr wrote: > Small home network. Bottom line, trying to get a USB printer working > with cups. Right now I'm thinking it's more of a usb problem. > > USB related dmesg output... > > uhci0: port 0xd400-0xd41f at de

Re: USB / printer woes

2008-04-24 Thread Wojciech Puchar
connecting to usb0 / usb1 both of which are usb revision 1.0. All the information I have says this printer is usb 2.0. Why is it not usb 2.0 doesn't mean USB high speed (480Mbps) but is common mistaken. it's about protocol not speed. attaching to ehci0/uhub2/usb2? echo "something" > /dev/ulpt

USB / printer woes

2008-04-24 Thread David Reedy Jr
Small home network. Bottom line, trying to get a USB printer working with cups. Right now I'm thinking it's more of a usb problem. USB related dmesg output... uhci0: port 0xd400-0xd41f at device 11.0 on pci2 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision

Re: USB printer

2008-03-24 Thread Predrag Punosevac
Bernt Hansson wrote: [EMAIL PROTECTED] skrev: Ted Mittelstädt wrote , at 2008-03-19 05:24: CUPS <> Ghostscript. gs and all the foomatic stuff runs just fine with LPR/LPD, no CUPS needed. Can one use a ppd-file with lpd/lpr? Of course. A sample printcap file lp|OfficeJet:\ :lp=/dev/

Re: USB printer

2008-03-24 Thread punosevac
> Ted Mittelstädt wrote , at 2008-03-19 05:24: > >> CUPS <> Ghostscript. gs and all the foomatic stuff runs just fine >> with LPR/LPD, no CUPS needed. > > Can one use a ppd-file with lpd/lpr? > ___ > freebsd-questions@freebsd.org mailing list > http://li

Re: USB printer

2008-03-24 Thread B H
Ted Mittelstädt wrote , at 2008-03-19 05:24: CUPS <> Ghostscript. gs and all the foomatic stuff runs just fine with LPR/LPD, no CUPS needed. Can one use a ppd-file with lpd/lpr? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

RE: USB printer

2008-03-18 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Chuck Robey > Sent: Monday, March 17, 2008 10:44 AM > To: Ted Mittelstaedt > Cc: Predrag Punosevac; FreeBSD-Questions@freebsd.org; Gligor Lucian > Subject: Re: USB printer > &

Re: USB printer

2008-03-17 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ted Mittelstaedt wrote: >>> If your not a right-clicker or an i-book flipper than it's >>> understandable you would wonder why there's so much attention >>> paid to CUPS for FreeBSD since it does nothing for the usual >>> command line junkie. There's

RE: USB printer

2008-03-17 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Chuck Robey > Sent: Sunday, March 16, 2008 12:15 PM > To: Ted Mittelstaedt > Cc: Predrag Punosevac; FreeBSD-Questions@freebsd.org; Gligor Lucian > Subject: Re: USB printer > &g

Re: USB printer

2008-03-16 Thread Chuck Robey
: FreeBSD-Questions@freebsd.org; Gligor Lucian >> Subject: Re: USB printer >> >> >> Cups on FreeBSD is still woefully underdocumented, relying 100% on others >> sites, when the cups installation has been changed (somewhat) to >> agree with >> hier(7). I agree t

RE: USB printer

2008-03-16 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Chuck Robey > Sent: Thursday, March 13, 2008 9:24 AM > To: Predrag Punosevac > Cc: FreeBSD-Questions@freebsd.org; Gligor Lucian > Subject: Re: USB printer > > > Cup

Re: USB printer

2008-03-13 Thread Predrag Punosevac
an >wrote: Does FreeBSD support a USB printer? Yes. You know, while there are printing utils that actually work on FreeBSD, I can't personally recommend CUPS. I keep on trying to get it to work on FreeBSD efvery year or so, then I need to go over to one of my oth

Re: USB printer

2008-03-13 Thread Manolis Kiagias
Pollywog wrote: On Wednesday 12 March 2008 19:37:47 Manolis Kiagias wrote: I have cups working on my system, printing on locally attached USB printers. I have followed the instructions in dekstopBSD wiki: http://desktopbsd.net/wiki/doku.php?id=doc:printing (though I used ports and not pa

Re: USB printer

2008-03-13 Thread Pollywog
00, Gligor Lucian >wrote: > >>>> Does FreeBSD support a USB printer? > >>> > >>> Yes. > > > > You know, while there are printing utils that actually work on FreeBSD, I > > can't personally recommend CUPS. I keep on trying to get it to work

Re: USB printer

2008-03-13 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Predrag Punosevac wrote: > Chuck Robey wrote: > Gligor Lucian wrote: > >>>> David Kelly <[EMAIL PROTECTED]> wrote: >On Mon, Mar 10, 2008 at >>>> 12:59:38PM -0700, Gligor Lucian >wrote: >&

Re: USB printer

2008-03-12 Thread Robert Marella
On Wed, 12 Mar 2008 15:14:20 -0400 Chuck Robey <[EMAIL PROTECTED]> wrote: > You know, while there are printing utils that actually work on > FreeBSD, I can't personally recommend CUPS. I keep on trying to get > it to work on FreeBSD efvery year or so, then I need to go over to > one of my other

Re: USB printer

2008-03-12 Thread Gerard
On Wed, 12 Mar 2008 15:14:20 -0400 Chuck Robey <[EMAIL PROTECTED]> wrote: > You know, while there are printing utils that actually work on > FreeBSD, I can't personally recommend CUPS. I keep on trying to get > it to work on FreeBSD efvery year or so, then I need to go over to > one of my other s

Re: USB printer

2008-03-12 Thread Predrag Punosevac
Chuck Robey wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gligor Lucian wrote: David Kelly <[EMAIL PROTECTED]> wrote: >On Mon, Mar 10, 2008 at 12:59:38PM -0700, Gligor Lucian >wrote: Does FreeBSD support a USB printer? Yes. You know, while there

Re: USB printer

2008-03-12 Thread Chuck Robey
ar 10, 2008 at >>> 12:59:38PM -0700, Gligor Lucian >wrote: >>> >>>>> Does FreeBSD support a USB printer? >>>>> >>>> Yes. >>>> >> >> You know, while there are printing utils that actually work on Free

Re: USB printer

2008-03-12 Thread Manolis Kiagias
Chuck Robey wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gligor Lucian wrote: David Kelly <[EMAIL PROTECTED]> wrote: >On Mon, Mar 10, 2008 at 12:59:38PM -0700, Gligor Lucian >wrote: Does FreeBSD support a USB printer? Yes. You know, whi

Re: USB printer

2008-03-12 Thread Kevin Downey
cian >wrote: > >>> Does FreeBSD support a USB printer? > > > >> Yes. > > > > You know, while there are printing utils that actually work on FreeBSD, I > can't personally recommend CUPS. I keep on trying to get it to work on > FreeBSD ef

Re: USB printer

2008-03-12 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gligor Lucian wrote: > > David Kelly <[EMAIL PROTECTED]> wrote: >On Mon, Mar 10, 2008 at 12:59:38PM > -0700, Gligor Lucian >wrote: >>> Does FreeBSD support a USB printer? > >> Yes. > You know, while ther

Re: USB printer

2008-03-10 Thread Gligor Lucian
David Kelly <[EMAIL PROTECTED]> wrote: >On Mon, Mar 10, 2008 at 12:59:38PM -0700, Gligor Lucian >wrote: >> Does FreeBSD support a USB printer? >Yes. Thank you very much for your answer. All the best, Gligor Lucian. - Lo

Re: USB printer

2008-03-10 Thread David Kelly
On Mon, Mar 10, 2008 at 12:59:38PM -0700, Gligor Lucian wrote: > Does FreeBSD support a USB printer? Yes. -- David Kelly N4HHE, [EMAIL PROTECTED] Whom computers would destroy, they must first drive

Re: USB printer

2008-03-10 Thread David Duong
Gligor Lucian wrote: Does FreeBSD support a USB printer? - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. ___ freebsd-questions@freebsd.org mailing list http

Re: USB printer

2008-03-10 Thread Paul A. Procacci
Gligor Lucian wrote: Does FreeBSD support a USB printer? - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. ___ freebsd-questions@freebsd.org mailing list http

USB printer

2008-03-10 Thread Gligor Lucian
Does FreeBSD support a USB printer? - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Configuring a HP Laserjet 1018 USB printer on KDE

2008-02-29 Thread Bob Falanga
Unfortunately for me neither http://localhost:631 or http://locaalhost:631/? worked for me. I get error message "Firefox can't establish a connection to the server at localhost:631." for both. On Thu, Feb 28, 2008 at 3:32 PM, Paul Schmehl <[EMAIL PROTECTED]> wrote: > --On Thursday, February 28, 2

Re: Configuring a HP Laserjet 1018 USB printer on KDE

2008-02-28 Thread Paul Schmehl
--On Thursday, February 28, 2008 11:24:04 -0700 Predrag Punosevac <[EMAIL PROTECTED]> wrote: User &Robert Falanga wrote: First am new using freebsd and would like help getting the printer configured. After installing and staarting CUPS. When I go to SETTINGS > Peripherals > printers I get:

Re: Configuring a HP Laserjet 1018 USB printer on KDE

2008-02-28 Thread Predrag Punosevac
User &Robert Falanga wrote: First am new using freebsd and would like help getting the printer configured. After installing and staarting CUPS. When I go to SETTINGS > Peripherals > printers I get: That is not the way to configure printer on vanilla FreeBSD. If you want to use something li

Configuring a HP Laserjet 1018 USB printer on KDE

2008-02-28 Thread User &Robert Falanga
First am new using freebsd and would like help getting the printer configured. After installing and staarting CUPS. When I go to SETTINGS > Peripherals > printers I get: Unable to retrieve the printer list. Error message received from manager: Connection to CUPS server failed. Check that the CUP

Reading page count from USB printer

2007-09-24 Thread Olivier Nicole
Hi, I have an HP2200 printer connected to a 6.2 box via USB. I would luke to read the page count. I know the PCL sequence to do that, but I am unsure about the way to access the printer. The pinter shows up at /dev/ulpt0, I can redirect text to it for printing, using cat file.ps >/dev/ulpt0 But

Re: USB printer and native BSD printing system

2006-03-18 Thread Warren Block
On Sat, 18 Mar 2006, Jose Luis Alarcon Sanchez wrote: I have an USB printer at /dev/ulpt0, dmesg say: ulpt0: Lexmark 730 Series, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode I can't find any useful information on that printer online. Maybe it's very

USB printer and native BSD printing system

2006-03-18 Thread Jose Luis Alarcon Sanchez
Hi all. I have an USB printer at /dev/ulpt0, dmesg say: ulpt0: Lexmark 730 Series, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode CUPS is not installed and i am trying make printer work with the native BSD printing system. This is what have my /etc/printcap file: lp

Re: Install USB Printer on FreeBSD

2006-02-25 Thread robert
t; on FreeBSD 6.0 > > > I have installed and enabled CUPS and from the CUPS web admin area I > > > have added the printer as USB Printer #1. > > > When I try to print a test page the printer makes a normal noise like it > > > is trying to get paper but it does

Re: Install USB Printer on FreeBSD

2006-02-25 Thread David J Brooks
On Saturday 25 February 2006 03:23, Alin Tuhut wrote: > Hello, > > I am trying with no luck setting up a an USB Xerox Phaser 3116 printer > on FreeBSD 6.0 > I have installed and enabled CUPS and from the CUPS web admin area I > have added the printer as USB Printer #1. > When

Install USB Printer on FreeBSD

2006-02-25 Thread Alin Tuhut
Hello, I am trying with no luck setting up a an USB Xerox Phaser 3116 printer on FreeBSD 6.0 I have installed and enabled CUPS and from the CUPS web admin area I have added the printer as USB Printer #1. When I try to print a test page the printer makes a normal noise like it is trying to get

[SOLVED] installing a HP Photosmart 7350 usb printer

2005-08-04 Thread FreeBsdBeni
On Thursday 04 August 2005 10:57, you wrote: > [Re: freebsd-questions Digest, Vol 106, Issue 8] > > > System : 5.4-REL-#6 > > > > I've installed cups (via ports) and downloaded the .ppd file from > > linuxprinting.org so I could use it in the kde-printer wizard. No > > problem so far. I can se

Re: installing a HP Photosmart 7350 usb printer

2005-08-04 Thread Ian Smith
[Re: freebsd-questions Digest, Vol 106, Issue 8] > System : 5.4-REL-#6 > > I've installed cups (via ports) and downloaded the .ppd file from > linuxprinting.org so I could use it in the kde-printer wizard. No problem so > far. I can see and modify the settings also via localhost:631. When

Re: installing a HP Photosmart 7350 usb printer

2005-08-03 Thread FreeBsdBeni
On Wednesday 03 August 2005 16:37, you wrote: > > System : 5.4-REL-#6 > > > > I've installed cups (via ports) and downloaded the .ppd file from > > linuxprinting.org so I could use it in the kde-printer wizard. No > > problem so > > far. I can see and modify the settings also via localhost:631. > >

RE: installing a HP Photosmart 7350 usb printer

2005-08-03 Thread Norbert Koch
> System : 5.4-REL-#6 > > I've installed cups (via ports) and downloaded the .ppd file from > linuxprinting.org so I could use it in the kde-printer wizard. No > problem so > far. I can see and modify the settings also via localhost:631. > When printing, > the cups error-log sais : "stopped with st

installing a HP Photosmart 7350 usb printer

2005-08-03 Thread FreeBsdBeni
Hi, System : 5.4-REL-#6 I've installed cups (via ports) and downloaded the .ppd file from linuxprinting.org so I could use it in the kde-printer wizard. No problem so far. I can see and modify the settings also via localhost:631. When printing, the cups error-log sais : "stopped with status 2

Re: Printing to a USB-printer + making it available to one other Windows machine

2005-05-20 Thread Ron
> If you can get it working locally it is easy to make it work with CUPS > on the network. CUPS is the easiest way to print on the network. > (though there are good reasons to use others) > > Start simple: get something (either ghostscript or plain text) printing > locally. Until the printer wor

Printing to a USB-printer + making it available to one other Windows machine

2005-05-20 Thread Ron
Hi there, Since the last thread I started died, I start a new one. I was using CUPS, but when I tried printing a test page, the printer did respond(by doing it's usual initializing work(like cleaning the printhead(I think))), but didn't print the testpage. Someone said "if you don't use CUPS, it

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

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

Re: usb printer-scanner

2005-01-25 Thread Khairil Yusof
On Sun, 2005-01-23 at 11:14 +0100, Dominique Goncalves wrote: > I have a PSC 2175 and it's working perfectly with my FreeBSD 5.3 > I use the ports hpoj. > But the printer/scanner must be detected as ugen device because libusb > only use ugen device. To do this i have removed ultp and umass device

Re: usb printer-scanner

2005-01-23 Thread Dominique Goncalves
wrote: > > > > > Hmm.. I setup all ports as described this > > > http://www.freebsddiary.org/cups.php, also I setup > > > print/hpijs port and copy all *.ppd files to /usr/local/share/cups/model > > > printer is connected and usbdevs show him - > > &

Re: usb printer-scanner

2005-01-22 Thread Khairil Yusof
r/local/share/cups/model > > printer is connected and usbdevs show him - > > > in cups web admin I setup printer, select device USB Printer #1, then > > when I try to print test page nothing happens... what I do wrong? Sorry for getting back late on this: I forgot.. that th

Re: Setting up USB Printer???

2005-01-13 Thread Andrew L. Gould
On Thursday 13 January 2005 07:04 pm, E. J. Cerejo wrote: > I'm running FreeBSD 5.3 and I have a USB HP printer (Deskjet 842C) > and I can't find any tutorials and the hand book is not much help > either unless I'm missing something on how to setup any USB printer > unde

Setting up USB Printer???

2005-01-13 Thread E. J. Cerejo
I'm running FreeBSD 5.3 and I have a USB HP printer (Deskjet 842C) and I can't find any tutorials and the hand book is not much help either unless I'm missing something on how to setup any USB printer under FreeBSD. Can anyone hel

USB Printer bafflement - ppd problem?

2005-01-04 Thread Ben Paley
Hello all, I've an epson r300, and I'm trying to use cups. su-2.05b# lptest 20 5 > /dev/ulpt0 works fine, though it doesn't eject the sheet at the end - I can pretty much live with sending my own form feed for the moment. GIMP prints fine too - epson r300 is on the list, and I use the comman

Re: usb printer-scanner

2004-12-31 Thread Andrew Diakin
-- Forwarded message -- From: Andrew Diakin <[EMAIL PROTECTED]> Date: Fri, 31 Dec 2004 12:47:55 +0300 Subject: Re: usb printer-scanner To: Khairil Yusof <[EMAIL PROTECTED]> On Fri, 31 Dec 2004 14:16:25 +0800, Khairil Yusof <[EMAIL PROTECTED]> wrote: > On Fri

Re: usb printer-scanner

2004-12-31 Thread Andrew Diakin
On Fri, 31 Dec 2004 12:47:55 +0300, Andrew Diakin <[EMAIL PROTECTED]> wrote: > On Fri, 31 Dec 2004 14:16:25 +0800, Khairil Yusof <[EMAIL PROTECTED]> wrote: > > On Fri, 2004-12-31 at 09:02 +0300, Andrew Diakin wrote: > > > > > I have a USB Printer-Scanner HP

Re: usb printer-scanner

2004-12-30 Thread Khairil Yusof
On Fri, 2004-12-31 at 09:02 +0300, Andrew Diakin wrote: > I have a USB Printer-Scanner HP psc 2110 and I want to use it in my > freebsd 5.3. I read handbook? but it is too little about usb > printers... Have anybody do such thing? Use cups and hpijs: print/cups print/hpijs grab the

usb printer-scanner

2004-12-30 Thread Andrew Diakin
Hi! I have a USB Printer-Scanner HP psc 2110 and I want to use it in my freebsd 5.3. I read handbook? but it is too little about usb printers... Have anybody do such thing? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

usb printer won't behave

2004-10-24 Thread Ben Paley
Hello, I've just got a new epson stylus photo r300 - lovely, works like a dream... in windows. But not in FreeBSD su-2.05b# lptest 20 10 > /dev/ulpt0 makes the print heads move a little, then stop - sounds like it's getting ready to print, then changes its mind. If there's a sheet ready for p

CUPS not initialising USB printer correctly?

2004-08-29 Thread Ian Moore
Hi, I've been using CUPS with a couple of epson inkjet over the last few years. My old inkjet which was a parallel port version seemed to work OK (albeit *very* slowly). When I bought a new C61 USB printer a couple of years ago, I found it printed OK sometimes, but often the first time I

Re: Is it possible to set-up a USB Printer in Freebsd?

2004-07-14 Thread Jon Drews
e an old model Epson C20UX USB Printer and I > usually print in my Windows OS(dual boot) using that > printer. For long, I did not bother to read the > section in the handbook(setting up printer) because as > I have said earlier.. I print my MSWord document in > Windows.. But

Re: Is it possible to set-up a USB Printer in Freebsd?

2004-07-14 Thread Kirk Strauser
my HP LJ 1200. From dmesg: ulpt0: HewLett Packard HP LaserJet 1200, rev 1.10/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode Have you tried connecting your USB printer to see if FreeBSD recognizes it? If it does, using CUPS to configure it usually easier than setting it up on

Re: Is it possible to set-up a USB Printer in Freebsd?

2004-07-14 Thread epilogue
On Tue, 13 Jul 2004 23:33:12 -0700 (PDT) Mark Jayson Alvarez <[EMAIL PROTECTED]> wrote: > Hi, > > I have an old model Epson C20UX USB Printer and I > usually print in my Windows OS(dual boot) using that > printer. For long, I did not bother to read the > section in

Is it possible to set-up a USB Printer in Freebsd?

2004-07-13 Thread Mark Jayson Alvarez
Hi, I have an old model Epson C20UX USB Printer and I usually print in my Windows OS(dual boot) using that printer. For long, I did not bother to read the section in the handbook(setting up printer) because as I have said earlier.. I print my MSWord document in Windows.. But now that I have

Re: looking for usb printer/scanner combo

2004-03-29 Thread Bernd Walter
On Tue, Mar 16, 2004 at 08:41:50PM +0100, Tobias Roth wrote: > hi > > i am looking for a color inkjet printer/scanner/copier combo. > > it should be cheap, supported under 5.2.1, rather small, have separate, > cheaply available ink cartridges. it doesn't need to be fast or have any > fancy featur

Re: Help with Hewlett-Packard hp LaserJet 1000 USB PRINTER

2004-03-18 Thread Warren Block
On Thu, 18 Mar 2004, freeman wrote: > Does anybody help me with configure SUBJ printer on my Desktop system. > In the Handbook i didn't find any information about USB printers. > (please give me instructions by mail, because i have only mail > access to Internet). > > and strings for printer in /e

Help with Hewlett-Packard hp LaserJet 1000 USB PRINTER

2004-03-18 Thread freeman
Hi, all! Does anybody help me with configure SUBJ printer on my Desktop system. In the Handbook i didn't find any information about USB printers. (please give me instructions by mail, because i have only mail access to Internet). This is my /var/log/messages: Mar 18 17:43:24 freedot kernel: ulpt0

looking for usb printer/scanner combo

2004-03-16 Thread Tobias Roth
hi i am looking for a color inkjet printer/scanner/copier combo. it should be cheap, supported under 5.2.1, rather small, have separate, cheaply available ink cartridges. it doesn't need to be fast or have any fancy features. price comes first, then quality. can someone recommend a model that wo

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

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 ___ [EMA

How to configure usb printer with ulpt0 rather than ugen0?

2003-12-09 Thread Aaron
Note: recently asked, I tried someone's suggestion, still can't do it. How do i associate my usb printer with ulpt0, rather than the ugen0 that it boots up with? Original question and data repeated below, the only difference is: - My officejet k80xi usb printer is the only usb

still about Newbie USB Printer Problem

2003-11-22 Thread Zhang Weiwu
Hello. I read the previous post "Newbie USB Printer Problem" and its follow-ups, well, I am more "newbie" than him:). Now I wish to connect my Canon S400SP printer with my Thinkpad 600X notebook (running 5.1-RELEASE), since I never printed anything with FreeBSD before, 1.

Re: Newbie USB Printer Problem

2003-11-21 Thread Barry Bouwsma
[Drop hostname part of IPv6-only address above to obtain IPv4-capable e-mail, or best of all, don't reply to me at all] A bit late for this, but here goes anyway, in case it helps: (Please don't top-post; it makes it difficult for me to reply and keep wanted context while stripping away unimport

Using USB Printer

2003-11-14 Thread List
I have compaq A1000 printer which is USB only. How do enable it. I have enabled USB in rc.conf. thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Newbie USB Printer Problem

2003-11-09 Thread Alex Kelly
Thanks, Chris. I'll make the change and hopefully I'll be able to pin down the problem to something more specific. >In cupsd.conf chage the logging level to debug, and run 'tail -f /var/log/ >cups/error_log' -- probably something very trivial. ___ [EM

Re: Newbie USB Printer Problem

2003-11-09 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Sunday 09 November 2003 12:35, Alex Kelly wrote: > fine. But, when it attempted to print anything, the print attempts were > listed as "cancelled" in the list of web-based print jobs (I did it through > konqueror at localhos In cupsd.conf chag

Re: Newbie USB Printer Problem

2003-11-09 Thread Alex Kelly
ased print jobs (I did it through konqueror at localhost:631). I'm going to keep trying. :) - Original Message - From: "Warren Block" <[EMAIL PROTECTED]> To: "Alex Kelly" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, November 08,

Re: Newbie USB Printer Problem

2003-11-08 Thread Warren Block
On Sat, 8 Nov 2003, Alex Kelly wrote: > I cannot get my HP Deskjet 3420 printer to work. I've read all the prior posts > for USB printers, checked the handbook and the complete freebsd book. After > doing so, I've come up with this... > > I edited printcap in /etc to look like this: > lp|ps|local

Re: Newbie USB Printer Problem

2003-11-08 Thread Alex Kelly
No particular reason I tried lpd. I'll try CUPS and see what happens. On Saturday 08 November 2003 07:53 pm, Chris Howells wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > On Sunday 09 November 2003 00:44, Alex Kelly wrote: > > I cannot get my HP Deskjet 3420 printer to work. I

Re: Newbie USB Printer Problem

2003-11-08 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Sunday 09 November 2003 00:44, Alex Kelly wrote: > I cannot get my HP Deskjet 3420 printer to work. I've read all the prior > posts for USB printers, checked the handbook and the complete freebsd book. > After doing so, I've come up with this..

Newbie USB Printer Problem

2003-11-08 Thread Alex Kelly
I cannot get my HP Deskjet 3420 printer to work. I've read all the prior posts for USB printers, checked the handbook and the complete freebsd book. After doing so, I've come up with this... The kernel found the printer (dmesg): ulpt0: hp deskjet 3420, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: us

Problem with USB printer HP LaserJet 1300

2003-09-26 Thread Sergey Zaikov
Hello, [EMAIL PROTECTED] Some times ago I have seek technical support about problem with USB printer HP LaserJet 1300: its detected as "ugen" instead of "ulpt". B.Walter ([EMAIL PROTECTED]) have make a patch. I try it and can say that problem has been eliminated.

Problem with USB printer HP LaserJet 1300

2003-09-18 Thread Sergey Zaikov
Hello, [EMAIL PROTECTED] I have a USB printer HP LaserJet 1300. My FreeBSD detected it as "ugen" device instead "ulpt" device. ugen0: Hewlett-Packard hp LaserJet 1300, rev 1.10/1.00, addr 2 What is wrong? uname -a: FreeBSD acc.acc.tula.ru 4.8-RELEASE Fr

USB printer HP LJ 1300

2003-08-29 Thread Sergey Zaikov
Hello, [EMAIL PROTECTED] I have Hewlett-Packard LaserJet 1300 printer and uname -a FreeBSD acc.acc.tula.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #3: Thu Aug 28 15:43:53 MSD 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/Z i386 My kernel have this lines for USB support: # USB supp

Re: USB printer?

2003-08-14 Thread Daniel Nielsen
On Sunday 10 August 2003 18:32, Derrick Ryalls wrote: > > Hi (again) > > > > I recently bought a brother 5050 laser (postscript level 3). > > Connected it via > > usb, configured cups to use it. And it worked like a charm. > > However, now I > > discover that It doesnt work unless the printer is po

USB printer?

2003-08-14 Thread Daniel Nielsen
Hi (again) I recently bought a brother 5050 laser (postscript level 3). Connected it via usb, configured cups to use it. And it worked like a charm. However, now I discover that It doesnt work unless the printer is powered on (not in standby) when the computer boots. If I power it on afterwards

RE: USB printer?

2003-08-10 Thread Derrick Ryalls
> Hi (again) > > I recently bought a brother 5050 laser (postscript level 3). > Connected it via > usb, configured cups to use it. And it worked like a charm. > However, now I > discover that It doesnt work unless the printer is powered on (not in > standby) when the computer boots. If I powe

How to use USB printer ?

2003-08-01 Thread om52
Hello! I have USB Printer Lexmarkz 35. How i can printing with it in FreeBSD(I have 4.5 ; recompilled kernel - add device pcm and usb printer)? I haven't any drivers for this printer(only distributed for Windows. How tune this printer to work under FreeBSD? System seeing it: command &qu

USB Printer

2003-08-01 Thread om52
I have USB Printer Lexmarkz 35. How i can printing with it in FreeBSD (I have 4.5 ; recompilled kernel - add device pcm)? How tune it? System seeing it: command usbdevs gives answer something like this: addr 1: ... addr 2: ..jet printer Lexmark z35

Troubleshooting USB printer detection

2003-06-15 Thread Xavier de Labouret
Hello, My USB printer, an HP Photosmart P1115, is desperately seen by FreeBSD as a ugen device, i can't get it to be seen as an ulpt device. Any help would be much appreciated, i have been trying various tricks without success. And my wife will only shift from Linux if she can pri

Re: USB Printer

2003-04-05 Thread Konrad Scorciapino
Hi, > You are telling enscript to write output to /etc/motd. Check and see if > /etc/motd has been overwritten. Yes, after that, /etc/motd got blank > After that, use "-p-" to have enscript > output to stdout: enscript -p- /etc/motd | gs ... After that, I got the following message: [EMAIL

Re: USB Printer

2003-04-05 Thread Warren Block
On Sat, 5 Apr 2003, Konrad Scorciapino wrote: > Ok, its fixed and I got no more error messages... Still, the program has > locked... Here is the output: > > [EMAIL PROTECTED] /home/konrad # enscript -p /etc/motd | gs -q -dNOPAUSE You are tell

  1   2   >