Sponsored Content
Full Discussion: impact printer problem
Top Forums UNIX for Advanced & Expert Users impact printer problem Post 47075 by MizzGail on Monday 2nd of February 2004 10:39:42 AM
Old 02-02-2004
thanks for the google links. We had only the quick start manual. We contacted tally support they did not point us to the manual.
Sincei posted this,,,, I tried the pr command from unix with a page eject, page length 46. I sent it a file with line numbers. It completely drops line 1-46, - the logical first page - started at the top of the first page on logical line 47, printed half of logical page on half of a physical page, then ejected to the 2nd page and printed ok from there... 46lines to a page and correct page ejects.
so I am thinking it something we are missing on the unix lprsetup. the printer is on our network with a jet direct and working from a vax/vms system.
 

10 More Discussions You Might Find Interesting

1. HP-UX

printer problem

Hi.. i am using HP UX 11.00.. and i amtrying to connect a network printer to the server and creat a print queue using HP JetDirect utility.I down loaded the Hp11e118.SD driver for Hp jetdirect and trying to install it using swinstall -s /tmp/Hp11e118.SD It was installed first time but eror... (2 Replies)
Discussion started by: Prafulla
2 Replies

2. UNIX for Dummies Questions & Answers

Network Printer Problem-help

Hello am asking for your help on printer issues. i wanted to change the current printer we have now, basically bec we needed a more durable one. so recently i have a product demo, but its driver is not present in UNIX. i will be using the same network printer name but different model.... (0 Replies)
Discussion started by: lancemendioro
0 Replies

3. UNIX for Dummies Questions & Answers

Network Printer Problem

I am using network printer through ip address. when you check with lpstat it says, "Waiting for <printer name> to come up. other network printers working. this also work before. but now not working. scheduler & accept print jobs working. wht could be the problem (1 Reply)
Discussion started by: ajantha
1 Replies

4. AIX

network printer problem

I have AIX 5.3 OS. After issuing the print command, the printer state immediately goes down. I have checked the /etc/qconfig flle, resatrted the qdaemon but again same problem is occuring. I am using HP 5100 connected to jetdirect. what is the problem and it's solution? (4 Replies)
Discussion started by: prashantchavan
4 Replies

5. AIX

AIX Printer problem

Hi, Has anyone encountered the error below. I have tried to startup the printer but the error keep showing up. Please help. Thanks. Queue Dev Status Job Files User PP % Blks Cp Rnk ------- ----- --------- --- ------------------ ---------- ---- -- ----- --- ---... (1 Reply)
Discussion started by: sodapop
1 Replies

6. SCO

hp8150 printer problem

we just installed a 2000 sheet tray on an HP 8150 printer.(it is referred to by HP as tray 4). We need Unix to print to this tray by default. We can enter a printer code but there are too many reports using the defalut printer to make that a practical solution. When printing from Windows using... (2 Replies)
Discussion started by: Yrr88
2 Replies

7. SuSE

Printer problem

1. When i am giving unknown printer in the lp command, I am facing the below error. Is there any way to avoid the error? lp -dadfsd adf.prn ganeshb@its04489:~ $ lp -d adl -s pea_error1.txt status Information, attempt 1 of 3: sending job 'kganeshb@its04489+83' to adl@localhost... (0 Replies)
Discussion started by: kingganesh04
0 Replies

8. UNIX for Advanced & Expert Users

Printer problem

1. when i am giving the unknown printer the lp command, i am getting the below error. Is there any way suppress the error? MY input lp -d ppp aa.prn Output Status Information, attempt 2 of 3: sending job 'kganeshb@its04489+209' to klsdfa@localhost connecting to... (1 Reply)
Discussion started by: kingganesh04
1 Replies

9. AIX

Problem with Queue of the Printer

Guy's This is the Queue of the printer ... >lpstat -pTOPPRINTER Queue Dev Status Job Files User PP % Blks Cp Rnk ------- ----- --------- --- ------------------ ---------- ---- -- ----- --- --- TOPPRIN @TOPP DOWN QUEUED ... (1 Reply)
Discussion started by: ITHelper
1 Replies

10. SCO

problem with network printer

Install a network printer and I can only print with root login. When I use another login creates the request and will not print and soon disappears. please what should I do? (5 Replies)
Discussion started by: Edgar Guevara
5 Replies
lqf(4)							     Kernel Interfaces Manual							    lqf(4)

Name
       lqf - general purpose letter quality filter

Syntax
       /usr/lib/lpdfilters/lqf [-c] [-nlogin] [-hhost] [-wwidth] [-lnum] [-iindent]  [accounting file]

Description
       The  filter  is	used  to  filter  text	data  destined for a letter quality printer, specifically the lqp02, but will work with any impact
       printer: LP25, LP26, LP27, LA50, LA75, LA100, LA120, LA210, and LG01. The filter allows escape characters and  control  sequences  to  pass
       through	to the printer.  The filter handles the device dependencies of the printers and performs accounting functions.	Accounting records
       are written to the file specified by the af field in at the time of completion for each job.

       The filter can handle plain ASCII files and files that have been preprocessed by However, it ignores  escape  sequences	requesting  super-
       scripting and subscripting.

       The  filter can be the specified filter in both the of and the if fields in the file.  For further information, see printcap 5 .  When both
       fields are specified, the of filter is used only to print the banner page.  It is then stopped  to  allow  the  if  filter  access  to  the
       printer. The if filter maintains accounting information.

       If the of field is the only one specified, the filter is used to print the banner page.	It is then stopped and restarted.  This allows the
       of filter to be used to maintain accounting information.

       If the if field is the only one specified, the banner page will be sent directly to the printer. This is not  a	problem  for  most  impact
       printers.  For a more detailed discussion on filters see the ``Line Printer Spooler Manual'' in The Supplementary Documents.

Options
       The arguments passed to the filter depend on its use.  The of filter is called with the following arguments:

       lqf -wwidth -llength
	      The  width and length values come from the pw and pl fields in the database. The if (or restarted of) filter is passed the following
	      arguments:

       lqf -c -nlogin -hhost -wwidth -lnum -iindent  accounting file

       The -c flag is optional, and supplied only when control characters are to be printed, that is, when the -l option  of  lpr(1)  is  used	to
       print the file.	The -w and -l arguments are the same as for the of filter. However, they may have different values if the -w or -z options
       of were used to print the file.	The -n and -h arguments specify the login name and host name of the job owner.	These arguments  are  used
       to  record  accounting  information.  The  -i  option  specifies the amount of indentation to be used. The last argument is the name of the
       accounting file specified from the af field in the database.

Diagnostics
       The lf field (default "/dev/null") in the database specifies error logging file name.

Files
       Printer Capabilities Database

       See Also
	      lpr(1), pr(1), printcap(5), lpd(8), MAKEDEV(8), pac(8)
	      Line Printer Spooler Manual

																	    lqf(4)
All times are GMT -4. The time now is 01:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy