- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: I want to stop printer filters
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
02-28-2005 11:33 PM
02-28-2005 11:33 PM
I want to stop printer filters
I have a problem in printing arabic text reports from HP-UX 11i to a network printer HPLaserjet 4050 with flash memory installed to arabize the arabic fonts(third party product).
I get some garbage in addition to the report. the support from the vendor of the flash memory says that the printer must be as a standard unix. printer definition called line dump printer, ASCII printer type or orher. Local filtering should be diabled.
I define my printes using SAM. I have no idea about local filtering or line dump printer and ASCII type.
PLEASE HELP
Burhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 01:45 AM
03-01-2005 01:45 AM
Re: I want to stop printer filters
Also you can define the printer as remote printer, that way any options (lp -o options) passed onto printer prove useless.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 02:19 AM
03-01-2005 02:19 AM
Re: I want to stop printer filters
You flash memory plugin sounds like it is more than just a simple font and must process all of the printer codes. In that case, you must print the Arabic text with the -oraw option. This turns off simple ASCII text translation where LF is converted to CR+LF. If this does not help, then you can replace the printer's model script with the "dumb" model from /usr/lib/lp/model. Assuming your printer is named lj4050 then:
cp /usr/lib/lp/model/dumb /etc/interface/model.orig/lj4050
Now try printing an Arabic document. If that works, then lj4050 will be your Arabic printer and you can create another print queue for ASCII files using SAM or addqueue and the normal printer model script.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 05:56 PM
03-01-2005 05:56 PM
Re: I want to stop printer filters
the printer is defined as jetdirect. I could not find /etc/interface/model.orig or /etc/interface. instead I found /etc/lp/interface and /var/spool/lp/interface and both are empty.
BR
Burhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 01:12 AM
03-02-2005 01:12 AM
Re: I want to stop printer filters
To add the printer using the (recommended) JetDirect software, you can run SAM and add the printer as a network printer. Then you'll have the printer's script in /etc/lp/interface/model.orig. Or you can use the same tool that SAM uses (/opt/hpnpl/bin/hppi) to add the printer.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2005 01:48 AM
03-02-2005 01:48 AM
Re: I want to stop printer filters
cp /etc/lp/interface/model.orig/printer /tmp/
vi /etc/lp/interface/model.orig/printer
:1,$d
:r /opt/hpnpl/sh/dumbplot_printer
:wq
Try that
You can always get the orig back
Steve Steel