Sponsored Content
Operating Systems Linux Slackware Hp 1020 laser jet Printer doesn't work on slackware 13.1 Post 302549830 by hitlar on Wednesday 24th of August 2011 04:36:30 AM
Old 08-24-2011
Hp 1020 laser jet Printer doesn't work on slackware 13.1

when i attach HP 1020 leaser jet printer on slackware 13.1 via usb port it detects and display message "Ready to print", in printing window (start->setting->printing) it detects & its properties(Printer->properties) is

Description : Hewlett-Packard HP LaserJet 1020
Location : Divya
Device URL : usb://HP/LaserJet%201020?serial=JL2RQGQ
Make Mode : HP LaserJet 1020 hpijs, 3.10.2,requires proprietary[en](current)
or
HP LaserJet 1020 HP hpcups, 3.10.2, requires proprietary[en]
printer state : /usr/libs/cups/filter/foomatic-rip-hplib failed when print test page button click
on click "print test page" button No any activity in printer and it does not print any thing. In document printing status window first it display processing status then after some time it display stopped status and all printing document is in queue in document printing status window. what's problem and how it will remove
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Why doesn't this work?

cat .servers | while read LINE; do ssh jason@$LINE $1 done exit 1 ./command.ksh "ls -l ~jason" Why does this ONLY iterate on the first server in the list? It's not doing the command on all the servers in the list, what am I missing? Thanks! JP (2 Replies)
Discussion started by: jpeery
2 Replies

2. UNIX for Dummies Questions & Answers

Script doesn't work, but commands inside work

Howdie everyone... I have a shell script RemoveFiles.sh Inside this file, it only has two commands as below: rm -f ../../reportToday/temp/* rm -f ../../report/* My problem is that when i execute this script, nothing happened. Files remained unremoved. I don't see any error message as it... (2 Replies)
Discussion started by: cheongww
2 Replies

3. SCO

Laser printer

Anybody pls help me to install a hp laserjet printer to sco unix 5.0.7 (0 Replies)
Discussion started by: justintjacob
0 Replies

4. SCO

install network laser printer

Dear friends, Please tell me How install ethernet hp laser print p4015n on open server sco 6.0. Thank you, Edgar Guevara (1 Reply)
Discussion started by: Edgar Guevara
1 Replies

5. Slackware

KDE 4.4.3 in Slackware 13.1 x86 doesn't save my settings!

Hello everybody, I'm not new to slackware, but i'm new to KDE 4. I've just installed Slackware 13.1 and found out that the new KDE desktop environment is excellent!, so i've customized it to fit my needs (Screen resolution 1024x768, wallpaper, keyboard layout and graphical effects), but when i... (1 Reply)
Discussion started by: semash!
1 Replies

6. UNIX for Dummies Questions & Answers

Why doesn't this work?

find . -name "05_scripts" -type d -exec mv -f {}/'*.aep\ Logs' {}/.LogFiles \; Returns this failure: mv: rename ./019_0120_WS_WH_gate_insideTEST/05_scripts/*.aep\ Logs to ./019_0120_WS_WH_gate_insideTEST/05_scripts/.LogFiles/*.aep\ Logs: No such file or directory I don't know why it's trying... (4 Replies)
Discussion started by: scribling
4 Replies

7. Shell Programming and Scripting

-ne 0 doesn't work -le does

Hi, I am using korn shell. until ] do echo "\$# = " $# echo "$1" shift done To the above script, I passed 2 parameters and the program control doesn't enter inside "until" loop. If I change it to until ] then it does work. Why numeric comparison is not working with -ne and works... (3 Replies)
Discussion started by: ab_2010
3 Replies

8. Web Development

Oracle JET 4.x - Lesson 1 - Part 9: Oracle JET Cookbook (Gauges and Ints)

Working on: 10. Lesson 1: Oracle JET 4.x - Lesson 1 - Part 9: Oracle JET Cookbook (which I highly recommend) and using the server loadavg code I wrote and have been adding gauges. All is great so far, and I'm loving JET, but have ran into an issue. Here is the loadavg.js code: /** ... (1 Reply)
Discussion started by: Neo
1 Replies
xdpr(1X)																  xdpr(1X)

NAME
xdpr - dump an X window directly to a printer SYNOPSIS
xdpr [filename] [-display host:display] [-Pprinter] [-device devtype] [option...] OPTIONS
Specifies a file containing a window dump (created by xwd) to be printed instead of selecting an X window. Specifies a printer to send the output to. If a printer name is not specified here, xdpr (really, lpr or lp) will send your output to the printer specified by the PRINTER environment variable. Be sure that type of the printer matches the type specified with the -device option. host:display Normally, xdpr gets the host and display number to use from the environment variable DISPLAY. One can, however, specify them explicitly; see X(1X). Spec- ifies the device on which the file will be printed. Currently supported: LA100 HP LaserJet series and other monochrome PCL devices such as ThinkJet, QuietJet, RuggedWriter, HP560 series, and HP930 series printers LN03 HP PaintJet (color mode) HP HP PaintJet XL Color Graphics Printer (color mode) IBM PP3812 PostScript printer The default is PostScript. -device lw (LaserWriter) is equivalent to -device ps and is provided only for backwards compatibility. This option displays the list of options known to xdpr. Any other arguments will be passed to the xwd, xpr, and lpr or lp commands as appropriate for each. DESCRIPTION
The xdpr command uses the commands xwd, xpr, and lpr orlp to dump an X window, process it for a particular printer type, and print it out on the printer of your choice. This is the easiest way to get a printout of a window. xdpr by default will print the largest possible representation of the window on the output page. The options for xdpr are the same as those for xpr, xwd, and lpr or lp. The most commonly-used options are described above; see the manual pages for these commands for more detailed descriptions of the many options available. ENVIRONMENT
which display to use by default. which printer to use by default. COPYRIGHT
Copyright 1985, 1988, X Consortium See X(1X) for a full statement of rights and permissions. SEE ALSO
xwd(1X), xpr(1X), lpr(1), lp(1), xwud(1X), X(1X) AUTHORS
Paul Boutin, MIT Project Athena Michael R. Gretzinger, MIT Project Athena Jim Gettys, MIT Project Athena xdpr(1X)
All times are GMT -4. The time now is 02:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy