Fax printer fails to work

Hi folks,
The Fax_Printer fails to work after running "pacman -Syu".
On;
File --> Print --> Fax_Printer --> Print
No response.  The dialer does not popup for typing phone number
On browser
localhost:631/printers
Fax_Printer
Warning:
"recoverable: Network host 'locahost' is busy; wiill retry in 25 seconds...."
However no further response popup.
$ cat /etc/cups/cupsd.conf
DefaultEncryption IfRequested
LogLevel info
SystemGroup sys root
# Only listen for connections from the local machine.
Listen localhost:631
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
DefaultAuthType Basic
<Location />
Allow localhost
# Restrict access to the server...
Order allow,deny
</Location>
<Location /admin>
Allow localhost
# Restrict access to the admin pages...
Order allow,deny
</Location>
<Location /admin/conf>
AuthType Basic
Require user @SYSTEM
Allow localhost
# Restrict access to the configuration files...
Order allow,deny
</Location>
<Policy default>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscriptio
Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume
Job CUPS-Move-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Curre
t-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startu
-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Ac
ept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
AuthType Basic
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
$ cat /etc/hosts
# /etc/hosts: static lookup table for host names
#<ip-address> <hostname.domain.org> <hostname>
127.0.0.1 localhost.localdomain localhost arch.satimis.com
192.168.0.52 arch.satimis.com
# End of file
The modem is on. 
$ sudo /etc/rc.d/cups restart
:: Stopping CUPS Daemon [DONE]
:: Starting CUPS Daemon [DONE]
Please advise where I have to check?  TIA
However both HP_Printer and PDF_Printer are working w/o problem.
Edit:
Performed further test as follows;
$ lsmod|grep lp
lp 11972 0
parport 38156 3 parport_pc,ppdev,lp
$ dmesg|grep lp
On node 0 totalpages: 261983
Calibrating delay using timer specific routine.. 3620.49 BogoMIPS (lpj=6031192)
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
lp: driver loaded but no devices found
lp0: using parport0 (interrupt-driven).
lp: driver loaded but no devices found
$ ls -l /dev/lp0
crw-rw---- 1 root lp 6, 0 2008-04-16 21:43 /dev/lp0
$ sudo pacman -Syu
Password:
:: Synchronizing package databases...
core 24.5K 33.5K/s 00:00:01 [#####################] 100%
extra is up to date
community 331.3K 198.1K/s 00:00:02 [#####################] 100%
archlinuxfr is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets: rsync-3.0.2-1 abs-2.0-3
Total Download Size: 0.27 MB
Proceed with installation? [Y/n] Y
:: Retrieving packages from core...
abs-2.0-3-x86_64 7.4K 27.8K/s 00:00:00 [#####################] 100%
:: Retrieving packages from extra...
rsync-3.0.2-1-x86_64 266.2K 120.3K/s 00:00:02 [#####################] 100%
checking package integrity...
(2/2) checking for file conflicts [#####################] 100%
(1/2) installing rsync [#####################] 100%
==> ABS now uses rsync, instead of cvsup, to synchronize your tree.
==> Please note the new configuration in /etc/abs.conf
warning: /etc/abs/supfile.unstable saved as /etc/abs/supfile.unstable.pacsave
warning: /etc/abs/supfile.testing saved as /etc/abs/supfile.testing.pacsave
warning: /etc/abs/supfile.extra saved as /etc/abs/supfile.extra.pacsave
warning: /etc/abs/supfile.core saved as /etc/abs/supfile.core.pacsave
warning: /etc/abs/supfile.community saved as /etc/abs/supfile.community.pacsave
warning: /etc/abs/abs.conf saved as /etc/abs/abs.conf.pacsave
(2/2) upgrading abs [#####################] 100%
Reboot Archlinux.  No warning in connection with udev was found on text scrolling.  Problem remains
I found "FS#9867 - /dev/lp0 not created by udev"
http://bugs.archlinux.org/task/9867
The case is similar to mine.  Problem happens after running update/upgrade.  Previously the Fax_Printer worked w/o problem.
Remark: I have WindowsXP running on this box (on another HD).  Sending and receiving faxes are w/o problem.
I think I have to downgrade "udev" if w/o a solution.  Please advise how to do it?  TIA
B.R.
satimis
Last edited by satimis (2008-04-16 14:58:13)

Please provide the following relevant information so someone can help including:
Printer Model -
Detailed Problem Description -
Operating System of computer (including service pack revision) - Done
Connection Method - USB, Hardwired LAN, Wireless? -
Make and model of router and modem? -
Error messages - on printer screen and/or computer, any blinking light patterns? 
If wireless, when the problem occurs, what is status of Blue Wireless light on printer, on, off or blinking? -
Say thanks by clicking the Kudos Thumbs Up to the right in the post.
If my post resolved your problem, please mark it as an Accepted Solution ...
I worked for HP but now I'm retired!

Similar Messages

  • Fax printer drivers cannot work well through Microsoft SDK

    When using Fax printer drivers and Microsoft SDK to print a txt file in WIN7 or WIN SERVER 2008 R2, open the generated tif file with windows photo Viewer, it shows error "Windows photo viewer can't open this picture because the file appears to be damaged,
    corrupted, or is too large". We notice that, just more than two pages the issue can be reproduced.
    And then we reproduce the issue in WIN8 with the same code, it works well.
    So we think Fax driver may be has bug in WIN7 and WIN SERVER 2008 R2.
    Here is the code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Drawing.Printing;
    using System.IO;
    using System.Text;
    using System.Windows.Forms;
    using System.Linq;
    namespace FaxPrinter
        public partial class Form1 : Form
            private Button printButton;
            private PrintDocument printDocument1 = new PrintDocument();
            private string stringToPrint;
            public Form1()
                InitializeComponent();
                this.printButton = new System.Windows.Forms.Button();
                this.printButton.Location = new System.Drawing.Point(12, 51);
                this.printButton.Size = new System.Drawing.Size(75, 23);
                this.printButton.Text = "Print";
                this.printButton.Click += new System.EventHandler(this.printButton_Click);
                this.ClientSize = new System.Drawing.Size(292, 266);
                this.Controls.Add(this.printButton);
                // Associate the PrintPage event handler with the PrintPage event.
                printDocument1.PrintPage +=
                    new PrintPageEventHandler(printDocument1_PrintPage);
            private void button1_Click(object sender, EventArgs e)
                ReadFile();
                printDocument1.Print();
            private void ReadFile()
                string docName = "1.txt";
                string docPath = "C:\\reports\\";
                printDocument1.DocumentName = docName;
                using (FileStream stream = new FileStream(docPath + docName, FileMode.Open))
                using (StreamReader reader = new StreamReader(stream))
                    stringToPrint = reader.ReadToEnd();
            private void printDocument1_PrintPage(object sender, PrintPageEventArgs e)
                int charactersOnPage = 0;
                int linesPerPage = 0;
                // Sets the value of charactersOnPage to the number of characters 
                // of stringToPrint that will fit within the bounds of the page.
                e.Graphics.MeasureString(stringToPrint, this.Font,
                    e.MarginBounds.Size, StringFormat.GenericTypographic,
                    out charactersOnPage, out linesPerPage);
                // Draws the string within the bounds of the page
                e.Graphics.DrawString(stringToPrint, this.Font, Brushes.Black,
                    e.MarginBounds, StringFormat.GenericTypographic);
                // Remove the portion of the string that has been printed.
                stringToPrint = stringToPrint.Substring(charactersOnPage);
                // Check to see if more pages are to be printed.
                e.HasMorePages = (stringToPrint.Length > 0);
            private void printButton_Click(object sender, EventArgs e)
                ReadFile();
                printDocument1.Print();

    Hello Petter,
    From your description, it should be that you code is ok since it works on win8, and the underlying driver the PrintDocument class called could be the caused reason due to different windows operation system. For this, I move it to the driver related
    forum, since this forum is for .NET class libraires.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HP Printer and Fax Drivers fails to install, 10.3.9

    I am using an iMAC G5 running 10.3.9. Purchased an HP Officejet J6480 all-in-one printer. HP Printer installer fails midway thru install when it reaches the install for the fax drivers. I have downloaded both updates of the driver (9.7 and 9.7.1) from HP and and separately attempted to install each. In both cases, the install failed again at the fax driver install.
    I have gone stepwise with HP phone support for both install and uninstall for each HP installer(9.7.1) and the install failed at the same point. HP's assessment is that their product say's it is 10.3 compatible and since it fails only after reaching the the fax driver install, it must be an Apple problem.
    Note: I installed the printer on my work-issued Windows XP laptop and it works fine including faxing.
    If anyone can provide guidance, it would be appreciated. Thanks in advance.

    Hang on, the 10.3.9 Mac only had 256MB RAM ? Could be part of the cause. I remember reading the minimum requirements, and I do remember it was more than 256MB RAM, maybe 384MB.
    I downloaded the 9.7.1 update, it's nearly 200MB. OUCH! Didn't try to install it on my 10.3.9 G4, but did check if it would allow a partial install with a little bit of trickery. It didn't want to play.
    Try again with the 2GB installed, if it's still playing up I'll try installing it here. At least then we'll know.
    I've loved HP too, had HP and Epson before moving to Canon. The HP was great, but the new kit I looked at (might have been a 6300 Series model got truly awful customer ratings on Amazon and HP sites, especially from Mac users on all versions of OSX.
    I'm hopeful the extra RAM will make all the difference.

  • Printer won't work - CUPS failed

    I am trying to get my new Canon MF4890DW printer to work with Mac OS X v10.7.5 Lion to no avail. When trying to print any document (web page, or a simple TextEditor file), the printer queue pops up and it errors out with "/Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl failed." I have pasted the detailed logs below.
    Any help is greatly appreciated. Thank you!
    E [01/Jan/2013:01:14:53 -0500] [Job 33] Job stopped due to filter errors; please consult the error_log file for details.
    D [01/Jan/2013:01:14:53 -0500] [Job 33] The following messages were recorded from 01:14:48 to 01:14:53
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Adding start banner page "none".
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Queued on "CanonMF4800" by "fahim".
    D [01/Jan/2013:01:14:53 -0500] [Job 33] File of type application/pdf queued by "fahim".
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Setting job-hold-until to no-hold
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Adding end banner page "none".
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Job released by user.
    D [01/Jan/2013:01:14:53 -0500] [Job 33] job-sheets=none,none
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[0]="CanonMF4800"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[1]="33"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[2]="fahim"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[3]="Untitled"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[4]="1"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[5]="AP_ColorMatchingMode=AP_ApplicationColorMatching AP_D_InputSlot= brightness=100 CN_PdlWrapper_DebugMode=0 noCNBarCode CNBrightness=6 CNContrast=6 CNCopies=1 CNEncodeType=1 CNGamma=1.4 CNHalftone=pattern2 CNLANG=en_US CNPDECALL=CNLZ0090 CNPDEUserName=RmFoaW0= CNPrintSetting..b. CNQueueDescription=CanonMF4800 CNSpecialPrintMode=Mode2 CNSystemEncoding=0 noCNTonerSaving noCNWhiteGap collate com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMApplicationName=TextEdit com.apple.print.JobInfo.PMJobName=Untitled com.apple.print.JobInfo.PMJobOwner=Fahim com.apple.print.PageToPaperMappingMediaName=Letter com.apple.print.PageToPaperMappingType..n.=1 com.apple.print.PrinterInfo.PMColorDeviceID..n.=4465 com.apple.print.PrintSettings.PMColorSpaceModel..n.=1 com.apple.print.PrintSettings.PMColorSyncProfileID..n.=1580 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMDestinationType..n.=1 com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 DestinationPrinterID=CanonMF4800 Filter=None gamma=1000 media=Letter MediaType=PlainPaper number-up=1 PageSize=Letter PaperInfoIsSuggested..b. printer-resolution=600x600dpi pserrorhandler-requested=standard Resolution=600x600dpi job-uuid=urn:uuid:dc11e475-a1b7-3751-6329-89b0aeef7afc job-originating-host-name=localhost time-at-creation=1357020888 time-at-processing=1357020888 job-impressions=1 com.apple.print.PrintSettings.PMTotalSidesImaged..n.=1 sides=one-sided Duplex=None com.apple.print.PrintSettings.PMTotalBeginPages..n.=1"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] argv[6]="/private/var/spool/cups/d00033-001"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[0]="<CFProcessPath>"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[11]="[email protected]"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[12]="SOFTWARE=CUPS/1.5.4"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[14]="USER=root"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[15]="CUPS_MAX_MESSAGE=2047"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[16]="CUPS_SERVER=/private/var/run/cupsd"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[17]="CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[18]="IPP_PORT=631"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[19]="CHARSET=utf-8"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[20]="LANG=en_US.UTF-8"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[21]="APPLE_LANGUAGE=en-US"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[22]="PPD=/private/etc/cups/ppd/CanonMF4800.ppd"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[23]="RIP_MAX_CACHE=128m"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[24]="CONTENT_TYPE=application/pdf"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[25]="DEVICE_URI=dnssd://CanonMF4800._pdl-datastream._tcp.local./?bidi"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[26]="PRINTER_INFO=CanonMF4800"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[27]="PRINTER_LOCATION="
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[28]="PRINTER=CanonMF4800"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[29]="PRINTER_STATE_REASONS=none"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[30]="CUPS_FILETYPE=document"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[31]="FINAL_CONTENT_TYPE=printer/CanonMF4800"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] envp[32]="AUTH_I****"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Started filter /Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl (PID 1949)
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Started backend /usr/libexec/cups/backend/dnssd (PID 1950)
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Resolving "CanonMF4800._pdl-datastream._tcp.local."...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] STATE: +connecting-to-device
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Resolving "CanonMF4800", regtype="_pdl-datastream._tcp", domain="local."...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Looking for printer.
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Set job-printer-state-message to "Looking for printer.", current level=INFO
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Resolved as "socket://Canon5c566d.local.:9100/"...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] STATE: -connecting-to-device,offline-report
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Executing backend "/usr/libexec/cups/backend/socket"...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] STATE: +connecting-to-device
    D [01/Jan/2013:01:14:53 -0500] [Job 33] Looking up "Canon5c566d.local."...
    D [01/Jan/2013:01:14:53 -0500] [Job 33] capdftopdl start.
    D [01/Jan/2013:01:14:53 -0500] [Job 33] STATE: -com.canon.unsupportedsize-error
    D [01/Jan/2013:01:14:53 -0500] [Job 33] hrDeviceDesc="Canon MF4800 Series"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] prtGeneralCurrentLocalization type is 5, expected 2!
    D [01/Jan/2013:01:14:53 -0500] [Job 33] backendWaitLoop(snmp_fd=5, addr=0x102914328, side_cb=0x10280c0cf)
    D [01/Jan/2013:01:14:53 -0500] [Job 33] End of messages
    D [01/Jan/2013:01:14:53 -0500] [Job 33] printer-state=3(idle)
    D [01/Jan/2013:01:14:53 -0500] [Job 33] printer-state-message="/Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl failed"
    D [01/Jan/2013:01:14:53 -0500] [Job 33] printer-state-reasons=none

    I tried connecting the printer using USB and interestingly this time the error log showed "Sent 0 bytes" along with the "unsupported size" error message. Does it mean that some app/utility is unable to determine the document size?
    E [01/Jan/2013:11:52:03 -0500] [Job 38] Job stopped due to filter errors; please consult the error_log file for details.
    D [01/Jan/2013:11:52:03 -0500] [Job 38] The following messages were recorded from 11:51:37 to 11:52:03
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Adding start banner page "none".
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Queued on "Canon_MF4800_Series" by "fahim".
    D [01/Jan/2013:11:52:03 -0500] [Job 38] File of type application/pdf queued by "fahim".
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Setting job-hold-until to no-hold
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Adding end banner page "none".
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Job released by user.
    D [01/Jan/2013:11:52:03 -0500] [Job 38] job-sheets=none,none
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[0]="Canon_MF4800_Series"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[1]="38"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[2]="fahim"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[3]="Printer won't work - CUP...ple Support Communities"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[4]="1"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[5]="AP_ColorMatchingMode=AP_ApplicationColorMatching AP_D_InputSlot= collate ColorModel=Gray com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMApplicationName=Chrome com.apple.print.JobInfo.PMJobName=Printer\ won\'t\ work\ -\ CUP...ple\ Support\ Communities com.apple.print.JobInfo.PMJobOwner=Fahim com.apple.print.PrinterInfo.PMColorDeviceID..n.=16910 com.apple.print.PrintSettings.PMColorSpaceModel..n.=1 com.apple.print.PrintSettings.PMColorSyncProfileID..n.=1580 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMDuplexing..n.=2 com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 DestinationPrinterID=Canon_MF4800_Series media=Letter pserrorhandler-requested=standard job-uuid=urn:uuid:a7d2d139-e2d7-38c7-57d6-cedc6d4fe3ec job-originating-host-name=localhost time-at-creation=1357059097 time-at-processing=1357059097 job-impressions=1 com.apple.print.PrintSettings.PMTotalSidesImaged..n.=1 sides=one-sided Duplex=None com.apple.print.PrintSettings.PMTotalBeginPages..n.=1 PageSize=Letter"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] argv[6]="/private/var/spool/cups/d00038-001"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[0]="<CFProcessPath>"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[11]="[email protected]"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[12]="SOFTWARE=CUPS/1.5.4"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[14]="USER=root"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[15]="CUPS_MAX_MESSAGE=2047"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[16]="CUPS_SERVER=/private/var/run/cupsd"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[17]="CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[18]="IPP_PORT=631"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[19]="CHARSET=utf-8"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[20]="LANG=en_US.UTF-8"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[21]="APPLE_LANGUAGE=en-US"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[22]="PPD=/private/etc/cups/ppd/Canon_MF4800_Series.ppd"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[23]="RIP_MAX_CACHE=128m"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[24]="CONTENT_TYPE=application/pdf"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[25]="DEVICE_URI=usb://Canon/MF4800%20Series?serial=0126P14C566D"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[26]="PRINTER_INFO=Canon MF4800 Series"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[27]="PRINTER_LOCATION="
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[28]="PRINTER=Canon_MF4800_Series"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[29]="PRINTER_STATE_REASONS=none"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[30]="CUPS_FILETYPE=document"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[31]="FINAL_CONTENT_TYPE=printer/Canon_MF4800_Series"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] envp[32]="AUTH_I****"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Started filter /Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl (PID 5534)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Started backend /usr/libexec/cups/backend/usb (PID 5535)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] usb: AppleLanguages="en-US"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] STATE: +connecting-to-device
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Looking for 'Canon MF4800 Series'
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Directory "/System/Library/Printers/Libraries/USBGenericPrintingClass.plugin" permissions OK (040755/uid=0/gid=0).
    D [01/Jan/2013:11:52:03 -0500] [Job 38] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Directory "/System/Library/Printers/Libraries/USBGenericPrintingClass.plugin" permissions OK (040755/uid=0/gid=0).
    D [01/Jan/2013:11:52:03 -0500] [Job 38] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Opening connection
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Directory "/System/Library/Printers/Libraries/USBGenericPrintingClass.plugin" permissions OK (040755/uid=0/gid=0).
    D [01/Jan/2013:11:52:03 -0500] [Job 38] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] STATE: -connecting-to-device
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Sending data to printer.
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Set job-printer-state-message to "Sending data to printer.", current level=INFO
    D [01/Jan/2013:11:52:03 -0500] [Job 38] capdftopdl start.
    D [01/Jan/2013:11:52:03 -0500] [Job 38] STATE: -com.canon.unsupportedsize-error
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Sent 0 bytes...
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Waiting for read thread to exit...
    [01/Jan/2013:11:52:03 -0500] [Job 38] Read thread still active, aborting the pending read...
    D [01/Jan/2013:11:52:03 -0500] [Job 38] Got USB return aborted during read
    D [01/Jan/2013:11:52:03 -0500] [Job 38] End of messages
    D [01/Jan/2013:11:52:03 -0500] [Job 38] printer-state=3(idle)
    D [01/Jan/2013:11:52:03 -0500] [Job 38] printer-state-message="/Library/Printers/Canon/CUPS_MF_Printer/Bins/capdftopdl failed"
    D [01/Jan/2013:11:52:03 -0500] [Job 38] printer-state-reasons=none

  • I am trying to print off some work on my advent AW10 printer by connecting it with a usb cable to my macbook pro 13" 2011. On my laptop it keeps on saying printer failed. What do i do??

    I am trying to print off some work on my advent AW10 printer by connecting it with a usb cable to my macbook pro 13" 2011. On my laptop it keeps on saying printer failed. What do i do??

    Hello molad,
    Welcome to Apple Support Communities.
    Take a look at the article linked below, it provides troubleshooting tips that can help you solve the issue printing from your MacBook Pro. 
    Troubleshooting printer issues in OS X - Apple Support
    So long,
    -Jason

  • Can anyone recommend a Multi-function black and white laser printer for that works with Mountain Lion? The MFP can be either 3-in-1  or 4-in-1 i.e with fax

    can anyone recommend a Multi-function black and white laser printer for that works with Mountain Lion?
    The MFP can be either 3-in-1  or 4-in-1 i.e with fax

    I bought an epson xp650 a couple of months ago and cannot fault it. It does everything I require and it is the wifi model so I can print directly from my ipad/iphone. Not sure if you are asking about the colour of the unit or just to be able to print black and white, Obviously all printers will print black and white but just to give you a little more info the printer I bought is the white version and it looks really nice sat next to my imac 27''
    Hope this helps.

  • Fax modem doesn't work under Lion

    Under Snow Leopard I was using without any problem an Apple Modem to snd the occasional fax.
    Whilst the Print function in Lion stll allows to "Fax a PDF" the modem is not been recognized anymore.
    I am getting the error message:
         Unsupported
          You cannot use an Apple USB MOdem with this computer
    Any ideas ?

    I bought the Zoom 3095 modem as I need to use fax for legal correspondence. Also, if I have to make hotel booking confirmations, I think it is more secure sending my credit card details on a fax rather than an email. An email can end up in a hotel PC, which may or may not have a proper firewall, instrusion protection, keylogger protection etc etc.
    Fax works OK but on the main program I fax from, Word 2011, in Lion you cannot no longer use Fax PDF, where you now get an error message. You have to set the fax modem as your print device and then enter the fax number in the third pull down menu under "Fax Information".
    Finally, although the Zoom modem faxes and you get the information on the icon on the screen header rail, you no longer hear dial tone and fax sending like you did with the Apple modem. I contacted Zoom and got this back - not very good!
    Unfortunately, the Zoom 3095 doesn't have an on-board speaker, and we do not provide drivers (with sound support) for Mac OS X. The 3985 uses OS X's native USB CDC/ACM class driver. So you will not hear the dialing sounds, etc, when using the 3095 on a Mac. We have no plans at this to time release sound files for Mac.
    All in all, a pretty poor effort from Apple. I bought a replacement just 15 months ago, after an earlier Apple Fax modem failed. 15 months is not a very long time to cut off software/driver support. I think the least Apple could do is offer us refunds for our non-functioning modems. OK it is not a lot of money to replace but a principle is at stake.
    Wilson

  • Samsung printer fails after update to CUPS 1.7.5

    On July 31 I updated my system and cups-1.7.4-1-x86_64, cups-filters-1.0.54-1-x86_64 and libcups-1.7.4-1-x86_64 got updated to cups-1.7.5-1-x86_64, cups-filters-1.0.55-1-x86_64 and libcups-1.7.5-1-x86_64, respectively. I just tried to print something, but instead of the page that should be printed, my printer, a Samsung ML-2165, printed:
    INTERNAL ERROR - Incomplete Session by time out
    POSITION: 0x9eee (40686)
    SYSTEM: h6fw_5.53/os_hook
    LINE: 1353
    VERSION: SPL 5.53 07-22-2011
    I'm using the Samsung ML-2160 printer driver, which worked flawlessly until recently (note that in the beginning I had problems printing more than 1 job without resetting the printer, as stated in the comments, but this issue magically went away).
    I decided to set LogLevel to 'debug' and now my /var/log/cups/error_log reads:
    D [04/Aug/2014:17:56:20 +0200] [Job 73] The following messages were recorded from 17:44:25 to 17:56:20
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Unloading...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading attributes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Unloading...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading attributes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Unloading...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading attributes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Job restarted by user.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] time-at-processing=1407167771
    D [04/Aug/2014:17:56:20 +0200] [Job 73] 3 filters for job:
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pdftops (application/vnd.cups-pdf to application/vnd.cups-postscript, cost 100)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] rastertosamsungspl (application/vnd.cups-postscript to printer/Samsung_ML-2160_Series, cost 0)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] job-sheets=none,none
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[0]="Samsung_ML-2160_Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[1]="73"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[2]="****"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[3]="****straat 4 - Google Maps"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[4]="1"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[5]="EdgeControl=Fine number-up=1 JCLDarkness=NORMAL PageSize=A4 Resolution=600dpi noJCLSkipBlankPages InputSlot=Auto TonerSaveMode=Save MediaType=None job-uuid=urn:uuid:124f4d31-4e75-303a-5dd2-9da2273f0de5 job-originating-host-name=localhost time-at-creation=1407167054 time-at-processing=1407167771"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] argv[6]="/var/spool/cups/d00073-001"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[1]="CUPS_DATADIR=/usr/share/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[6]="CUPS_SERVERROOT=/etc/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[7]="CUPS_STATEDIR=/run/cups"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[8]="HOME=/var/spool/cups/tmp"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[10]="SERVER_ADMIN=root@dc7800"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[11]="SOFTWARE=CUPS/1.7.5"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[12]="TMPDIR=/var/spool/cups/tmp"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[13]="USER=root"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[14]="CUPS_MAX_MESSAGE=2047"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[16]="CUPS_ENCRYPTION=IfRequested"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[17]="IPP_PORT=631"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[18]="CHARSET=utf-8"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[19]="LANG=en_US.UTF-8"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[20]="PPD=/etc/cups/ppd/Samsung_ML-2160_Series.ppd"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[21]="RIP_MAX_CACHE=128m"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[22]="CONTENT_TYPE=application/pdf"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[23]="DEVICE_URI=usb://Samsung/ML-2160%20Series?serial=Z7CYB8GCAA003YK"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[24]="PRINTER_INFO=Samsung ML-2160 Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[25]="PRINTER_LOCATION="
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[26]="PRINTER=Samsung_ML-2160_Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[27]="PRINTER_STATE_REASONS=none"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[28]="CUPS_FILETYPE=document"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[29]="FINAL_CONTENT_TYPE=printer/Samsung_ML-2160_Series"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] envp[30]="AUTH_I****"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter /usr/lib/cups/filter/pdftopdf (PID 4266)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter /usr/lib/cups/filter/pdftops (PID 4267)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter /usr/lib/cups/filter/rastertosamsungspl (PID 4268)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started backend /usr/lib/cups/backend/usb (PID 4269)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Restarted by "root".
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pdftops - copying to temp print file "/var/spool/cups/tmp/010ab53e725fc"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loading USB quirks from "/usr/share/cups/usb".
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Loaded 68 quirks.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Printing on printer with URI: usb://Samsung/ML-2160%20Series?serial=Z7CYB8GCAA003YK
    D [04/Aug/2014:17:56:20 +0200] [Job 73] libusb_get_device_list=11
    D [04/Aug/2014:17:56:20 +0200] [Job 73] STATE: +connecting-to-device
    D [04/Aug/2014:17:56:20 +0200] [Job 73] STATE: -connecting-to-device
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Printer found with device ID: MFG:Samsung;CMD:SPL,FWV,PIC,EXT;MDL:ML-2160 Series;CLS:PRINTER;MODE:SPL5,R0STATUS:BUSY; Device URI: usb://Samsung/ML-2160%20Series?serial=Z7CYB8GCAA003YK
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Device protocol: 2
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Sending data to printer.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Set job-printer-state-message to "Sending data to printer.", current level=INFO
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Printer make and model: Samsung LaserPrinter
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Running command line for pstops: pstops 73 mk '****straat 4 - Google Maps' 1 'EdgeControl=Fine JCLDarkness=NORMAL PageSize=A4 Resolution=600dpi noJCLSkipBlankPages InputSlot=Auto TonerSaveMode=Save MediaType=None job-uuid=urn:uuid:124f4d31-4e75-303a-5dd2-9da2273f0de5 job-originating-host-name=localhost time-at-creation=1407167054 time-at-processing=1407167771'
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Using image rendering resolution 600 dpi
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Running command line for gs: gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=ps2write -sOUTPUTFILE=%stdout -dLanguageLevel=3 -r600 -dCompressFonts=false -dNoT3CCITT -dNOINTERPOLATE -c 'save pop' -f /var/spool/cups/tmp/010ab53e725fc
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter gs (PID 4275)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Started filter pstops (PID 4276)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4266 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Page = 595x842; 12,12 to 582,830
    D [04/Aug/2014:17:56:20 +0200] [Job 73] slow_collate=0, slow_duplex=0, slow_order=0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before copy_comments - %!PS-Adobe-3.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %!PS-Adobe-3.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%BoundingBox: 0 0 596 842
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%HiResBoundingBox: 0 0 596.00 842.00
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%Creator: GPL Ghostscript 914 (ps2write)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%LanguageLevel: 2
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%CreationDate: D:20140804175611+02'00'
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%Pages: 1
    D [04/Aug/2014:17:56:20 +0200] [Job 73] %%EndComments
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before copy_prolog - %%BeginProlog
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before copy_setup - %%Page: 1 1
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Before page loop - %%Page: 1 1
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Copying page 1...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] pagew = 570.0, pagel = 817.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] bboxx = 0, bboxy = 0, bboxw = 595, bboxl = 842
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PageLeft = 12.5, PageRight = 582.5
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PageTop = 829.5, PageBottom = 12.5
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PageWidth = 595.0, PageLength = 842.0
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 1 pages...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4276 (pstops) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4275 (gs) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4267 (/usr/lib/cups/filter/pdftops) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 158 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 158 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 519 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 7963 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 7963 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 4901 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 4901 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 4442 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 4442 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 8192 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 1679 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 1679 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read 7846 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Wrote 7846 bytes of print data...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Samsung_ML-2160_Series: spl2.c:1322: RenderGDI: Assertion `ul_comp_size < ul_band_size' failed.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Sent 44411 bytes...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4268 (/usr/lib/cups/filter/rastertosamsungspl) crashed on signal 6.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Hint: Try setting the LogLevel to "debug" to find out more.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Waiting for read thread to exit...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Read thread still active, aborting the pending read...
    D [04/Aug/2014:17:56:20 +0200] [Job 73] Resetting printer.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] PID 4269 (/usr/lib/cups/backend/usb) exited with no errors.
    D [04/Aug/2014:17:56:20 +0200] [Job 73] End of messages
    D [04/Aug/2014:17:56:20 +0200] [Job 73] printer-state=3(idle)
    D [04/Aug/2014:17:56:20 +0200] [Job 73] printer-state-message="Filter failed"
    D [04/Aug/2014:17:56:20 +0200] [Job 73] printer-state-reasons=none
    (I wiped out some confidential information)
    Notice the failure of the RenderCGI assertion, likely causing the crash of rastertosamsungspl. I searched on the net, but didn't find a solution. However, I remembered that the CUPS packages were updated a few days ago and I manually downgraded to the previous releases. This solved the problem for now.
    Can someone see what's changed in the last release, especially regarding communication with a printer driver?

    Some older servers don't know what to do with unknown extensions. They are supposed to ignore them, but some actually close the connections with an error. By encapsulating, you are essentially stripping off any extensions because there is no such thing in the SSLv2 format. Suggest upgrading server if possible.

  • Report printing failed with "Servlet error: An exception occurred. "

    Hi,
    I use Apex 3.1 in Oracle Express edition develop few applications. In one of the application, when I enable report printing in stardard reports and try to print to PDF/Excel, the servlet error occur.
    I had configured FOP in my server and I can download PDF in "interative report", but for stardard report, the report printing failed.
    I can successfully print the reports in my others applications. Anyone know what could be the reason which cause an application failed to print the report.
    Thanks
    Vincent

    Does your application name have special characters? I heard that the app name has to be just letters and numbers for this to work...actually testing right now.

  • Printer no longer working after wireless network reset

    OfficeJet Pro 8500A, MacBook Pro, running Mavericks.
    Since 3 days ago, when we re-added a password and locked our wireless router (ATT modem, UVerse), our printer is "off-line"   Print jobs queue up, but do not print.  When I go in and check it says "printer off-line."  Or in the print queue, it is something like "looking for printer."   
    It worked briefly when we found a cord and plugged it in to the laptop, but will not work wirelessly, which it was doing before.    No changes except to re-do password for the network.
    I have the manual and have turned everything off, then back on in the order recommened (router, then printer, then laptop).  Still off-line.   Can someone please help?   Thank you!
    This question was solved.
    View Solution.

    Hello @LindaGrace,
    Welcome tot he HP Support Forums!
    I understand that since re-adding a password to your wireless router your HP Officejet Pro 8500A e-All-in-One Printer is not communicating wirelessly with your Mac OS X 10.9 computer. I would like to assist you today with resolving this wireless communication issue.
    Now, making a change to your network, such as a adding a password or altering a password, results in having to reconfigure your printer on the wireless network. At this point your printer is being 'blocked' access to your wireless network due to the change that you made. To correct this issue you simply rerun the wireless setup for your printer to 'tell' the printer the network name and password. Once the wireless setup is run successfully everything will continue working for you as per normal.
    To run the Wireless Setup Wizard on your printer please follow the steps below.
    On the printer touch screen, touch the Right Arrow () to display the second navigation screen.
    Touch Network () to open the Network Menu screen.
    Touch Wireless.
    Touch Wireless Setup Wizard, and then touch Continue.
    Wait while the printer searches for routers that are within range. The Select Network (SSID) menu displays.
    Scroll down the list of network names until you find the name of your network.
    Touch the name of your network.
    If prompted, enter the WEP or WPA key. This is the password for your wireless. The password is case sensitive.
    Wait for the printer to connect to the network
    - Source
    Once your printer is connected to your network again, please try to print. If printing still fails you may need to re-add the printer to your Mac because of the printers new network connection. Please follow the steps below to add the printer back to the Mac.
    1. Click the Apple menu, and then click System Preferences.
    2. Click Print & Scan, and then check if the name of your printer displays in the Printers list.
    3. If your printer is already listed, remove and re-add the printer to confirm communication with the Mac. Click the name of your printer, click the minus sign (), and then delete the printer
    4. Click the plus sign (), click Add Printer or Scanner, click the name of your printer
    5. Click Add to add the printer to the list.
    Now that the printer is successfully configured on your network and added to the Mac please try wirelessly printing again.
    Please respond to this post with the result of your troubleshooting. Good luck!
    X-23
    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" on the right to say "Thanks" for helping!

  • Printing No Longer Working After Recent Upgrade

    My printing suddenly stopped working after the latest upgrade (which upgraded the kernel from 2.6.15.2 to 2.6.15.4). 
    I discovered that arch is no longer auto-loading the parport_pc module.  This is strange.  If I run "hwdetect --show-modules", parport_pc is shown. 
    I do have MOD_AUTOLOAD="yes" in my rc.conf file.
    The quick fix is to add "parport_pc" to the list of MODULES in rc.conf.
    Are others having this problem?
    Rob

    I just read your post.  I am sorry I could not join irc.  I was actually at work.  It is very hard for me to use irc at work.  Firewalls make life difficult!
    In any event, I think I solved the problem. 
    Please see http://bbs.archlinux.org/viewtopic.php?t=18747
    Here is the complete post:
    In my /etc/modprobe.conf file, there was the folloiwng line:
    # Load lp support with parport_pc
    install parport_pc modprobe -i parport_pc ; modprobe lp ; true
    I believe that this line was in the original /etc/modprobe.conf file that came with arch 0.7. I don't remember ever adding it.
    I commented out this line and I removed "parport_pc" from the list of MODULES to be loaded in /etc/rc.conf.
    I rebooted and it worked. The modules lp, parport and parport_pc were all autoloaded at boot-up.
    I should also note that right after the arch upgrade, I was experiencing CUPS daemon failure once and awhile at boot up. Somtimes cupsd loaded and sometimes it failed at boot up. Now it seems that cupsd loads reliably at every bootup. Problem solved!
    The following are the remaining lines in my /etc/modprobe.conf:
    # Load ppp-generic with modem drivers
    install Intel536 modprobe -i Intel536 ; modprobe ppp-generic ; true
    install Intel537 modprobe -i Intel537 ; modprobe ppp-generic ; true
    install ltmodem modprobe -i ltmodem ; modprobe ppp-generic ; true
    install ltserial modprobe -i ltserial ; modprobe ppp-generic ; true
    install slamr modprobe -i slamr ; modprobe ppp-generic ; true
    install slusb modprobe -i slusb ; modprobe ppp-generic ; true
    # OSS Compatibility
    #install snd-pcm modprobe -i snd-pcm ; modprobe snd-pcm-oss ; true
    #install snd-seq modprobe -i snd-seq ; modprobe snd-seq-oss ; true
    # --- BEGIN: Generated by ALSACONF, do not edit. ---
    # --- ALSACONF version 1.0.10 ---
    alias snd-card-0 snd-opl3sa2
    alias sound-slot-0 snd-opl3sa2
    options snd-opl3sa2 fm_port=-1 midi_port=-1 port=0x538 wss_port=0x530
    options isapnp=0 dma1=1 dma2=0 irq=5
    # --- END: Generated by ALSACONF, do not edit. ---
    The modem driver lines came with the original /etc/modprobe.conf file in arch 0.7.
    Should I also comment them all out?
    Perhaps I should only have the lines for my old ISA sound card in the /etc/modprobe.conf file. Please let me know.
    Has there been a change in the kernel or udev which makes it neccesary to make all these changes in the /etc/modprobe.conf file?
    Rob

  • HP printer driver not working with 10.8.2

    Can anyone give me advice on how to make my all in one laserjet HP printer M2727nf work in 10.8.2.  Downloaded new driver software on January 10, since the new OS software update today again the printer is no longer connecting. 
    I have given up on the scanning function, albeit that it would be nice if it eventually would work again as well.

    Mac OS X: About the Reset Printing System feature ...
    http://support.apple.com/kb/HT1341?viewlocale=en_US
    10.5/10.6/10.7 instructions...
    In System Preferences>Fax & Print, Right click or Control+click on the Printers list Sidebar, choose Reset Printing System.
    if you hold option and click the "-" tab it resets the printing system.
    http://www.macosxhints.com/article.php?story=20031215144430486
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions.
    Any devices that previously appeared in your Printer List and Fax List will need to be added again after resetting the printing system.
    Resetting the printing system in Mac OS X 10.5.x+++
    To use the Reset Printing System feature in Mac OS X 10.5.x, follow these steps:
    Choose System Preferences from the Apple menu.
    Choose Print & Fax from the View menu.
    Control-click on list of printers on the left side of the window, then choose "Reset printing system" from the contextual menu. If you don't see a list of printers, Control-click on the text "Click + to add a printer or fax" and select "Reset printing system..."
      As an alternative, if you currently have one or more printers listed, you can Option-click the "-" (Remove printer) button.
    http://support.apple.com/kb/ht1341
    Reboot.

  • Installs and lists my Officejet Pro 8500A910n as a "fax-printer" only.

    When installing as a wireless network printer, it only will list the printer as a "HP Fax-Officejet Pro 8500 A910 Network)" printer. Not able to print, only fax. I have selected the complete software download and keeps installing this same way as a fax printer only?

    Hello LS2600,
    Welcome to the HP Forums.
    I see that you are having some issues when attempting to get the printer installed.
    I suggest we start off by running the HP Print and Scan Doctor.
    Let me know if you see any error codes or messages.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Black ink cartridge on photosmart printer 7250 not working

    the black ink cartridge on my photosmart 7250 printer is not working.  I've tried everything.  I've aligned the cartridges and tried reprinting several times to see if the ink cartridge will start printing.  Everything has failed.  Does anyone know how to fix this problem?

    You're welcome, and thank you for the updated information
    I will recommend that you follow the steps within this Fixing Print Quality Problems document first. If that however does not resolve the issue and the black continues to not print, please try manually cleaning the printhead follow the steps in this 'Missing or Failed Printhead' document for your printer.
    If after both of those documents the black still isn't printing properly what I suggest next will depend on if your printer is in warranty or not. If the printer is still under warranty (use this warranty checker to find out) then please call our technical support team for further assistance. If the printer is no longer under warranty, you can try the printhead soaking steps from @Bob_Headrick.
    Let me know how things go for you
    Please click “Accept as Solution ” if you feel my post resolved your issue, as it will help others find the solution faster
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    **MissTeriLynn**
    I work on behalf of HP

  • C# console app - print job vanishes in Windows 8 regardless of print driver used; works in Windows 7

    I have the following which sends a print file to a specific printer. It works perfectly in Windows 7, but not in Windows 8. The print job shows in the print queue until the print job is closed. Then the print job literally vanishes from the print
    queue. This issue occurs with all print drivers, including generic text only. Conversely, I can still use the "winspool.drv" DLL directly under Windows 8 and it works. Please advise. Thank you.
    Here is my code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.IO;
    using System.Printing;
    namespace PrinterLib
        public static class PrintToSpooler
            public static string SendFileToPrinter(string szPrinterName, string szFileName, string docName)
                try
                    // Create the printer server and print queue objects
                    //PrintQueue defaultPrintQueue = LocalPrintServer.GetDefaultPrintQueue();
                    //PrintQueue mypq = new PrintServer().GetPrintQueue(szPrinterName);
                    //using (var printq = defaultPrintQueue)
                    using (var printq = new PrintServer().GetPrintQueue(szPrinterName))
                        using (PrintSystemJobInfo job = printq.AddJob(docName))
                            using (var memoryStream = new MemoryStream())
                                FileStream fs = new FileStream(szFileName, FileMode.Open, FileAccess.Read, FileShare.None);
                                fs.CopyTo(memoryStream);
                                fs.Close();
                                Byte[] myByteBuffer = memoryStream.ToArray();
                                // Write a Byte buffer to the JobStream and close the stream
                                job.JobStream.Write(myByteBuffer, 0, myByteBuffer.Length);
                                job.JobStream.Flush();
                        printq.Commit();
                    return null;
                catch (Exception ex)
                    return ex.Message;

    Hello folks,
    I have been facing the same problem until right now. All above suggested methods failed (as it did for Jeff0123) . But after long research on that issue I think I found the reason (but no proper solution yet).
    MS Windows 8 and 2012 use a new printer driver generation based on XPS. Which means drivers like "generic text-only" won't work properly depending on the method the data is sent to the printer. In my case the
    same way like Jeff0123 tried to access the printers.
    See link http://support.microsoft.com/kb/2779300
    One solution might be to use API calls. I have also found a site which shows an example project for thermal slip printing. The VB.NET source code there features a wrapper class for all API calls. The functions you find behave pretty similar to the ones of
    the posted C# code example of Jeff0123. I did a small test so far and for my needs that works fine.
    Although the page is in German you can find the mentioned class by searching for "Public
    Class RawPrinter". Beside the comments the class methods are written in English. You find the class here: http://www.vbarchiv.net/tipps/tipp_2375-kassenbon-drucker-mit-vbnet-oder-c-per-esc-pos-befehle-ansprechen.html
    Hope that might help for at least a few of you. So long!

Maybe you are looking for

  • PA & OM Infotype

    Hi, What is the main difference b/w PA OM infotype? Is it possible to add PA Infotype in OM? with regards suresh

  • V 36. won't open link in a new tab, opens on the tab I'm on

    clicking on a link or a bookmark will not open a new tab, it will open on the tab I'm already on. Have already tried Tools/options/tabs/ check Open new windows in new tab instead. It doesn't work.

  • Hello, having problem with iMessage

    Hi I have some problems with my iPhone 4S, in the iMessage setup it says awaiting activation? How do I activate? I have hade this function to work before but not now... Best regurads Magnus

  • Datamigration from Legacy Systems to OM

    Hi, Can somebody give me info. about how to migrate from legacy systems to OM. Have anybody a concept. How can i find the datamodel of Order Management. Send me please the Info. to [email protected]

  • German Language @ the itunes store

    Why am i getting the itunes store in gemran? how do i get my English back? i didnt add any utility, this is the original itunes downloaded fresh from the mac site help is appreciated