- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Printer getting attached to /dev/null
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2004 06:48 PM
тАО03-26-2004 06:48 PM
Printer getting attached to /dev/null
I havee installed a printer on hp-ux 10.20
it got attached to /dev/null, i deleted it
but its still shows that printer in lpstat -t
when i give lpadmin -xprinter_name
it says noexistent printer.
when i try to install a new printer it is
again attachhing to /dev/null though i am
installing through jetdirect.
PLEASE HELP ME OUT..
THANKS IN ADVANCE
AMIT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2004 07:45 PM
тАО03-26-2004 07:45 PM
Re: Printer getting attached to /dev/null
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2004 09:11 PM
тАО03-26-2004 09:11 PM
Re: Printer getting attached to /dev/null
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2004 09:43 PM
тАО03-26-2004 09:43 PM
Re: Printer getting attached to /dev/null
Yes I am able to ping the jetdirect card.
I have configured the HP Designjet 750C
plotter on parallel port now.
But when i send the data the plotter recv
LED glows for few seconds and on LCD it
displays that it is recvng but it then
doesnt print anything.
Why is it so.
How can i ask my plotter to print raw data.
Thanks,
Amit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2004 10:38 PM
тАО03-26-2004 10:38 PM
Re: Printer getting attached to /dev/null
lp -or -d
SP1;
PD0,0,1000,1000
SP0;
PG;
[CTRL D]
I forgot who gave me this script ... sure it is from ITRC forums thanks to him ..
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-26-2004 11:28 PM
тАО03-26-2004 11:28 PM
Re: Printer getting attached to /dev/null
How to execute above set of commands,
Thanks,
Amit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2004 02:55 PM
тАО03-27-2004 02:55 PM
Re: Printer getting attached to /dev/null
sp1;
pa 0,0;
pd;
pa 1000,1000;
pu;
pg;
Then send this file to the plotter:
lp -dplotter_name test_file
The reason the plotter light flashes is that it is receiving the print job, but it is in a foreign language and is therefore ignored.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2004 08:29 PM
тАО03-27-2004 08:29 PM
Re: Printer getting attached to /dev/null
I think u gave me this solution abt 3/4 years back back when i had a similer problem !
Amit , Give it a try .... it works !
Kaps