- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to add a local printer
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
Forums
Discussions
Discussions
Discussions
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
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
11-05-2002 07:17 PM
11-05-2002 07:17 PM
How to add a local printer
I have a PC with a printer connected to it. I configure the printer by "Adding a remote printer" and add the IP address in the /etc/hosts. I can successfully print a text file from UNIX to this printer. However when I came to print a report with control character or landscape, it just ignore it. The printer model is HP LaserJet 6L. How can I link the model to a remote printer that I just added ?
Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 07:01 AM
11-06-2002 07:01 AM
Re: How to add a local printer
Otherwise you'll need to make an interface file for the printer.
Look in /etc/lp/interface and /etc/lp/interface/model.orig
This is there the "drivers" for the printers are located. You should be able to copy/edit a similar printer and name it your new printer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 07:06 AM
11-06-2002 07:06 AM
Re: How to add a local printer
...Manjeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 07:18 AM
11-06-2002 07:18 AM
Re: How to add a local printer
If your printer is connected to a NT you have to declare it as connected to a BSD system.
Problem Description
I have Line Printer Daemon (LPD) installed on Windows NT workstations and HP LaserJet II printers connected to the NT Workstations.
When printing from the UNIX box, plain text files print fine, but if the document contains control codes, the control codes are printed.
The printer is configured as a remote printer through SAM with BSD enabled.
Solution
The fix is to use the -oBSDl option when printing from the UNIX side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 07:59 PM
11-06-2002 07:59 PM
Re: How to add a local printer
Many thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 08:21 PM
11-06-2002 08:21 PM
Re: How to add a local printer
http://de.samba.org/samba/ftp/docs/htmldocs/using_samba/ch07_02.html
I haven't done it this way (I have defined printers in unix under samba to be used by PC clients) so can't say if it preserves control-characters or not but it might be worth a try.
Let us know if it helps.
...Manjeet