10 More Discussions You Might Find Interesting
1. Hardware
We currently have an HP DesignJet 750C+ plotter (for color plotting) and a Xerox 8825 (for B/W plotting and also scanning/copying) for our engineering drawings.
They are getting old and will need replacing soon (maintenance visits are on the increase, and parts for the Xerox are getting hard to... (0 Replies)
Discussion started by: markolinux
0 Replies
2. Emergency UNIX and Linux Support
Hello folks,
Maybe someone have experience or could help me with the issue with my wireless Canon MX410 printer?
I"ve bought this printer but Canon does not provide support on Linux. I downloaded and installed drivers for printing and for scanning. I figured out how to connect printer wirelessly... (1 Reply)
Discussion started by: susja
1 Replies
3. Ubuntu
Hello. i cannot adjust printer Canon LBP3010 in Ubuntu 10.04.
The printer hangs in words "processing" and does not print.
help me. (1 Reply)
Discussion started by: freeman27015
1 Replies
4. UNIX for Dummies Questions & Answers
Hi all,
I have a HP Plotter 4500. I want to connect it to UNIX system.
I used the lpadmin comand but it does not work.
Any help
Thanks (0 Replies)
Discussion started by: yasin
0 Replies
5. UNIX for Dummies Questions & Answers
I'm lookind for Unix Commands for a Canon Copier, specifically an Canon Image Runner 3570. Any help would be appreciated. Thanks.
Dave (1 Reply)
Discussion started by: fatkid98
1 Replies
6. HP-UX
Hi to all,
i am new to hp-ux. I am configured plotter on hp-ux through sam.It was network plotter.That plotter was added to lpspooler.
But i am not getting that plotter , when i want to give print request.
please help me anybody.
it's very urgent to me.
please. (0 Replies)
Discussion started by: balarajum
0 Replies
7. Solaris
I'm using Sunblade and i'm trying to plot using networking but i do not know how to set the plotter in my system. (0 Replies)
Discussion started by: etyna
0 Replies
8. UNIX for Advanced & Expert Users
While this is technically a newbie question, it is an advanced/expert situation so that's why I posted it here.
I'm an intern at a company that recently aquired another business that ran off the HP-UX 10.20 unix platform. They (and myself) do not have any experience with it. I have spent... (0 Replies)
Discussion started by: intern
0 Replies
9. Linux
Hi, I just installed the Fedora Core 3, and now my printer cannot work because the Fedora Core 3 cannot find a suitable printer driver for it. It did recognize the model of my printer but just can't get the right printer driver. I am new to Linux, really hope someone can help me fix this problem,... (4 Replies)
Discussion started by: GarbageKing
4 Replies
10. UNIX for Dummies Questions & Answers
HP B.10.20 using Vue, using SiteComp software to do Cad drawings, how can I set HP plotter to Designjet 220? Currently set to HP 750. (0 Replies)
Discussion started by: frigd
0 Replies
ULPT(4) BSD Kernel Interfaces Manual ULPT(4)
NAME
ulpt -- USB printer support
SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file:
device ulpt
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
ulpt_load="YES"
DESCRIPTION
The ulpt driver provides support for USB printers that follow the printer bi- or uni-directional protocol. The bits in the minor number
select various features of the driver.
Minor Bit Function
64 Do not initialize (reset) the device on the port.
Some printers cannot handle the reset on open; in case of problems try the unlpt device.
HARDWARE
The ulpt driver provides support for USB printers and parallel printer conversion cables, including the following:
o ATen parallel printer adapter
o Belkin F5U002 parallel printer adapter
o Canon BJ F850, S600
o Canon LBP-1310, 350
o Entrega USB-to-parallel printer adapter
o Hewlett-Packard HP Deskjet 3420 (P/N: C8947A #ABJ)
o Oki Data MICROLINE ML660PS
o Seiko Epson PM-900C, 880C, 820C, 730C
FILES
/dev/ulpt? device with reset
/dev/unlpt? device without reset
SEE ALSO
lpt(4), usb(4)
HISTORY
The ulpt driver appeared in NetBSD 1.4. This manual page was adopted from NetBSD by Tom Rhodes <trhodes@FreeBSD.org> in April 2002.
BSD November 22, 2006 BSD