[SOLVED] Printer prints garbage text - Error with pstoraster

I have a Epson Stylus C43SX printer, which is connected to LPT#1.
When I try to print something, the printer will print garbage text.
From cups manager browser interface ( http://localhost:631 ), if I try to print the test page, it prints out garbage.
If I select 'Print self-test page', the cups manager reports an error -
"/usr/lib/cups/filter/pstoraster failed"
The description of printer, as seen on cups manager page -
Description: Epson Stylus C43SX
Location:
Printer Driver: Epson Stylus C43SX - CUPS+Gutenprint v5.0.1
Printer State: idle, accepting jobs, published.
Device URI: parallel:/dev/lp0
Cups package version                      cups 1.3.4-1
Gutenprint package version              gutenprint 5.0.1-3
Thanks in advance!
Edit: Added [SOLVED] to the subject
Last edited by d2v (2007-11-17 08:21:25)

I can print properly again. I reinstalled arch and added the printer using cups http interface.

Similar Messages

  • How to print a text file with pagebreak.......

    hi to all,
    i am new in java and i want to do print a text file with page break. that text file is converted from html view page with help of htmlconveter class and i want to set page break in the text file.ASCII 12 is not work properly.its not break a page in proper manner.plz reply soon.

    hi to all,
    i am new in java and i want to do print a text file with page break. that text file is converted from html view page with help of htmlconveter class and i want to set page break in the text file.ASCII 12 is not work properly.its not break a page in proper manner.plz reply soon.

  • How to print html text created with HTML Editor Standard?

    I would like to print the text I added with the HTML Editor Standard, using advanced printing. I have made up a Word document with a Report Query and a Report Layout, but the text pops up as html text. Also when I use HTML as output the text shows as "p strong hallo /strong /p" (but then with < and >) instead of hallo . I understand what goes wrong, but I am unable to solve it. Is there a way to work around this?
    Thanks a lot, Frits
    Edited by: user3829016 on 10-nov-2009 5:51
    Edited by: user3829016 on 10-nov-2009 5:52
    Edited by: user3829016 on 10-nov-2009 5:53

    Thanks Lilly a lot!
    I forgot about this tag. It helps in my situation.
    P.S. I tried to solve problem with help of tag <pre> in such way:
    some_word<pre>     </pre>some_wordBut it didn`t helped.
    Thank you again

  • How to print a text file with long lines?

    I am trying to print a text file which contains many long lines. I find that the long lines are truncated on the printouts. How do I wrap up these long lines? Could you give me some examples?
    Thank you very much!

    Here's an example. The "\n" makes anything after it go to the next line. I hope this helps. Look at the Private void getTable() section.
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    public class LabNine extends Frame implements ActionListener, WindowListener {
         private TextField txtInfo;
         private List lstInfo;
         private Button btnAddInfo;
         private BorderLayout borderlayout;
         private Connection databaseConnection;
         Statement statement;
         ResultSet resultSet;
    public LabNine( ) {
         super("Lab Nine");
         // addWindowListener to close application
         addWindowListener(this);
         // create layout
         borderlayout = new BorderLayout();
         setLayout(borderlayout);
         // create text field so the file input that is selected will be seen in here
         txtInfo = new TextField();
         txtInfo.setEnabled(false);
         Color color = new Color(255, 136, 183);
         txtInfo.setBackground(color);
         add(txtInfo, BorderLayout.NORTH);
         // create list so the file input can be populated in here
         lstInfo = new List();
         add(lstInfo, BorderLayout.CENTER);
         // create button to add selected input file in the text field
         btnAddInfo = new Button("Add Info");
         btnAddInfo.setBackground(Color.cyan);
         btnAddInfo.setFont(new Font("TimesRoman", Font.BOLD, 16));
         btnAddInfo.addActionListener( this );          
         add(btnAddInfo, BorderLayout.SOUTH);
         // set frame attributes
         setSize(450, 250);
         setResizable( false );
         show();
         // get the table/ get the query
         loadConnection();
         getTable();
    public void actionPerformed(java.awt.event.ActionEvent e) {
         // if add button is pushed then it will check to see if an item was selected.
         // if not, then an error message will be displayed else the selected item will be in the text box
         if ( e.getSource() == btnAddInfo ) {
              if ( lstInfo.getSelectedIndex() == -1 ) {
                   System.out.print( "You have not selected an item" );
              else {
                   txtInfo.setText(( lstInfo.getSelectedItem() ));
    private void getTable() {
         try {
              String query = "SELECT FIRST, LAST, EMAIL FROM Names";
              statement = databaseConnection.createStatement();
              resultSet = statement.executeQuery( query );
              while ( resultSet.next() ) {
                   lstInfo.add( resultSet.getString( "FIRST" ) + " " + resultSet.getString( "LAST") + " " +
                        resultSet.getString( "EMAIL" ) + "\n" );
              statement.close();     
         catch ( Exception e ) {
              System.err.println( e );
    private void loadConnection() {
         // define the data source for the driver
         String sourceURL = "jdbc:odbc:people";
         String username = "";
         String password = "";
         // load the driver
         try {
              // load the drive class
              Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver" );
              // create a connection through the drivermanager
              databaseConnection = DriverManager.getConnection( sourceURL , username, password );     
         catch( ClassNotFoundException cnfe ) {
              System.err.println( cnfe );
         catch( SQLException sqle ) {
              System.err.println( sqle );
    public static void main(java.lang.String[] args) {
         LabNine aLabNine = new LabNine( );
    public void windowActivated(java.awt.event.WindowEvent e) {
    public void windowClosed(java.awt.event.WindowEvent e) {
         // closes the application
         System.exit( 0 );
    public void windowClosing(java.awt.event.WindowEvent e) {
         // closes the application
         System.exit( 0 );

  • How to print Arabic text along with the English in smartform ( ECC6 version

    Hi All,
    our is ECC6 version, Non unicode, ABAP stack ( not dual stack )
    is it possible to print in Arabic language in the above version ?
    if yes, then please let me know how to print Arabic text and English text in the same smartfrom.
    i tried in the following procedures :
    1) i created standard text (SO10) in arabic language.
    i called in the smartform ( include text - i )
    langage AR
    but system throws error message saying, required language is not installed.
    2) if i use READ_TEXT function module.
    text getting printed in diff format but not in arabic.
    waiting for your replies..

    ECC6 and Non-Unicode? I think you'll need multiple code pages, I doubt there's a mixed Arabic/Latin1 available. And I don't think SAP supports new MDMP systems any more. If you need to support multiple languages you really need to go Unicode. It's probably easier to do the Unicode conversion than to try to support multiple code pages and you have to make the switch eventually.

  • Solved printer installation problem – "error-user-request-value-too-long"

    A discussion in July 2006 left the problem of printer installation unsolved. My contacts with Apple Support have also led to frustration for everyone.
    Whenever I have tried to install any printer I end up with the error message:
    "error-user-request-value-too-long".
    Luckily I discovered the shareware program "Printer set up repair" on Versiontracker. It worked wonders in 5 minutes. Now everything is fully functioning. It also provides an extremely useful log-file telling you which (often hidden) files that are missing or damaged.
    Address: www.fixamacsoftware.com/software
    Phew!

    Well, I tried all of that and I'm still getting the error message. I've also repaired disk permissions and run Disk Warrior. When I repaired disk permissions, many HP printer items showed up in the list.

  • HP Photosmart 7520 prints garbage text after being idle

    I have a new HP Photosmart 7520 connected via WiFi to an HP TouchSmart 600 running Windows 7. After the printer has sat idle for some time, the computer seems to lose the connection to the printer. When I try to print, documents pile up in the print queue with nothing printing. I'm not sure what finally wakes it up, but when it starts to print, the first document printed (most often from MS Outlook running on my VMWare connection to my work network, but also from Firefox and not using VMWare) prints with good graphics but garbled text. If I print the same document a second time, it's always good, but the first one after the dropped connection is restored is always bad.
    Perhaps I could avoid this if the WiFi connection between the printer and computer never timed out, but I haven't found a way to prevent the timeout. Any other suggestions would be most welcome.

    I am not sure about the Photosmart 7520, but some of the printers in the past would only "listen" on whatever port was first printed to after powering on.  You may need to turn the printer off and back on after connecting to the USB port the first time.
    Other than that, what did not work?  Please let me know where things go wrong and any error messages at that point on the computer or printer. The "How to Install" tab says:
    HP Device Update Steps:
    1. Download the HP Device Update exe file to an appropriate location on your system.
    2. Double click on the downloaded file to start the extraction and installation. 
    3. In Windows Vista or Windows 7 operating systems, you may be prompted to enter Administrator credentials if your login privileges do not have administrator rights. If you are an administrator, you may be prompted for permission to continue with the installation. Please select to continue the process.
    4. Follow the on-screen instructions to perform the installation. If you see the success screen with the following message at the end of the installation, "Device Update Successful", press the "Close" button to finish the printer update.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Printer printing garbage text

    I have an Officejet Pro L7580 All-In-One, connected to a desktop computer running Windows XP. I've a rather strange problem that has happened sporadically in the past, and recently more freqently. When printing information from the web (as far as I can recollect, it only happens here) , it prints out an unreadable montage of assorted letters and punctuations - some letters even overwrite others (Ex: Vt f !x i  f 0; Sppn !jt po!boe!). Hmmm, no language I recognize. Even odder, sometimes with a multi page document, several pages are garbage, while the rest are normal! Any idea what the cause might be? I use McAfee virus protection and have ran spybot and Microsoft Malicious Software Removal, which report nothing. (Oh, currently using Internet Explorer 8). Help, please!!

    Hi
    First chek if you can print from  different application.If you are able to print from different application then the issue is with the printer communication.  You can refer to the below document
    http://whp-java.extweb.hp.com/ewfrf/wc/document?docname=c01954177&lc=en&cc=ie&dlc=en
    If issue only printing from Web then try with a different browser lik Firefox or Safari
    please let us know if the issue perisits
    Regards
    Mugu
    ---- If my answer was helpful please click the "Kudos" star.
    If your problem is solved please click the "Accept as Solution" button ---->
    Though I work for HP the post are of my own

  • Will Print on White -Error with Colored Paper: too Small

    Trying to print gift tags on colored paper with Photosmart 7960.  Print Preview indicates will fit and prints ok on white paper. Using colored paper of same weight and thicker - printer error  "paper too small"
    This question was solved.
    View Solution.

    Hi - You might try setting the Paper Type to Plain Paper rather than Automatic.  Sometimes the color can throw off the paper sensors.  In whatever app you're in, click File, Print and then there should be a Preferences or Options button, click that and you should be able to find the Paper Type option.
    Hope that helps.
    Say Thanks by clicking the Kudos thumbs up. Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.
    I am an HP employee.

  • Initial Print jobs 'communication error with device'. Pause and restart job

    So, I have an odd variant of the Leopard print problem; on 3 separate systems.
    When I print to an HP Photosmart C7180, which setup fine, which I can scan to fine, the print job throws an error :error communicating with device, switch on and off' and so forth. It does that from any app, and consistently. I am printing via bonjour, the printer is networked, but on a static IP.
    To fix this EVERY-TIME I PAUSE printer, then start printer again. It immediately starts working, consistently until I sleep, log out, or don't print for a while.
    This seems to be some timeout issue or such. I tried IP printing, but no difference.
    Resetting the print system also did not help.
    It's not catastrophic but sooo annoying. Any input appreciated!
    Thx,
    Dan

    Hello SunnygirlQ. Welcome to the Apple Discussions!
    Unfortunately, not all USB printers are compatible with AirPort base stations. In addition, the AirPort's USB port does not support the "advanced" printer functions, like scanning, copying or faxing, of multi-function printers.
    To see if your printer is compatible, take a look at this iFelix Unofficial AirPort Printer Compatibility link.
    If your printer isn't listed, it doesn't necessarily mean it won't work, but simply that it has not been verified. iFelix also provides the following workaround for printers not on the list that would certainly be worth a try.
    Also you can try this Apple Tech Support article to see if it will help:
    o Printer troubleshooting for AirPort Extreme and AirPort Express
    I assume that this printer works just fine when it is connected directly to your Mac ... correct? If so, has it worked when connected to the AX in the past ... or has it always had this problem? If it did work correctly before, did you do any updates, especially to the AX, recently?

  • Printer Not Connected error with HP Wireless Printer

    Hi everyone,
    Just bought an iMac, first time ever using OSX and trying to add my new HP 2540 wireless printer. I've spent 4 hours on this so far and now looking for help!
    I've followed every instruction to the letter - the wireless connection with the printer is fine as I printed off a report, it will print connected via a cable and it recognises my printer in applications and I have done the set up via disc about 20 times uninstallig each time and starting from scratch again. I've downloaded the latest driver from HP.  All I get is a 'printer is not connected/printing looking for printer' endless bar when I click 'print'. It seems to be an issue of it not recogising it over the wireless connection despite it being connected to my router.
    What am I doing wrong? How do I fix this?
    Many Thanks!

    Connecting a printer is pretty simple if you follow Apple's process, ignore HP's guides!!
    You can find Apple's instructions by clicking Mac Basics: Printing in OS X
    In the event you still have trouble give AppleCare a phone call, you have 90 days of free telephone support and Apple can help resolve most issues. If you don't know the phone number in your area please click Contact Apple for support and service to locate it.
    Good luck and welcome to the light side.

  • There is a persisting text error with my letter "i".

    This has been going on for a few months and despite removing Firefox, my profiles in appdata, and messing with settings, I simply cannot fix this problem. I have attached what it looks like, but basically the letter "i" extends and overlays with other i's that appear to make a dark wall of i's. The only fix is if I opened Firefox in safe mode. I deleted every bookmark. Disabled every plugin and extension. The problem still persist no matter what. Here is a screenshot of the problem. You will notice it if oyu look in the top right Google bar and the awesome bar. [http://imgur.com/tds3c Problem with the letter "i"]

    hello, if it is working in safe mode, this might be related to hardware acceleration (which is turned off in this case).
    please try updating your graphics driver - [http://support.amd.com/us/gpudownload/windows/Pages/radeonaiw_vista64.aspx this] should be the right version for your model (or consult the support section of your manufacturer's website)... or in case this does not help, try turning off hardware acceleration permanently in firefox > options > advanced > general.

  • Canon iR1025if is printing garbage with latest driver.  What am I doing wrong?

    I have an iMac with OS X 10.9 installed on release day (10/22).  Ever since I upgraded I am not able to print "perfect" PDF files from Preview or Skim.  Files generated using LaTeX and some special fonts print "garbage" or blanks with a Canon iR1025if. 
    The printer was working fine under 10.8 and the (then) latest Canon driver.  After I upgraded to 10.9, I kept getting errors when I tried to print something, so I uninstalled printer and old driver, installed new driver, and reinstalled the printer (following directions found here in the Apple Support Cummunities).  I could then print again, but every time I use some different (math) fonts, such as Arev Sans, it either prints garbage, boxes or blanks instead of the text.  See the picture attached.  When the PDF is printed under Adobe Acrobat Reader, it comes out exactly as on screen.
    Notice that the same PDF on screen is correct, while the printed version is full of garbage.  Other fonts generate similar problems.
    Any ideas how to fix this?  I'd appreciate any help.
    malu

    Hello MLO_BR,
    It looks like you are getting some anomolies when printing from these programs, and mulitple fonts are affected. I would recommend the troubleshooting found in this article named:
    Troubleshooting printer issues in OS X
    http://support.apple.com/kb/ts3147
    Follow these steps until the issue is addressed:
    Make sure that the printer is powered on, has ink / toner, and that there are no alerts on the printer’s control panel. Note: If you cannot clear an alert on the printer's control panel, stop here and check the printer's documentation or contact the manufacturer for support.
    Ensure the printer is properly connected to a USB port on the Mac or AirPort base station / Time Capsule. If the printer is a network-capable printer, make sure that it is properly connected to your home network.
    Use Software Update to find and install the latest available updates. If an update is installed, see if the issue persists.
    Open the Print & Scan pane or Print & Fax (Snow Leopard) pane in System Preferences.
    Delete the affected printer, then add the printer again.
    If the issue persists, try these additional steps:
    Reset the printing system, then add the printer again.
    If the issue still persists, reset the printing system again.  Download and install your printer's drivers. Then, add the printer again.
    Contact the printer vendor or visit their website for further assistance.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • Text jobs with images - printer cancels

    When I print a text document with images the printer stops printing and cancels the print job when it starts to print any image.
    Help
    This question was solved.
    View Solution.

    Hey @sudiegal!
    Thanks for posting on the HP Forums!
    I would be happy to provide some suggestions that may resolve the issue.  I can see that the printer cancels the jobs when you add a photo to you text document.  The first thing I suggest is to remove the printer by resetting the print system.  After the printer is removed re-add the printer and try printing the document again. 
    To reset the printing system:
    1. Click the Apple icon at the top left of the computer
    2. Click System Preferences
    3. Click Printers and Scanners
    4. Hold down the "control" key on the keyboard and click with the mouse in the white space bellow the printer
    5. Click reset printing system dropdown
    6. It may ask for Mac ID and will color wheel for a moment until the printer is removed
    To re-add the printer:
    1. Click the Apple icon at the top left of the computer
    2. Click System Preferences
    3. Click Printers and Scanners
    4. Click the plus (+) icon under the printers list
    5. Select your printer
    6. Choose HP ENVY 7640 series in the dropdown next to "use" or "print using"
    7. Click add
    Please post back and let me know if this works out for you!
    Cbert
    I work on behalf of HP.
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" at the bottom of this post to say “Thanks” for helping!

  • Networked HP 1022 text errors on Windows 7 (32-bit)

    We have a networked HP Laserjet 1022n that works OK with older PCs, but NOT OK with Windows 7 (32-bit).
    1. Text characters are always gibberish from the Win7 PC. Upgrading from MS Office 2010 to 2013 did not fix problem. Web browsers (usually Firefox, Chrome) also print garbage text; either whole page is bad or just bad header/footer text. 
    2. Printer network connection often hangs up after attempting a print from the Win7 PC, but not from other PCs (WinXP; MS Office 2003, 2007).
    3. Text documents print OK from MS Notepad.
    4. Images normally print OK alone or in documents, but also hang up printer connection sometimes.
    HP Print and Scan Doctor tool detected an "Unknown Error (06)" but could not identify or fix it. Microsoft FixIt scan tool says everything is OK, unless the network connnection is hung up (after attempting to print). Test prints are OK, both from PC software and from printer buttons.

    This seems to be a commercial product. For the best chance at finding a solution I would suggest posting in the forum for HP Business Support!
    You can find the Commercial inkjet board here:
    http://h30499.www3.hp.com/t5/Printers-Deskjet/bd-p/bsc-415#.UBwGlGsiR64
    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.

Maybe you are looking for

  • Standard ALV Report default  print parameters

    Hi, We recently upgraded to ECC6. In some of the ALV reports for example F.35  (Credit Master Sheet) default print parameter has wider column specifications (X_65_255) as against earlier version (X_65_132). It might be due to flexibility in increasin

  • How to stripe and mirror 4 drives on my Mac

    I have a Mac Pro. 4 internal 2TB SATA drives. I've already striped two drives as one array. I then used Carbon Copy Cloner to clone my boot drive to the striped array. It boots up and works fine (with a BIG increase in disk speed). I've striped the o

  • How to insert a node in an Element ?

    I have the following XSD : *<?xml version="1.0" encoding="windows-1252" ?>* *<schema>* *     <element name="Donnee">* *          <complexType>* *               <sequence>* *                    <element name="Field1" type="string"/>* *                

  • Content iView With out filter not displaying folder content

    Hi! I´m creating a ContentiView with out filter and pointing it to a document Folder, when the user access the iView this message appears: http://oneworld.neoris.net:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fDemaBanorte!2fDemoBanort

  • Retrieving contacts from PC Suite

    Hi - my phone has been destroyed, and so I cannot connect it to the PC (or anything else for that matter) anymore. PC Suite has all my contacts, but the program doesn't seem to have an option for viewing contacts without first connecting the phone. H