Sponsored Content
Operating Systems Linux On Zorin - trouble installing new printer - need help Post 302994219 by MohdSohail on Monday 20th of March 2017 01:03:01 PM
Old 03-20-2017
You might find this article helpful

Here is the article about setting up printer on a Linux machine. Don't go on the title, read the content. You can also install drivers if not already installed.

linuxandubuntu.com/home/how-to-share-printer-on-network-in-linux
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

installing a printer

I am trying to install a stand alone printer. We have a printer currently linked to our network and we are using UNIX. We would like the stand alone printer to print from UNIX and not from the network printer. How do I make this work? I don't know much about computers so a step by step detailed... (3 Replies)
Discussion started by: sgraves
3 Replies

2. UNIX for Dummies Questions & Answers

Installing New Printer

Hi experts, Can anyone tell me how to set up a printer in UNIX (SCO). In my XP, i've got a printer (HP 840C) that i want the Unix Server to print to it. How can i give it the command so i can be able to print? I've seen some things about "lpadmin" but none of them worked. Must have some... (1 Reply)
Discussion started by: jorge.ferreira
1 Replies

3. Solaris

Trouble Installing a SCSI Adapter

Okay. I admit I'm sort of a newbie in this regard. I installed a SCSI adapter on a Sun Ultra 5 workstation. I did the standard STOP-A on the startup and got the OK prompt. I then tried probe-scsi-all. It dumps me back @ the OK prompt w/ no message whatsoever. I tried probe-scsi, nothing. ... (3 Replies)
Discussion started by: Plain Person
3 Replies

4. Solaris

Trouble installing solaris 9 on 4500

I have a enterprise 4500 sun box. I installed 2 new 72 gb drives to replace the 2 x 9 gb drives that were in it. I have the solaris 9 install disk in it and when i do a boot cdrom it starts then says: panic - boot: ufsboot: cannot determine filesystem type of root device. Any suggestions. (1 Reply)
Discussion started by: frankkahle
1 Replies

5. Solaris

Trouble installing Fast CGI

I'm having trouble installing mod_fastcgi.so, that is I'm having trouble compiling it for a start. it seems every time i use the apxs command I get these errors; gcc: unrecognized option `-Xa' gcc: unrecognized option `-Xa' gcc: unrecognized option `-KPIC' gcc: language ildoff not recognized... (0 Replies)
Discussion started by: fishman2001
0 Replies

6. Filesystems, Disks and Memory

Trouble Installing

I'm trying to install SuSE 7.2 Professional on a IBM Netfinity M10 system. But setup says it can not find a HDD for some reason. It has 6 SCSI HDD installed so I'm not sure why it won't detect them. I am new to servers though and never have used a SCSI device. So if someone could help me out I... (2 Replies)
Discussion started by: Iconfixit
2 Replies

7. Shell Programming and Scripting

Trouble installing Java bin in ssh

Java is required for a game server I'm setting up.. I'm unable to install the java_ee_sdk-5_03-linux.bin self-executable. Tried using chmod but didn't have any success. Please help, I will be eternally greatfull :D (3 Replies)
Discussion started by: clockwise
3 Replies

8. HP-UX

Trouble installing software with swinst

Hello. I am having issues with my HP-UX 10.20 system. It was a functioning system and I don't know where it went awry. Whenever I attempt to use the swinstall or swlist commands, the system hangs and never comes back. This happens whether I use the CDE GUI or via the SIO console. I sometimes... (1 Reply)
Discussion started by: gtraff68
1 Replies

9. UNIX for Dummies Questions & Answers

Trouble installing Arachne - possible gcc error? Maybe?

Hi, I am having trouble installing Arachne from the broad institute. I'm using ubuntu through Oracle's VirtualBox. When I use the ./configure command, I do not get any obvious errors. However, the make command always fails. Here is my output for the .configure command and for the make... (3 Replies)
Discussion started by: kblanch
3 Replies
ESCPUTIL(1)						      Gimp-Print Manual Pages						       ESCPUTIL(1)

NAME
escputil - maintain Epson Stylus inkjet printers SYNOPSIS
escputil [ -P printer | -r device ] [ -m model ] [ -u ] [ -c | -n | -a | -i | -d | -o | -s | -l | -M | -h ] [ -q ] DESCRIPTION
escputil is a command line utility to perform various maintenance tasks on Epson Stylus inkjet printers. These tasks include head align- ment, head cleaning, nozzle check, printer identification, and retrieval of ink level from the printer. OPTIONS
escputil accepts the following options: -P, --printer-name=printer Specify the name of the printer to operate on. The default is the default system printer. -r, --raw-device=device Specify the name of the device to write to directly rather than going through a printer queue. You must use this (rather than speci- fying a printer) when retrieving ink levels or identifying the printer, or if you wish to perform head alignment without specifying the printer model. -m, --model=model Specify the precise printer model for head alignment. -u, --new The printer is a new printer (Stylus Color 740 or newer). -c, --clean-head Clean the print head. This can also be performed from the printer front panel. -n, --nozzle-check Print a nozzle test pattern. Dirty or clogged nozzles will show as gaps in the pattern. If you see any gaps, you should run a head cleaning pass or two. -a, --align-head Align the print head. CAUTION: Misuse of this option may result in poor print quality and/or damage to the printer. You must either specify the printer model with the -m option, or use the raw printer device to allow escputil to detect the printer model. -i, --ink-level Obtain the ink level from the printer. This requires read/write access to the raw printer device. -d, --identify Query the printer for make and model information. This requires read/write access to the raw printer device. -o, --align-color Align the color print head (used by Stylus Color 480 and 580 only). CAUTION: Misuse of this option may result in poor print quality and/or damage to the printer. -s, --status Retrieve printer status. -l, --license Display the license/warranty terms of this program. -M, --list-models List the supported printer models. -h, --help Display a list of all command line options. -q, --quiet Suppress the banner. BUGS
USB-connected printers sometimes fail to identify or return ink levels. You may have to repeat the command. This is probably a timing issue in escputil, not a flaw in the printer. Anything requiring bidirectional communication with the printer (identify, ink levels, or head alignment without specifying the printer model) requires read/write access to the printer port (for example /dev/lp0). This may require these operations to be performed as root. In addition, kernel support is required for bidirectional communication. For Linux version 2.2, CONFIG_PRINTER_READBACK should be enabled; this is called CONFIG_PARPORT_1284 on 2.4 and later kernels. If the printer is performing self-test or head cleaning on power up, the identify and ink level commands will time out, although the printer successfully receives the command. The command will need to be reissued when the printer is quiescent. AUTHORS
Robert Krawitz. COPYRIGHT
Copyright (C) 2000 Robert Krawitz (rlk@alum.mit.edu) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. OTHER INFORMATION
The homepage of the gimp-print project from which this utility was contributed is located at http://gimp-print.sourceforge.net/. SEE ALSO
lp(4), tunelp(8). Version 4.2.4 25 Nov 2002 ESCPUTIL(1)
All times are GMT -4. The time now is 09:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy