Sponsored Content
Operating Systems HP-UX printer problem - 10.48.2.24 is NOT an acceptable name Post 302155291 by mtedeschi on Thursday 3rd of January 2008 12:00:29 PM
Old 01-03-2008
Problem resolved ... thanks prowla!

Quote:
Originally Posted by prowla
Can you ping the printer from the server?
Can you telnet to the JetDirect port (I'm not sure what it uses) from the server?
Are you shuuuure it's the right IP address?
How about the subnet mask?
Do you want to print direct to it from UNIX, or have you considered setting up UNIX prin services on Windows, and then configuring the printer as an rlp device?
The telnet question pointed me in the right direction. Apparently, you cannot telnet to this model printer resulting in the error message I was receiving. To get around this, I was able to simply define the printer using the IP address of another known "good" printer, then modified the printer file in /etc/lp/interface with the correct address in the PERIPH= line.
 

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 Advanced & Expert Users

impact printer problem

We are trying to setup an impact printer - Tally t2030 on our unix server digital unix 4.0D. It skips half the first page of every print both from our application and the unix level. It starts the 2nd half of the page at the top of the 2nd physical paper in the printer. The printer uses... (4 Replies)
Discussion started by: MizzGail
4 Replies

3. 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

4. UNIX for Dummies Questions & Answers

cc path problem - no acceptable path found

Hello everyone, I'm a unix noob. I have a powerbook running mac os x 10.4 and for one of my classes I need to install the latest version of php (5.0.5). I'm following the instructions at http://developer.apple.com/internet/opensource/php.html to install but I've run into a problem. The... (2 Replies)
Discussion started by: kendokendokendo
2 Replies

5. IP Networking

Acceptable collisions

Hi All I have a Sun V120 with eri0 NIC set to 10-Half connected to Fa0/0 on a Cisco 2600 (Fa0/0 also set to 10-Half). I am seeing collisions on this link (as expectd with a 10-Half connection) BUT, what is an acceptable rate of collisions for this type of link? FYI, the Sun box is showing... (2 Replies)
Discussion started by: bashdem
2 Replies

6. 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

7. 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

8. 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

9. UNIX for Beginners Questions & Answers

Using exit in For Loop - Is this acceptable

Hi Folks - Here is a for loop I've created and I just wanted to see if this was okay practice: for M in NAME1 NAME1 NAME3 do echo "Executing MaxL:" $M >>${_LOGFILE} 2>&1 . ${_STARTMAXLPATH}startmaxl.sh ${_MAINPATH}${_MAXLPATH}$M.mxl _RC=$? if then ... (7 Replies)
Discussion started by: SIMMS7400
7 Replies

10. UNIX for Beginners Questions & Answers

Simplified Code? Acceptable?

Hi Folks - I have the following peice of code that I believe is uncecesarily long and I modified it to shorten it up. I was hoping one could comment and confirm my approach was acceptable? Original: if then pushd "${_INTRAPATH}" #Search for lines in... (1 Reply)
Discussion started by: SIMMS7400
1 Replies
LPT(4)							   BSD Kernel Interfaces Manual 						    LPT(4)

NAME
lpt -- generic printer device driver SYNOPSIS
device ppc device ppbus device lpt DESCRIPTION
The current lpt driver is the port of the original lpt driver to the ppbus(4) system. One purpose of this port was to allow parallel port sharing with other parallel devices. Secondly, inb()/outb() calls have been replaced by ppbus function calls. lpt is now arch-independent thanks to the ppbus interface. See ppbus(4) for more info about the ppbus system. The parallel port bus is allocated by lpt when the printer device is opened and released only when the transfer is completed: either when the device is closed or when the entire buffer is sent in interrupt driven mode. The driver can be configured to be either interrupt-driven, or to poll the printer. Ports that are configured to be interrupt-driven can be switched to polled mode by using the lptcontrol(8) command. Depending on your hardware, extended capabilities may be configured with the lptcontrol(8) command. With an ECP/ISA port, you can take advantage of FIFO and DMA. In order to retrieve printer info from /dev/lpt0, just apply the cat command to the device. If the printer supports IEEE1284 nibble mode and has data to send to the host, you will get it. FILES
/dev/lpt0 first parallel port driver SEE ALSO
ppbus(4), ppc(4), lptcontrol(8) HISTORY
This driver replaces the functionality of the lpa driver, which is now defunct. BUGS
There are lots of them, especially in cheap parallel port implementations. It is only possible to open a lpt port when a printer is connected and on-line, making it impossible to run lptcontrol(8) when there is no printer connected. This driver could still stand a rewrite. BSD
February 14, 1999 BSD
All times are GMT -4. The time now is 01:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy