Printing to HP Laserjet M1212nf MFP


 
Thread Tools Search this Thread
Operating Systems Solaris Printing to HP Laserjet M1212nf MFP
# 1  
Old 10-01-2010
Printing to HP Laserjet M1212nf MFP

Server: Solaris 10

Have a HP Laserjet M1212nf MFP attached to a PC on tcp/ip connected to USB port.

Has anyone tried to print to this printer from Solaris? Not using CUPS.

netpr command called is:

Code:
 
/usr/lib/lp/bin/netpr -b -f l -I 191162p-15497 -U user@server -p 191162p -d 10.188.10.204:191162p -T "standard input" -P bsd /tmp/regodevapp01.11963

Older printers Laserjat 4M works fine using this method.
On this printer, I can see entry in windows Printer Queue but does NOT print.
Printer prints fine from Windows with correct driver.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 5.9 - HP Laserjet 9050dn

Hi there, I hope someone could shed a light on my problem. OS is running in local zone (global zone - 5.10). We use many printers from Ricoh etc. Most of them are running fine if configured as below (for Ricoh printers I use their installer): lpadmin -p _printer_ -v /dev/null -A write -i... (0 Replies)
Discussion started by: cyjan
0 Replies

2. Hardware

Looking for plotter MFP reviews - need new plotter for UNIX/Windows apps

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

3. Filesystems, Disks and Memory

HP LJ4100 mfp - Venix fs?

Hi all. I am tinkering with an HP LaserJet 4100 mfp with the hard drive add-in card . The drive on the card is a standard 40GB laptop IDE drive, but when I connect it to my Windows machine and run a partition program (2 different ones so far - EAZEUS and Partition Manager), they identify it as... (0 Replies)
Discussion started by: StupendousYappi
0 Replies

4. AIX

AIX Laserjet 4+ specify tray to print to

Is it possible to specify the tray you would like to print to in AIX? We are using the laserjet 4+ driver. Thanks in advance (0 Replies)
Discussion started by: zuessh
0 Replies

5. UNIX for Dummies Questions & Answers

[OpenServer 5]Line Printing and Hp laserjet 2015dn

Hello, I want to install an Hp Laserjet 2015dn on SCO OpenServeur5 without CUPS. This printer doesn't have an PrinterServer inside. The configuration work fine, but i can't print anything. I heart solution with netcat but i can't find any docs... How should i configure netcat and my... (3 Replies)
Discussion started by: tankd
3 Replies

6. AIX

HP Laserjet 2200dtn Drivers

Hello, We have an AIX version 4.3 server here, and I have installed an HP Laserjet 2200dtn, via a JetDirect card, on the system, and currently, the driver is setup as an hplj 4+, I know that works for some HP Lasers, but I don't think it works with this one, because when we print reports... (1 Reply)
Discussion started by: AztexSun
1 Replies

7. AIX

Hp Laserjet 4600 jetdirct card printr drivers

Iam facing dificulty in installing hp color laserjet 4600 printer in IBM-AIX 5.1. Where i can find a drivers for this printer ,Or pls suggest me another way to get it install this printer Thanx Ravi (2 Replies)
Discussion started by: ravikantchavan
2 Replies

8. UNIX for Dummies Questions & Answers

Can I use a general printer(HP LaserJet 1200) on solaris?

can it be used? how to config it? thanks (4 Replies)
Discussion started by: cloudsmell
4 Replies

9. UNIX Desktop Questions & Answers

TRUE Unix-64 Printer Driver for HP-6L laserjet.

Can anyone suggest me from where to download the printer driver for HP 6L laserjet printer for servers/desktops having TRUE Unix-64 and Unixware 7.0 OS. (1 Reply)
Discussion started by: parbende
1 Replies

10. UNIX for Dummies Questions & Answers

Installing HP LaserJet 4550N

We have an HP LaserJet 4550N on our network and i like to install that Printer to my Unix machine (solaris 5.8) i have read alot of diffrent Post's here but haven't been able to solve it. Is it that hard to install an HP printer to an Unix machine . . could some one please give me an hint where to... (2 Replies)
Discussion started by: sajjan2
2 Replies
Login or Register to Ask a Question
lp(1)							      Easy Software Products							     lp(1)

NAME
lp - print files cancel - cancel jobs SYNOPSIS
lp [ -E ] [ -c ] [ -d destination ] [ -h server ] [ -m ] [ -n num-copies [ -o option ] [ -q priority ] [ -s ] [ -t title ] [ -H handling ] [ -P page-list ] [ file(s) ] lp [ -E ] [ -c ] [ -h server ] [ -i job-id ] [ -n num-copies [ -o option ] [ -q priority ] [ -t title ] [ -H handling ] [ -P page-list ] cancel [ -a ] [ -h server ] [ id ] [ destination ] [ destination-id ] DESCRIPTION
lp submits files for printing or alters a pending job. cancel cancels existing print jobs. The -a option will remove all jobs from the specified destination. OPTIONS
The following options are recognized by lp: -E Forces encryption when connecting to the server. -c This option is provided for backwards-compatibility only. On systems that support it, this option forces the print file to be copied to the spool directory before printing. In CUPS, print files are always sent to the scheduler via IPP which has the same effect. -d destination Prints files to the named printer. -h hostname Specifies the print server hostname. The default is "localhost" or the value of the CUPS_SERVER environment variable. -i job-id Specifies an existing job to modify. -m Send email when the job is completed (not supported CUPS 1.1.) -n copies Sets the number of copies to print from 1 to 100. -o option Sets a job option. -q priority Sets the job priority from 1 (lowest) to 100 (highest). The default priority is 50. -s Do not report the resulting job IDs (silent mode.) -t name Sets the job name. -H handling Specifies when the job should be printed. A value of immediate will print the file immediately, a value of hold will hold the job indefinitely, and a time value (HH:MM) will hold the job until the specified time. Use a value of resume with the -i option to resume a held job. -P page-list Specifies which pages to print in the document. The list can contain a list of numbers and ranges (#-#) separated by commas (e.g. 1,3-5,16). COMPATIBILITY
Unlike the System V printing system, CUPS allows printer names to contain any printable character except SPACE and TAB. Also, printer and class names are not case-sensitive. The "m" option is not functional in CUPS 1.1. The "q" option accepts a different range of values than the Solaris lp command, matching the IPP job priority values (1-100) instead of the Solaris values (0-39). SEE ALSO
lpstat(1), CUPS Software Users Manual, http://localhost:631/documentation.html COPYRIGHT
Copyright 1993-2002 by Easy Software Products, All Rights Reserved. 25 September 2001 Common UNIX Printing System lp(1)