Basic lp printing setup on Solaris 10

What changed with lp printing in Solaris 10 from previous versions? I used to use CUPS but can't anymore as Sun stopped uncluding it on the companion CD with later versions of Solaris 10 (U4+). Now I just want a simple print queue setup to a hp 4250 networked printer that will always print landscape,compressed print. We have Solaris 9 boxes with these queues setup without CUPS that work just fine but I guess the same lpadmin, lpfilter, etc. commands don't setup a print queue the same way on Solaris 10 as I can't print to the printer - only 2 sets of banner pages come out. I want to tie a shell script filter to the queue that prepends the esc codes to the print file to make it go landscape and compressed print but nothing prints out but banner pages. If I look at /var/lp/logs/requests most status codes are 0x0100.
I've tried following Sun Doc ID: 212177 as follows:
# vi myfilter.sh
#!/bin/ksh
#Print landscape
echo "^[&l1O"
cat -
# vi /etc/lp/fd/myfilter.fd
Input types: any
Output types: myfilter
Printer types: any
Printers: any
Filter type: fast
Command: /opt/local/bin/myfilter.sh
# lpfilter -f myfilter -F /etc/lp/fd/myfilter.fd
# lpadmin -p myque -o protocol=bsd,dest=<printer hostname> -v /dev/null -m netstandard -T unkown -I myfilter
# enable myque
# accept myque
# lp -dmyque <some_text_file>
result are 2 banner pages and contents of the file to be printerd and /var/lp//logs/requests is 0x0100.
someone please educate me if U can? (I'd take a Dinozo slap to the back of the head from Gibbs as necessaryl!)

Have you tried using the Solaris 10 GUI interface
Launch -> Preferences -> System Preferences -> Add/Remove Printer
Have a look at this thread below
http://www.opensolaris.org/jive/thread.jspa?messageID=354604&#354604
Or
Hi,
After upgrading to Solaris 10 5/08 the Solaris Printer Manager changed so that it offered the following options when adding New Attached Printer dialogue box
Printer Name :
Description :
Printer Port:
Printer Type:
File Contents:
Fault Notification:
Options:
Banner:
After applying patch 138628-06 the New Attached Printer dialogue box reverted to its previous correct configuration
Printer Name:
Description:
Printer Port:
Printer Make:
Printer Model:
Printer Driver:
Fault Notification:
Banner:
A friend is running Solaris 10 10/08 but despite applying 138628-06 it is not showing the extended Printer Manager functions of Make, Model and Driver. How can he enable the extended functionality.
TIA
=========================================================================================
Hi,
Problem resolved, a case of RTFM.
In order to avoid a ppd error in the command below you need to ensure the ppd-cache is working and this involves rebuilding the it
# ppdmgr -r
You should now be able to sucessfully add the ppd option as shown below.
It appears that the Make, Model and Driver options do not appear after a clean install of Solaris 10 10/08 in the Printer Manager. However, if you create a printer with a ppd interface and then delete it the options remain. example below.
# lpadmin -p hp1 -v /dev/lp1 -I postscript -m standard_foomatic -n /usr/lib/lp/model/ppd/system/foomatic//HP/HP-DeskJet_950C-hpijs.ppd.gz

Similar Messages

  • Network Printer Setup in Solaris 10

    What is the best way to set up HP JetDirect network printers in Solaris 10? I have just installed Solaris 10 on an Ultra Sparc 10. There are two HP Laserjet Printers (HP LJ 4100DTN and HP LJ 4000TN) with JetDirect cards on my network. I want to be able to print to either of these printers and to choose which paper tray to use for the job (and whether to print double sided on the duplex model). There are reams of conflicting instructions on the Sun website and on the HP website for this task, most referring to older Solaris versions. Do I use the lpadmin command, setting up a different printer_name for each option for each printer? If so, where are the printer definitions? Do I use use the HP JetDirect Printer Installer? If so, where is it or how do I get it and is there a version for Solaris 10? Or is there an "add printer wizard" in the Java desktop that works for HP JetDirect laserjet printers? If so, where is it and where are the instructions for using it? Or is there some other method? Thanks.

    I found the HP JetDirect Printer Installer for UNIX on the HP website. The version is E.10.34, dated 5 Aug 2002. The HP site says it is for Solaris 2.6, 7, 8, and 9. Should this installer be used with Solaris 10?
    Alice Soteriou, in a Dec. 2001 article ("Basic Principles of Printing in Solaris 2.6 and Above") on the Sun website says, "Sun's position on this is to always use the vendor-supplied application to create the print queues. This is because it will probably supply the exact interface file to make the most of your printer's features (that is, duplexors, multiple trays, different font sizes and styles, etc.)" However, elsewhere on the Sun site, there are warnings against using such applications for security reasons and comments that the HP JetDirect Print Installer is not supported. What is Sun's current advice on this?
    Alice's 2001 article has been reproduced as postings on supportforum.sun and sunsolve.sun.com with dates in January and February of 2005, but these repostings do not address using this application with Solaris 10.

  • Printer setup on Solaris 8 x86

    I have a Solaris 8 x86 box and try to attach a Brother HL-760 printer to LPT1. The printer is HP5 compatible, supports PCL5, but no Postscript. I tried to attach it with HP printer driver, it was a successful experience. However, I can only print text files. If I want to print a web page from my browser, it gave my garbage. Can someone help me out? Must the printer have Postscript?
    Thanks.

    hi
    might be you r making some mistake for that printer try is again it should be working for htlp file cause it only text and pic i thnk i will work you r making some mistake

  • Printer Setup for HTML reports (Landscape)

    I'm trying to print an HTML report in Landscape, the Report Orientation VI only works with Standard Reports, and I can't find anything that will let me modify the "Printer Setup"
    Anyone done this?

    Jeff,
    To print an HTML report it first has to be rendered. To render HTML, you need a browser. For example, you can render HTML in either Internet Explorer or Firefox or Opera, and all three might render the same data slightly differently. To simplify the situation let's say that you're using IE. Once IE renders the HTML, you then have to get it to send the rendered output to the printer. So you can see why it isn't time or cost-effective for NI to try and necessarily support these functions. For the end user however, I'd guess that quite a few people have had this problem.
    I have had to do a lot of digging around to get HTML reports to print right. My solution has been to use an ActiveX container with an IWebBrowser2 object (Internet Explorer). This will let you load and print HTML reports programatically however (glancing back over some old code) I don't see immediately how you can print a report in Landscape. With an ActiveX container however you can call the IE print preview function which will let you (the user) modify the report printing to Landscape. It's not a programmatic solution since you have to interact with the GUI but it works. Also, once you set the setting to Landscape, everything printed afterwards using your ActiveX container will also print in Landscape.
    Something else which may not apply to you (but maybe--I'll at least mention it) is printing a landscape single image... that's usually why I needed to print landscape... to print out a full page screenshot of a graph or something. I do this in portrait mode by just attaching the control image but rotating it first and adding the HTML code to make it 100% of the vertical page.
    Last but not least, if you are 100% set on using a programmatic implementation to print a landscaped report (no user interaction), the best thing to do would be to build on an ActiveX implementation so that your report is being loaded and printed from an embedded IWebBrowser2 object. With the IWebBrowser2 object there is an option for using a pre-defined print template. This option is NOT for the faint of heart and requires you basically to re-program the whole IE print-preview functionality. However, it's not impossible either, it just takes the time of learning basically how the IE print preview interface works and then adapting it to your application (in this case, landscaped printouts). This is also the ONLY way to change HTML report headers and footers. The print preview interface in IE is written entirely in javascript--you can get details on msdn (search for "print preview templates"). However, there isn't really enough info there to do things with any ease. So....
    If you get to the point where you get an ActiveX container working and want to fool with the IE print preview javascript templates, let me know. I have extracted the entire template and associated images from the windows DLL it is stored in so I could adapt it and change the headers and footers for my reports and things of that nature.
    Now that I mention it, I believe that is the only way also to actually set landscape or portrait--by programmatically changing the printing margins (so it prints 11x8.5 instead of vice versa).
    Anyway, hope that helps...

  • AP Check printing setups for printing checks on your own

    HI
    I am wondering if there a good document which deals with AP check printing with MICR and signature on your own check stock
    thanks

    Recently we started to deal with AP check printing in our organizatin. It was a daunting task with the information and resources scattered all over and missing critical pieces of information to make sense out of the whole process flow. We attempted to go through the AP check printing internally and succeded.
    I decided to post the information for the benefit of people about the our experience
    Check Printing Basics and Beyond for Printing Checks on Your Own
    by
    Sarma Chilukuri
    This article deals with what is needed to get your own checks printed. It is a first attempt to uncover all the hidden rules that one should be aware to get your own checks printed. The first section deals with the basic AP check printing setup, while the 2nd half explores some of the flow of events that make it possible to print the check.
    Part I – Basic Setup
    AP Setup for check printing
    There are multiple steps in the AP check printing. First set of steps deal with the AP side setups. The second step is to get the System side setups. The system side setup deals with printer setup and program options setups. The last step would be to make the print format files configured with the vendor provided escape sequences in the laser print format file.
    Step 1: login as Payable Manager
    Step 2: Bank Setup: Navigate to Setup: Payments > Banks
    1.     Make sure the Bank # etc are present
    2.     Tab to “Bank Accounts”, and make sure your account # has been setup
    3.     On the Bank Accounts screen, tab to the “Payables Documents” and verify that Payment format (E.g., COK Laser Format) has been entered. This “Payment format links to next section where we associate it to the right payment program.
    Fig 1. AP Payment Bank Setup Screen
    Step 3: Program Setup (Setup: Payments > Programs)
    As we know there are only 5 formats 3 of which are “Ever Green Laser” (APXPBFE G|L|F) which are explained in the AP Users Guide. For your own form printing, you have to associate the format to APXPFEL (laser format) program. Also, the APXPBFEL or APXPBFEF call the APXPBFEG, which is the base program that pulls the data from oracle base tables. APXPBFEL is the one which allows us to print the checks with MICR and signature on a plain paper not on a pre printed stationery.
    Fig. 2 AP Payment Format Setup Screen
    Printer Styles, Drivers setup
    The above process summarizes the AP Setup. As a DBA, the printer setup needs to be validated. The base install provides the right setup to some extent. But the differences in printers and print queues may add some complexity to the final configuration. The following section discusses the set up the base install provides and changes as needed.
    Step 1. Login as system Administrator
    Step 2: Style (Install : Printer > Style)
    Look for the “PORTRAITHPLJ4LASCHECK”. This one is associated with the SRW Driver Called, “APLASP” (AP Laser printer format).
    Step 3: Driver (Install : Printer > Driver).
         1. The “PORTRAITHPLJ4LASCHECK” is associated with a “User Driver” of PORTRAIT for HPLJ4 and and a SRW driver of “APLASP”
         2. Also notice that there is an Initialization string at the bottom of it. This initialization string gets called as pre-report trigger for the APXPBFEG program (APXPBFEG.rdf) file. It sets the kind of format it should be. Please see the Appendix A for details on these printer pcl code translations. The Initialization string was as follows:
    Initialization: /eE/e&l0o2a7C/e(s0P/e(8U
    Step 4: Printer type (Install : Printer > Register)
    Each printer type is associated with a set of styles. Make sure the printer that was selected has the above style and its associated driver listed against that.
    Fig. 3 System Administrator Printer Seups
    Step 5: Program Setup (Concurrent > Program > Define)
    This step holds the key for check printing. It is necessary to define whether you need the check on top followed by the Stub or the other way around. The way it is controlled is based on the APXPBFEG.rdf, the report definition file and the APLASP.prt (Printer Style associate with the Portrait laser check format SRW driver). The APLASP.prt file ($FND_TOP/reports) has two identical setups called the 100 series and the 200 series. Those identical sets of setups define where the MICR and signature print on the check. The following table lists the some of the codes in the 100 series. Please refer to Doc ID #146452.1 for complete details.
    Fig. 4 System Administrator Concurrent Program Definitions
    CODE #     Code Definition
    100     Electronic check activation string
    101     1st Check #
    102     2nd Check #
    104     Deactivate check number mode string
    111     Activate MICR line
    112     MICR Deactivation / reset the printer head position
    121     1st Signature
    122     2nd Signature
    141     Address font activation string
    199     Return to default state string
    Table 1. APLASP.prt -- MICR Activation Codes
    The above code block repeats itself the same way in the 200 series. The decision to activate one way or the other controls the Check printing.
    Step 2: Setting up the Option block
    In the concurrent program definition for the APXPBFEL, there is an Options block in the middle. You need to list the codes that you want to activate. Please refer to Doc ID # 186640.1 for some explanation on these.
    E.g.,
    p_printer_code_mask="201,211,221,241" p_sig2_amount="" p_sig3_amount="" p_sig1_vendnum="" p_sig2_vendnum="" p_sig3_vendnum="" p_country_to_ignore="US" p_continuous_stationery="N"
    Step 3: Output format is Text
    Text format is sufficient, as the printer will pick up these escape sequences anyway.
    Fig. 5 System Administrator Concurrent Program APXPBFEL Options Definition
    UIPRINT.TXT, UIFONTS.ALI
    One needs to be aware of a few more pieces in this puzzle. The UIPRINT.TXT identifies to the Oracle Applications the print queues that were setup. This file is needed to set your PCL / Post Script printer definitions. I did not have to really tinker with these files other than identifying the PCL and Post Script Q’s that were setup on the UNIX box.
    Part II: Integrating all the pieces
    The above setups are all documented in various articles. We need to understand a few more steps to see how all these pieces come together.
    What you need to know about APXPBFEG.rdf
    APXPBFEG (.rdf) is the report file which when called pulls the data from Oracle. If you open the APXPBFEG.rdf in the Oracle reports, there is initialization to the report called, SRW.Init. This will bring in the initialization string associated with the PORTRAITHPLJ4LASCHECK driver definition file. Also, please be very careful with this report format file. When you open it, there is small tiny empty block. in the first block which calls the printer initialization code 100/200 under the Format Mask (from APLASP.prt). If this portion gets changed or messed up, one can end up with some unexpected results. Each of those blocks like MICR, CHECK etc… have associated format triggers and printer codes.
    Please make sure that the printer mask is properly handled. I noticed that the 200 series MICR (211) and Signature (221) printer masks were tied to 111 and 121 respectively. These should have been 211 and 221. The other place you need to be careful was the printer code before and after is proper.
    For E.g.,
    For the MICR, the ”printer code before and after columns “ should be 111 and 112 (or 211 / 212) respectively while Format Trigger should reference to 111 (211).
    Fig. 6 APXPBFEG rdf file printer mask and Format Triggers
    The escape sequences in the APLASP.prt file for these codes will play the crucial role in getting our format around the report output that gets generated from the APXPBFEG program. Please refer to the explanation of these escape sequence codes in the APPENDIX A.
    At this point when you run the program, you will see that the formatted output report file will have all the initialization strings and the output associated with that. You can compare the fields and verify the results. Let us closely examine the parts of the 111 and 121 where the micr and signature prints. The key to this to code the escape sequences the right way to get the associate MICR and signature print out correctly.
    Fig. 7 APXPBFEG rdf file MICR printer mask and Format Triggers
    Code 111 and Code 112 from the APLASP.prt file.
    I broke the line into pieces to illustrate the exact escape sequence code.
    Code "211"
    Part 1: esc "&f0S" esc "&f0y0X" esc "&l0E" esc "&a0L"
    Part 2: esc "(8M" esc "(s0p8.00h8.0v0s0b80T" --- This will be provided by the ROM
    Cartridge provider
    Part 3: esc "&k15H" esc "*p3215Y" esc "&a13.8C"
    code "212"
    Part 1 : esc "&f1x3x8X"
    Part 2 : esc "&f1S"
    Let us go over these 2 sets of codes carefully.
    Escape Code     Meaning     Comment
    esc "&f0S"      Push Cursor Position     
    esc "&f0y0X"     Define Macro ID 0 and Start Macro Definition     
    esc "&l0E"      Define Top Margin at 0 Lines     
    esc "&a0L"      Define Left Margin at Column 0     
    esc "(8M"     8M Symbol SetNote : As per pcl codes this happens to be Font Primary JIS Math 8 symbol     MICR Part 1 : Provided by the Vendor from where you the ROM cartridge
    esc "(s0p8.00h8.40s0b0T"     {Fixed Pitch}{pitch 8.00 cpi}{Font Style 8.40}{Medium Weight}{Typeface 0}     MICR Part 2 : Provided by the Vendor
    esc "&k15H" esc "*p907Y"     Set HMI = 15/120" Vert position = 907 Dots     
    esc "&a13.8C"     Move to Column 13.8     
         CODE 112     
    esc "&f1x3x8X"     {End Macro Definition}{Call Macro}{Delete Macro ID}     
    esc "&f1S"     {Pop Cursor Position}     At this point, the MICR gets printed
    Table 2. Escape Sequences in APLAP.prt file Explanation
    Fig. 8 APXPBFEG rdf file Signature printer mask and Format Triggers
    The signature piece (221) has also similar meaning.
    Escape Code     Meaning     Comment
    esc "&f0S"     Push Cursor Position     
    esc "*t300R"     300 DPI Graphics resolution     
    esc "*p1500X"     Horiz position = 1500 Dots     
    esc "*p650Y"     Vert position = 470 Dots     
    esc "(4B" esc "(s1p53v0s0b102T"esc "&f0S!"     Symbol SetProportionalPoint Size 53UprightMedium WeightTypeface 102Push Cursor Position!     Vendor gave the us esc "(4B"esc"(s1p53v0s0b102T!"Note: the ! when the it pushes the ! and that is where it prints the signature piece. The first part forms the symbol set , say (4B and the later part forms the signature font and ! is the piece. I took the ! from the above and let it stay with the 3rd part of it so that signature does not print twice.
    esc "&f1S"      Pop Cursor Position     
    esc "*p+121Y"     Move down 121 Dots     
    esc "&f1S"     Pop Cursor Position     
    Table 3. Escape Sequences for Signature in APLAP.prt file and Explanation
    Summary
    One can print their own checks using the above steps. This can work as a cost effective solution for small organizations where the budgetary constraints are tighter. We are successful in getting the AP Checks printed using the above method.
    References
    Metalink Doc ID # 186640.1, Different Payment Formats …
    Metalink Doc ID # 60936.1, Step by Step Guide to Setup a Printer in Oracle Applications
    Metalink Doc ID # 250543.1, How to Create An Initialization String for a Payable Check Format
    Metalink Doc ID # 48680.1, Accounts Payable FAQ – Payment Batch, Check
    Metalink Doc ID # 1074792.6, Exclamation Point (!) Prints On Check When Using APXPBFEL And Cartridge
    Metalink Doc ID # 158486.1, APXPBFEL Evergreen (Long Laser)
    Metalink Doc ID # 146452.1, Listing of p_printer_code_mask Default Values for APXPBFEL
    Chapter 2, Oracle Payables user guide
    Appendix A
    APLASP.prt printer codes explanation
    code "200" esc "&l0o2a6d66p8.000c2e1x0l63f1H" esc "&k12.00H" esc "(8U"
    esc "(s0p10.00h12.00v0s0b3T" esc "&k11.75H" esc "&a1l0R" control(M) esc"&f3005y4X"
    {Portrait}
    {Letter}
    {6 LPI}
    {Define Page Length to 66 Lines}
    {Set VMI = 8.000/48"}
    {Define Top Margin at 2 Lines}
    {Select 1 Copies}
    {Disable Perf Skip}
    {Define Text Length as 63 Lines}
    {Feed from Tray 1 (upper)}
    0.1 esc "&k12.00H"
    {Set HMI = 12.00/120"}
    0.2 esc "(8U"
    {Roman-8 Symbol Set}
    0.3 esc "(s0p10.00h12.00v0s0b3T"
    {Fixed Pitch}
    {pitch 10.00 cpi}
    {Point Size 12.00}
    {Upright}
    {Medium Weight}
    {Typeface 3}
    0.4 esc "&k11.75H"
    {Set HMI = 11.75/120"}
    0.5 esc "&a1l0R"
    {Define Left Margin at Column 1}
    {Move to Row 0}
    control(M)
    0.6 esc"&f3005y4X"
    {Define Macro ID 3005}
    {Enable Overlay}
    code "201" esc "&f0S" esc "&a1.25r70C" esc "(8U" esc "(s1p14v0s3b4148T"
    {Push Cursor Position} esc "&f0S"
    1.1 esc "&a1.25r70C"
    {Move to Row 1.25}
    {Move to Column 70}
    1.2 esc "(8U"
    {Roman-8 Symbol Set}
    1.3 esc "(s1p14v0s3b4148T"
    {Proportional}
    {Point Size 14}
    {Upright}
    {Bold}
    {Typeface 4148}
    code "202" esc "&f0S" esc "&a20.25r70C" esc "(8U" esc "(s1p14v0s3b4148T"
    {Push Cursor Position}
    2.1 esc "&a20.25r70C"
    {Move to Row 20.25}
    {Move to Column 70}
    2.2 esc "(8U"
    {Roman-8 Symbol Set}
    2.3 esc "(s1p14v0s3b4148T"
    {Proportional}
    {Point Size 14}
    {Upright}
    {Bold}
    {Typeface 4148}
    code "211" esc "&f0S" esc "&f0y0X" esc "&l0E" esc "&a0L"
    esc "(0Q" esc "(s0p8.00h8.40s0b0T" esc "&k15H" esc "*p907Y" esc "&a13.8C"
    {Push Cursor Position}
    11.1 esc "&f0y0X"
    {Define Macro ID 0}
    {Start Macro Definition}
    11.2 esc "&l0E"
    {Define Top Margin at 0 Lines}
    11.3 esc "&a0L"
    {Define Left Margin at Column 0}
    11.4 esc "(0Q"
    {0Q Symbol Set}
    11.5 esc "(s0p8.00h8.40s0b0T"
    {Fixed Pitch}
    {pitch 8.00 cpi}
    {Font Style 8.40}
    {Medium Weight}
    {Typeface 0}
    11.6 esc "&k15H" esc "*p907Y"
    {Set HMI = 15/120"}
    {Vert position = 907 Dots}
    11.7 esc "&a13.8C"
    {Move to Column 13.8}
    code "212" esc "&f1x3x8X" esc "&f1S"
    {End Macro Definition}
    {Call Macro}
    {Delete Macro ID}
    12.1 esc "&f1S"
    {Pop Cursor Position}
    code "221" esc "&f0S" esc "*t300R" esc "*p1500X" esc "*p470Y"
    esc "(30C" esc "(4B" esc "(s1p53v0s0b102T!"
    esc "&f0S!" esc "&f1S" esc "*p+121Y" esc "&f1S"
    esc "&f0S"
    {Push Cursor Position}
    21.1 esc "*t300R"
    {300 DPI Graphics resolution}
    21.2 esc "*p1500X"
    {Horiz position = 1500 Dots}
    21.3 esc "*p470Y"
    {Vert position = 470 Dots}
    21.4 esc "(30C"
    {30C Symbol Set}
    21.5 esc "(4B"
    {4B Symbol Set}
    21.6 esc "(s1p53v0s0b102T!"
    {Proportional}
    {Point Size 53}
    {Upright}
    {Medium Weight}
    {Typeface 102}
    21.7 esc "&f0S!"
    {Push Cursor Position}
    21.8 esc "&f1S"
    {Pop Cursor Position}
    21.9 esc "*p+141Y"
    {Move down 121 Dots}
    21.10 esc "&f1S"
    {Pop Cursor Position}
    code "222" esc "&f0S" esc "*t300R" esc "*p1500X" esc "*p650Y"
    esc "(30A" esc "(s0p.426h35.25v0s0b128T" esc "&f0S!"
    esc "&f1S" esc "*p+141Y" esc "&f1S"
    {Push Cursor Position}
    22.1 esc "*t300R"
    {300 DPI Graphics resolution}
    22.2 esc "*p1500X"
    {Horiz position = 1500 Dots}
    22.3 esc "*p650Y"
    {Vert position = 650 Dots}
    22.4 esc "(30A
    {30A Symbol Set}
    22.5 esc "(s0p.426h35.25v0s0b128T"
    {Fixed Pitch}
    {pitch .426 cpi}
    {Point Size 35.25}
    {Upright}
    {Medium Weight}
    {Typeface 128}
    22.6 esc "&f0S!"
    {Push Cursor Position}
    22.7 esc "&f1S"
    {Pop Cursor Position}
    22.8 esc "*p+141Y"
    {Move down 141 Dots}
    22.9 esc "&f1S"
    {Pop Cursor Position}
    code "241" esc "&a-100V" esc "&l5.8C" esc "(8U" esc "(s0p12.00h10.00v0s3b3T" esc "&k11.75H"
    41.0 esc "&a-100V"
    {Move up 100 Decipoints}
    41.1 esc "&l5.8C"
    {Set VMI = 5.8/48"}
    41.2 esc "(8U"
    {Roman-8 Symbol Set}
    41.3 esc "(s0p12.00h10.00v0s3b3T"
    {Fixed Pitch}
    {pitch 12.00 cpi}
    {Point Size 10.00}
    {Upright}
    {Bold}
    {Typeface 3}
    41.4 esc "&k11.75H"
    {Set HMI = 11.75/120"}
    code "299" esc "(8U" esc "(s0p10.00h12.00v0s0b3T" esc "&k11.75H" esc "&l6D"
    {Roman-8 Symbol Set}
    99.1 esc "(s0p10.00h12.00v0s0b3T"
    {Fixed Pitch}
    {pitch 10.00 cpi}
    {Point Size 12.00}
    {Upright}
    {Medium Weight}
    {Typeface 3}
    99.2 esc "&k11.75H"
    {Set HMI = 11.75/120"}
    99.3 esc "&l6D"
    {6 LPI}

  • C4400 only prints 1/3 of a photo on 4 X 6 photo paper. Filled out printer setup perfectly! Help!

    C4400 only prints 1/3 of a photo on 4 X 6 photo paper. Filled out printer setup perfectly! Help!

    Fritzk,
    Some other useful info would be connection method to the printer and the application we are printing from, as well as if other printing (docs etc) work or not. But in the mean time lets also go through some of the basics together. Lets make sure the printer is set properly for photos using printing preferences:
    -Click the start button and then select devices and printers.
    -Right click your printer and select printing preferences.
    -In the new window that appears on the left you will see printing shortcuts. There will be one marked as photo or some variation - select that. To the right ensure that the size is set to 4x6.
    -Click ok to close the window and save the changes.
    Try the print again. If it does not resolve anything lets move on to making sure we have no software tripping us up. Try downloading and running the print and scan doctor located here: http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c03275041&cc=us&dlc=en&lc=en - It can fix a lot on its own and if not give us a better idea of what is going on. Let us know the results.
    If all the software components check out use this article as it handles partial prints under unique circumstances: http://h10025.www1.hp.com/ewfrf/wc/document?docnam​e=c01892627&cc=us&dlc=en&lc=en
    Give the steps listed under windows a try and let us know if it helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Printer Setup

    Hello,
    I have installed Solaris 8 onto an Intel box.
    Now I would like to set up printing.
    In my case, the printer (HP LaserJet 4 Plus) is connected to a LAN based HP print server.
    How do I set up the Solaris box to print to this printer.
    If there is an NT box controlling the print queue how does that come play.
    Thanks
    Chris Hax

    http://docs.sun.com:80/ab2/coll.47.11/SYSADV2/@Ab2PageView/3277
    documents how to add a network printer to a solaris box.
    Works for HP laserjets (postscript recommended for unix)
    and a network card installed in the printer.
    If the NT box controlls the print quere and has the NT
    unix print server software installed, you probably just
    have to setup the solaris boxes as network print clients:
    http://docs.sun.com:80/ab2/coll.47.11/SYSADV2/@Ab2PageView/3082

  • The application Printer Setup Utility quit unexpectedly

    Hi All,
    I'm using 10.4.11, trying to add a printer. In 'Default Browser', I click on 'More Printers', and I receive the following error, The application Printer Setup Utility quit unexpectedly.
    Done all the basics, reset permissions, updated latest software, no help.
    Any help is appreciated.
    Thanks.

    To The Apple Discussion Boards!
    Did you reboot your computer after repairing permissions & installing? If so, trash the com.apple.print.PrintCenter.plist file & restart your computer.
    Please post back the results.

  • Printer Setup Utility Crashing on Launch. Please Help!

    Hi all,
    I am trying to set up my sister's iBook to print on my home network. I'm using a fuji xerox docuprint C525A and my first step was to obtain the latest drivers from fuji xerox.
    However when I go to add the printer in printer setup utility the program unexpectedly quits. Obviously this is making it pretty much impossible to add the printer.
    The iBook is running 10.3.9 so far the only step I've taken to try and fix the problem has been to repair disk permissions. This unfortunatey hasn't helped.
    I would greatly appreciate any advice for further troubleshooting.
    Thanks
    -Tim

    Hi Tim,
    I don't see any obvious problem with the results that you have shown. The logical links look okay and the PrintCore program is present and has the about the right size. Nevertheless, the results that you obtained a few days ago suggest that there is a problem somewhere in the PrintCore.framework. I would suggest that you replace this framework and see if Printer Setup Utility works correctly.
    If you want to do that, I think the safest thing to do is to get the most current version of the framework and you can do that by loading it from the OS X 10.3.9 combo update. Here are the basic steps to follow:
    - You will need to install an app called Pacifist.
    - You will also need to download Mac OS X Combined Update 10.3.9. After you download this update, open its disk image and extract the .pkg file to your desktop.
    - Start Pacifist and then use it to open the .pkg file from the combo update.
    - Use the Search command in Pacifist to search for PrintCore.framework (use lower and upper case as shown). After Pacifist finds and highlights this framework, click the Install button.
    That should do it. The framework on your computer will be replaced with framework from the combo update. I hope that this fixes your problem.
    Rich
    EMAC G4 1.0 GHz   Mac OS X (10.4.6)  

  • No Printer Setup Utility

    Somehow I've accidentally deleted, or otherwise lost the printer setup utility that should be in my utilities folder. There is a file called Printer Setup Utility in the Utilities folder, but it's only 650KB, which tells me that's not it. There's also a strange icon representing it (two pieces of paper, a paintbrush, a pen [looks like an Appleworks icon or something]). Basically, I have no print center. Is there away of reinstalling this application without having to reinstall Tiger completely? I've reinstalled the printer drivers with the custom install option, but I can't figure out a way to install the actually printer setup utility application. Any help would be great.

    I think this will do the trick:
    Restoring Lost OS X Files
    If you erase or otherwise "lose" an OS X system application or utility (such as Mail or Disk Utility, for example) you can restore them without having to reinstall OS X.
    Download the shareware utility Pacifist. Read the documentation. Use Pacifist to extract a fresh copy of the missing application from the file archives on your OS X Installer disc. The file archives are usually found on the installer disc in the /System/Installations/ folder.
    After restoring the application you need to reinstall the OS X Combo Updater for the version of OS X you currently have installed. This assures the new copy of the application is updated to the current version.
    Lastly, it's a good idea to repair permissions.
    Mac Pro 2.66 Ghz; MacBook Pro C2D 2.33 Ghz; MacBook Pro 2.16 Ghz   Mac OS X (10.4.8)   Intel iMac C2D 17 "; iBook G3 800 Mhz; 30 GB iPod Video (Black); iPod Nano 2 GB

  • Setting up wireless printer in printer setup utility

    i have a Brother MFC 5100 USB inkjet printer. when i have it connected by USB cable to my ibook it works perfectly. i can choose the Brother printer and print driver in the chooser.
    i am trying to set up my motorola print server. i know the computer sees the print server. when i go to the printer setup utility, it only gives me the options to set up either laserwriter printers or AdobePS printing.
    how do i use the printer setup utility to set up a non-laserwriter, non-AdobePS printer? how do i get the utility to "see" whatever it needs to see to set up my Brother printer?
    ultimately, what i need to do is get the chooser to see my Brother printer wirelessly, as it does perfectly when connected by USB cable.
    thanks,
    Ian

    Assuming that Motorola server is meant to work with Macs, there are basically two types of print server.
    The simpler type appears to client computers as though it were a printer, and for that you will need drivers for either the server itself, or some printer it can emulate. If it can and is set to emulate any PostScript printer then normally, both LaserWriter and AdobePS should drive it…
    More sophisticated servers appear to computer as… uh… sophisticated servers with queues and administration facilities and for that, you would need a cmpatible client utility, probably but not necessarily from Motorola.
    What model is this, please? There should be someone along shortly who'll recognize it and deal with the specifics…

  • Print Setup Utility Keeps Quitting

    I reinstalled Tiger because my system would shut off instead of go to sleep whenever I left it for any extended period of time. So I thought there was a problem with the operating system (maybe) and reinstalled. Now I cannot get into Print Setup Utility.
    Every time I go into Preferences/Print and Fax and click on add printer, the application "unexpectedly quits"...this happens every single time and I can't figure out why it keeps doing that.
    Anybody know where I should look to fix this problem? Thanks

    A basic rule in troubleshooting is - first, go back and fix/analyze what you've most recently changed...
    I suggest you reinstall OS X using the Archive & Install option in the installer.

  • Printer setup problem

    My friend was recently given a 15" MBP, circa late 2008. (The Apple Care protection plan expires in 70 days.) It has Snow Leopard with all the latest updates.
    I used Migration Assistant to get her documents and settings off her old computer, a PowerBook G3 or G4 which was running Panther. She has an HP Photosmart PSC 2410 printer, which was working fine with Panther. She successfully printed one document with the new computer a few days ago.
    There was a lot of garbage on the computer left over from the previous owner -- applications not compatible with Snow Leopard, old and extremely obsolete applications, Norton Anti-Virus (ugh!), and so on. I took all of these off. I also found a few items in Activity Monitor that didn't belong (for example bits and pieces of Norton Anti-Virus. I was pretty much done when I noticed the HP Director application (installed by the admittedly very old printer setup software) was starting up every time I restarted the Mac.
    Before I discovered that the dock icon would let me specify not to start it up every time, I found an article about how to stop it by manually removing an item from /Library/Preferences/loginwindow.plist. (So I ended up doing both of these things.) I was then unable to print. I followed all of HP's troubleshooting instructions (scant few for us Mac users), basically unplug everything, plug it back in, restart the computer. I also followed some Apple instructions that told me to remove and re-add the printer in System Preferences.
    When trying to add the printer back in, I got an error message about the software not being correctly installed. I re-installed it, which added the HP Director back to the login items (though the entery I see in loginwindow.plist -- not to mention the entire rest of that file) looks rather different. I am still unable to print, but at least I now get the message "Error: fatal: Opening Printer Connection Failed: Unable to open the printer connection. Please check your printer connections and check for printer errors." (It previously just said "error" with no further details.)
    I also tried adding a new user and installing the printer there, with no better results.
    I was able to print a test page from the printer (using the menu on the printer itself), so obviously the problem isn't in the printer iteslf.
    I have also changed the USB cable, though the Mac was able to detect that the printer was online (or offline depending on the situation) so as expected this did no good.
    I'm at a loss for what else to try!

    I tried that, but the utility also doesn't list any printers, so I can't figure out how to configure anything. I've uninstalled and re-installed the software twice now, also to no avail. I called HP support today in desperation, and they think that either the USB cable is defective, or the USP port on the printer is. So, I'm off to get a cable. Does this sound like a reasonable answer???

  • Error print preview, print setup, print Reports

    Hi All
    I had Primavera P6.7 and worked well I upgrade to 8.2 after update when i make print preview, print setup, print and Reports ====> Run it give me errors like:
    Type : EAccessViolation
    Event Code : AVAA0-2875-6
    Description : Access violation at address 00758396 in module 'PM.exe'. Read of address 00000028
    Type : EAccessViolation
    Event Code : AVAA0-3237-4
    Description : Access violation at address 008F1B70 in module 'PM.exe'. Read of address 00000008
    I don't know what's the problem and what's the solution????
    Please Help me ??

    Dear Ibrahim,
    Can u Just let me know the Version and edition of Windows like Basic/Professional or Ultimate.
    AVAA errors are commonly caused by lack of permissions to the Project Management install directory, the default path is \Program Files\Oracle\Primavera P6\Primavera P6 Professiona
    Generally P6 writes a log to this directory. But if the Currently Logged in user does not have Read / Write access to this directory, an error will be thrown.
    Solution:
    Grant Read and Write access to the P6 PPM installation directory,
    by default: \Program Files\Oracle\Primavera P6\Primavera P6 Professional for the Currently Logged In User
    Pls Let me know whether this Has Worked For You Or Not.
    With Warm Regards
    S.Shankar
    0091-8951826900

  • Epson C88 and Printer Setup Utility

    Trying to add Epson c88 to eMac system 10.3.9/800/512. Repaired permissions, installed drivers from included CD, restarted, repaired permissions. c88 does not show in Printer Setup Utility, though info's being exchanged between printer and eMac since Epson Printer Utiity recognizes the c88 and can test ink levels, head alignment, etc. No printer (not even an old c80) shows up in the printer list, so no printer can be added.
    Went to Epson web site, downloaded another version of the drivers and installed same; same result - nada. Nothing shows up in the Printer Setup Utility. All cables are in working order. Weird, no?
    Checked w/ Epson and they're pretty sure since Epson Printer Utility can be accessed, the problem's w/ the Printer Setup Utility; they suggested I call Apple.
    Called Apple but $49.95 to try and find the problem (half the cost of the printer?) seemed untenable.
    Can anyone offer insight?
    eMac, iBook G4   Mac OS X (10.3.9)  

    Okay mrthuse,
    I have a Epson C86, and this is the procedure I would use. I think I've changed the references to the C86, but if not, I believe the procedure for the C88 would be basically the same.
    * Download the most current driver from Epson: Printer Driver v2.5bA.
    * Before moving the folder & files listed below, to a "Temporary Epson Trash
    Folder", open "Printer Setup Utility" and delete the C88.
    * "Quit' "Printer Setup Utility"
    * Move the files (Posted in Capitals) to the "Temporary Epson Trash Folder" on the Desktop
    HD > Applications >
    EPSON PRINTER UTILITY (Alias)
    HD > Users > Your Home > Library > Preferences >
    COM.EPSON.IJPRINTER.UTILITY.PLIST
    COM.APPLE.PRINT.CUSTOMPRESETS.PLIST
    COM.APPLE.PRINT.PRINTCENTER.PLIST
    COM.APPLE.PRINT.PRINTERPROXY.INTERNAL_MODEM.PLIST
    COM.APPLE.PRINT.PRINTINGPREFS.PLIST
    HD > Library > Printers >
    EPSON (Folder) Only move this folder if you have no other
    Epson products
    I also had a "OS X booklet.pdf" (Epson) that I had saved in my "Documents" folder. You will get a new one. After the installation, I replaced it. You may not have saved your original one. It's no big deal, there's really not much in it, In fact I don't remember ever opening it, before today!
    * Quit ALL running Applications
    * "Repair Permissions" using "Disk Utility" in the "Utilities" folder
    * Dig out your Epson C88 "Start Here" instruction quick sheet, for reference
    * Unplug the USB cable from the Mac & then from the C88
    * Re-attach the USB cable to the C88 & then from the Mac
    * Turn on your C88
    * Double click on: "epson11510.sea.hqx" to unzip
    * Double click on: "epson11510.sea" to expand
    * Follow the prompts & instructions
    * When the "Vise" installer opens in a window, double click it to start the install
    * When the installation is complete, turn off the printer & restart your Mac.
    * "Repair Permisions" again
    * Turn on the C88
    * Open "Printer Setup Utility"
    * "You have no printers available" will appear. Click "Add"
    * Select "Epson USB" in the contextual menu
    * Click on "Stylus C88" to highlight
    * Add "Page Setup:" select "All", from the contextual menu
    * Click "Add"
    * Quit "Printer Setup Utility"
    The images below, that are left on the "Desktop", can be trashed, unless you prefer to keep the installer.
    epson11510.sea.hqx
    epson11510.sea
    C88Series_1.8bAs.dmg (The 1.8bAs.dmg, may be a different number)
    You should be good to go, I hope!
    Good Luck!
    ali b

Maybe you are looking for

  • Blackberry hub on Z10 not working, cant access accounts.

    Hello I got a Z10 a few weeks ago, today the BlackBerry Hub has stopped receiving emails. It's still showing texts and Facebook notifications. When I try to view just one account it says it's on that account but still shows all the hub messages. I re

  • Connecting iPod touch to home wireless internet

    I've had my iPod since April, and when I got to "settings", "wi-fi", it shows my home network but when I put in the password (I've tried both the router and the network password), a message pops ups that says, "Unable to join the network." The iPod w

  • BPC 7.0 BPC Administration Installation - Authorisation Issue

    I have installed BPC 7.0 on our Windows 2003 server, I have installed the BPC Administration and BPC Client on a Windows XP machine all are working well. My problem is when I try the same on Windows Vista Business, I have Domain Administrator rights

  • Can't import new photos into lightroom 4, any help?

    I have macbook pro, a external HD with all my RAW files in a folder called 2013, I imported edited and export 2 photos into the same external folder, using lightoroom 4. Now I wanted import the others but they all grey out and there's no import butto

  • Export black screen

    Hi, i have a problem, im trying to export my sequence of almost 2 hrs, i exported 2 mins of it just to check how is it gonna look, the 2 mins export looks great, but! when i export the entire sequence it shows a black screen. i have no audio in my pr