Need printed fax report

How do I get a report of faxes sent from the Officejet 6500A Plus-all printer functions are working fine, I just can't find where to get the print out. 

Hello!!
On the front panel of the printer, hit the Right arrow and then go to Setup it will look like a wrench, the first selection is Fax Setup, inside Fax Setup look for Fax Reports, then Fax Log, It may only print the telephone numbers that you sent the fax to.
I am a HP employee.
--Say "Thanks" by clicking the Kudos Star in the post that helped you.
--Please mark the post that solves your problem as "Accepted Solution"

Similar Messages

  • HP Officejet G85 - how do i print a fax report for previous month?

    When I select "Print Fax Report" from menu, prints only last 30 faxes. Can I print fax report of a longer period, such as the previous month?

    Hi there,
    Unfortunately I do not see any options availble like that for the G85. There does not seem to be a readily available option sorry.
    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.

  • My officejet 4500 g510n-z wont print faxes or from copy or scan. It prints perfect from computer.

    my officejet 4500g510n-z suddenly wont print incoming faxes, or from copy or scan. It prints perfectly from computer. it also wont print fax reports or test pages. I have tried uninstalling and re-installing with software disc, still no go.what do i need to do please?

    Let's set a static IP address for the printer:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wireless along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP.  Let's us 192.168.1.100 for your printer.
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Enter your router's IP (on the Network Config Page) for the gateway and first DNS. Leave the second one blank.
    - Click 'Apply'.
    Now, shut down the router and printer, start the router, wait, then start the printer.
    After this you may need to redo 'Add a Printer' using the new IP address.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Print Message Report from Mobile

    Hello...
    We need modify standard mobile infrastructure java code...
    We need print some report from Mobile Front-end.
    Is possible to print all MESSAGE data that we can see from front-end of mobile infrastructure 2.5 ???
    thank you very much
    Stefano

    I haven't really done much enhancements on MAM 2.5, but Im sure sami will let you know where to add the code, or you can review the MAM enhancement guide on the CD.
    In regards to printing the PIOS API is pretty simple. If you are using a laptop to print to a normal printer then you can just use the Win32 Drivers..(installed via driver addon from web sap console.)If you are using the handheld you will need to find the appropriate drivers.
    Here is some code I used in one of my applications:
                   <i>Connector conn = Connector.getInstance();
                   DriverInfo[] driverInfo = conn.listDrivers(ConnectionType.PRINTER);
                   PrinterParameters params = new PrinterParameters(driverInfo[0]);
                   params.setPrinterMode(PrinterParameters.GRAPHIC_MODE);
                   GraphicPrinter gp = (GraphicPrinter) conn.open(params);
                   File myImage = new File("c:
    smalllogo.bmp");
                   if (myImage.exists()) {
                        float x = 0;
                        float y = 50;
                        try {
                             String[] sFonts =
                                  gp.getFontConfigurationManager().listFontNames();
                             PrinterFont pf = gp.getFont(sFonts[0]);
                             gp.drawText(
                                  pf,
                                  25,
                                  25,
                                  "TO For Delivery # = "
                                       + dbAccess.getItemFieldValue(arrayItems[0], "VBELN"),
                                  GraphicPrinter.NO_ROTATION);
                             for (i = 0; i < arrayItems.length; i++) {
                                  gp.drawText(
                                       pf,
                                       25,
                                       y,
                                       "Delivery Item # = "
                                            + dbAccess.getItemFieldValue(
                                                 arrayItems<i>,
                                                 "POSNR"),
                                       GraphicPrinter.NO_ROTATION);
                                  y = y + 10;
                                  gp.drawText(
                                       pf,
                                       25,
                                       y,
                                       "Material # = "
                                            + dbAccess.getItemFieldValue(
                                                 arrayItems<i>,
                                                 "MATNR"),
                                       GraphicPrinter.NO_ROTATION);
                                  y = y + 10;
                                  gp.drawText(
                                       pf,
                                       25,
                                       y,
                                       "Quantity to Pick = "
                                            + dbAccess.getItemFieldValue(
                                                 arrayItems<i>,
                                                 "LFIMG"),
                                       GraphicPrinter.NO_ROTATION);
                                  y = y + 25;
                   gp.doPrint(1);
                   gp.close();
              } catch (Throwable tFile) {
                   tFile.printStackTrace();
              }<i>
    This should give you an idea, you should also read through the MDK documentation for the printer API (PIOS). Its quite easy to pick up and as long as you have the driver and connector installed it prints right away.(You could also use the Peripheral emulator in
    NWDS to test the code first)
    Hope this helps,
    Wael..
    Dont forget the rewards
    Message was edited by: wael aoudi

  • Need Help with Print a Report

    Hi,
    I am building a database application in Java and now i need to print some reports ....
    I need to get the data from the database .. do some calculations , and then print in on paper.
    I checked online and got some tools like JasperReports, jfreereports, ReportCat, etc. so I was wondering if somebody can suggest whats the best.
    In my report I will have to print more than one table on one page.
    for example:
    if I have 4 Invoices. then i will have 4 tables .. one for each invoice.. and each table will contain
    the elements for that Invoice.If all can't fit on one page then it needs to go next page.
    I would like to do all this stuff in Java without using any reporting tool ... but I am not really sure how this can be
    done .. can someone give me an idea ... as per how this can be done .. will really appriciate all the help.
    Thanks in advance,
    sandsouza

    Hi,
    Can somebody please help me with this.
    Thanks in advance
    sandsouza

  • Need to print a report that has two pages but based on condition

    Hi
    Can someone help me. I have a report that has 2 pages and I need print it but not boths pages at the sametime.
    I have code ( the conditions)like this
    If (A=Y) then
    print Page 2
    else print page 1
    end if;
    Note: Where would I put the code. Please
    Thank you

    Some folks have written JavaScripts for such needs, but for only 6 pages I would simply do the following. 1. Crop all pages to show 1 and 4. Then print to a new PDF (not optimum, but will do the job). 2. Repeat for 2 and 5. 3. Repeat for 3 and 6. Now open one of them in Acrobat and the use insert pages to insert the other two files. Now rearrange the pages using the Pages display and save. That should do the job.

  • Need to print a report

    Hello guys,
    I have button in my form, which displays
    a report, I need to print the report,
    once the the button the pressed.
    Are there any ready made functions !!!
    A.Kishore
    null

    Kishore,
    Do you want the report to show up and then
    the browser print window to show up?
    If so, then in the unstructured template, call the window.print() method using the onLoad event for the body tag. When the report loads in the browser, you will get the browser print window (in Netscape). In IE, the print starts automatically.

  • HP Officejet Pro 8500A fax reports not printing

    I am working with an Officejet Pro 8500A Premium. It works great except for when I need to print fax confirmation sheets or receiving faxes - then I get a message that the printer is out of paper. I do not have problems printing from the computer, a copy or scan. Only the fax function seems to throw the machine off, specifically to the issue of feeding paper from the tray. Anyone have anything they can recommend here?

    I have brought your issue to the attention of an appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post serial numbers and case details.
    If you are unfamiliar with how the Forum's private message capability works, this post has instructions.
    RnRMusicMan
    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" to say “Thanks” for helping!

  • Lost connection between Power Book G4 and Brother Printer/Fax.  Need help.

    I am a new Mac user and until recently had a successful wireless connection to the Brother printer/fax. Address # 192.168.1.100 While printing a job I ran out of ink. I turned the printer off to replace the cartridge and lost the connection to the wireless powerbook. The printer works because it prints jobs from the PC that it is connected to by wire. So far I have clicked on "system preferences", clicked print and fax, Clicked + ato add printer and put the address in. Nothing is working. The message says, cannot connect to printer. I need serious, detailed help. My husband connects everything and gets it running and he just left for Iraq! Thanks so much!!

    Hello! In the printer setup utility choose "show Jobs" and see if you can click on "start jobs". It's probably gotten stuck because it ran out of ink. Tom

  • Need to Print the Report Output

    Hi,
    I want to print the report output. How to install a printer in Oracle Appls. If i give number of copies 1 or morethan 1(from SRS Window)...the report is completed-warning. pls advice
    Thanks in advance.

    Hi,
    I changed the printer to Epson LQ2170 and Epson LQ2180 but since I don't know the initialization and reset parameter (already search for the manual but couldn't find it, downloaded from Epson's website but couldn't find it either) so I register it with LQ1070. I'd tested to print the reports directly from Reports Builder 6i and it printed just as I wanted to but when I tried to print from oracle apps it only printed up to about 3/4 width of the paper. I tried to change the report's height and width, paper size, orientation but no luck. What should I do? Thanks

  • Cannot choose printer when printing HTML report

    Hello,
    I have lost many many hours trying to print correctly a report that is composed only of a JPEG image.
    After a conversation in the forum, I concluded that the LabVIEW has a bug printing Standard Reports, as it cannot manipulate correctly the margins and the scale of the image. But, when using Standard Reports I could choose which printer to use.
    So, I use HTML Reports that print the report smoothly, but the choise of the printer has a problem. No matter which printer is chosen by a Ring Menu, it prints to same printer all the time.
    Could you please give me any hint to solve this problem?
    I attach the corresponding code:
    Solved!
    Go to Solution.

    Hey guys, this is Paul with National Instruments.
    Being employed at NI I am obligated to provide a big disclaimer about the information I am about to provide:
    MANUALLY CHANGING YOUR WINDOWS REGISTRY CAN CAUSE CORRUPTION AND ERRORS IF YOU ARE NOT CAREFUL.  DO SO AT YOUR OWN RISK.
    With that being said, nikosfs was on the right track by editing his Windows Registry to perform this action.  Please see the following steps, and see if it helps further explain what you need to do:
    Open the Registry Editor. To do this, click Start >> Run and type "regedit", then press OK.
    Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows.   In this key there should be an entry called Device with values that should match up with your default printer.
    Right click on the Windows key, choose "Export" from the menu that pops up, and save the Registration File as printer1.reg.
    Leaving the Registry Editor open, change your default printer. To do this, go to Start >> Settings >> Printers and Faxes. Right click on the printer that you want your report to print to, and choose the option "Set as Default Printer".
    Go back to the Registry Editor, it should be noted that the value of the Device entry has changed to the new default printer. Right click on the Windows key again, choose "Export" from the menu that pops up, and save the Registration File as printer2.reg
    These two files may now be used to manipulate your default printer settings in conjunction with the System Exec.vi. The figures below show how to use the registry files and the System Exec.vi. 
    → The "/s" in the text field makes sure that this vi will run without interrupting regular user interaction.
    → The path constant is set to "c:\" because the Registration Files were saved directly in the C drive. Change according to location of Registration Files.
    Make sure that this operation is called before the Print Report.vi is called, as it will print just to the default printer.
    Paul Davidson
    Sound and Vibration Software Staff Product Support Engineer
    National Instruments

  • Installing Windows 7 Professional 64 bit drivers för Canon MF8330 Cdn printer/fax/scanner

    Hi!
    After Windows update in april 2014 I cant any longer use the scanning funktion via network from Canon MF8330 Cdn multifunktion printer/fax/scanner machine! It worked fine Before the april Windows update installation.
    I have reinstalled with Canons driver kit 2005b för Windows 7 64 bit. All works fine until the scanner installation ends, then system report that it cannot install the scanner and I have to try installing again. I have done that now several times but it
    helps not. I Think it has something to do with that the Canon scanner drivers isn´t 64 bit files, or the problem is that windows update has replaces saome dll file to a never version that not work with Canon drivers. 
    I have seen that there is a service pack 1 from Canon för Windows 8 and 8,1, can I use that service pack to get a never dll file for scanner or work this only for windows 8 version.
    Have someone a solution to this! I have contacted the Canon support already and they say that its a Microsoft problem!
    Very thanful for help in this case!
    Greetings
    Sixten

    Hi!
    I am installing the drivers from Canons site. It is the newest version 2005b for Windows 7 64 bit to MF8330Cdn Canon multifunction printer/fax/scanner. Installation goes well for the printer and fax but not for scanner drivers. The error message is Could
    not install the scanner. In device manager is there then a unknown device under Image devices. In Device Manager I try to update drivers, but it does not help either, error message is access denied. I am logged on the system with administrator account, therfore
    it is strange that I get the error message access denied.
    I tried earlier to do system restore back to previous time, but it did not work, error was that the system could not do the system restore because of access rights.
    is there anything else I could do.
    Here is the MF36SCN.inf file for scanner installation from Canon, if it can help You to go further with the problem. Is there something strange in the inf file that does not work in Windows 7 64 bit Windows, something shows that ther is also same 32 bits
    parts in the inf file.
    Greetings
    Sixten
    ; MF36SCN.INF  -- Windows Setup File for the MF8300 Series (Windows XP,Vista(64-bit))
    ; Copyright CANON INC. 2009 All Rights Reserved
    ; InfID: {BA7E017E-FA42-4831-A084-AA9E671325EE}
    ; Last Modified: 11-Jun-2009
    [Version]
    Signature="$Windows NT$"
    Class=Image
    ClassGUID={6bdd1fc6-810f-11d0-bec7-08002be2092f}
    ;  The above GUID is the class GUID for all scanners and MUST NOT change
    Provider=%Msft%
    CatalogFile.NTamd64=MF36SCN.CAT
    DriverVer=06/17/2009, 11.3.0.0
    [DestinationDirs]
    DefaultDestDir=11
    CNCDsFiles=10,"twain_32\"%CNCRFN%
    CNCMediaFiles=10,media
    ColorFiles.NT=11,spool\drivers\Color
    [ControlFlags]
    ;ExcludeFromSelect=*
    [Manufacturer]
    %Mfg%=Models,NTamd64.5.1,NTamd64.6.0
    [Models.NTamd64.5.1]
    %LPTENUM\CNC.DeviceDesc%=CNCInstall_XP,USB\VID_04A9&PID_2708&MI_00
    %LPTENUM\CNC.DeviceDesc%=CNCInstallNet_XP,CANON_MFNP&%CNCRFN%
    [Models.NTamd64.6.0]
    %LPTENUM\CNC.DeviceDesc%=CNCInstall_VISTA,USB\VID_04A9&PID_2708&MI_00
    %LPTENUM\CNC.DeviceDesc%=CNCInstallNet_VISTA,CANON_MFNP&%CNCRFN%
    ;........................................ WinXP(64-bit) section
    [CNCInstall_XP.NTamd64]
    Include=sti.inf
    Needs=STI.USBSection
    SubClass=StillImage
    DeviceType=1
    DeviceSubType=0x1
    DeviceData=CNCDeviceData
    AddReg=CNCAddreg,CNCAddreg.USB,CNCUSDAddreg_XP
    CopyFiles=WiaFiles,CNCDsFiles,ColorFiles.NT,MPScanLLD,CNCMediaFiles
    ICMProfiles="sRGB Color Space Profile.icm"
    ; used for push button event
    Capabilities=0x11
    Events=PushButton.Events
    DriverVer=06/17/2009, 11.3.0.0
    FriendlyName=%CNC.FriendlyName%
    [CNCInstall_XP.NTamd64.Services]
    Include=sti.inf
    Needs=STI.USBSection.Services
    [CNCInstall_XP.NTamd64.CoInstallers]
    CopyFiles = ScanCoInstaller_CopyFiles_x64
    AddReg    = ScanCoInstaller_AddReg_x64
    [ScanCoInstaller_CopyFiles_x64]
    CNCLSO36b.dll
    [ScanCoInstaller_AddReg_x64]
    HKR,,CoInstallers32,0x00010000,"CNCLSO36b.dll,Coinstaller_EntryPoint"
    ;........................................ WinVista(64-bit) section
    [CNCInstall_VISTA.NTamd64]
    Include=sti.inf
    Needs=STI.USBSection
    SubClass=StillImage
    DeviceType=1
    DeviceSubType=0x1
    DeviceData=CNCDeviceData_VISTA
    AddReg=CNCAddreg,CNCAddreg.USB,CNCUSDAddreg_XP,CNCUSDAddreg_VISTA
    CopyFiles=Wia2Files,CNCDsFiles,ColorFiles.NT,MPScanLLD,CNCMediaFiles
    ICMProfiles="sRGB Color Space Profile.icm"
    ; used for push button event
    Capabilities=0x11
    Events=PushButton.Events
    DriverVer=06/17/2009, 11.3.0.0
    FriendlyName=%CNC.FriendlyName%
    [CNCInstall_VISTA.NTamd64.Services]
    Include=sti.inf
    Needs=STI.USBSection.Services
    [CNCInstall_VISTA.NTamd64.CoInstallers]
    CopyFiles = ScanCoInstaller_CopyFiles_x64
    AddReg    = ScanCoInstaller_AddReg_x64
    [ScanCoInstaller_CopyFiles_x64]
    CNCLSO36b.dll
    [ScanCoInstaller_AddReg_x64]
    HKR,,CoInstallers32,0x00010000,"CNCLSO36b.dll,Coinstaller_EntryPoint"
    ;........................................ WinXP(64-bit) section(Network)
    [CNCInstallNet_XP.NTamd64]
    Include=sti.inf
    Needs=STI.SerialSection
    SubClass=StillImage
    DeviceType=1
    DeviceSubType=0x1
    DeviceData=CNCDeviceData
    AddReg=CNCAddreg,CNCUSDAddreg_XP
    CopyFiles=WiaFiles,CNCDsFiles,ColorFiles.NT,MPScanLLD,CNCMediaFiles
    ICMProfiles="sRGB Color Space Profile.icm"
    ; used for push button event
    Capabilities=0x11
    Events=PushButton.Events
    DriverVer=06/17/2009, 11.3.0.0
    FriendlyName=%CNC.FriendlyName%
    [CNCInstallNet_XP.NTamd64.Services]
    Include=sti.inf
    Needs=STI.SerialSection.Services
    [CNCInstallNet_XP.NTamd64.CoInstallers]
    CopyFiles = ScanCoInstaller_CopyFiles_x64
    AddReg    = ScanCoInstaller_AddReg_x64
    [ScanCoInstaller_CopyFiles_x64]
    CNCLSO36b.dll
    [ScanCoInstaller_AddReg_x64]
    HKR,,CoInstallers32,0x00010000,"CNCLSO36b.dll,Coinstaller_EntryPoint"
    ;........................................ WinVista(64-bit) section(Network)
    [CNCInstallNet_VISTA.NTamd64]
    Include=sti.inf
    Needs=STI.SerialSection
    SubClass=StillImage
    DeviceType=1
    DeviceSubType=0x1
    DeviceData=CNCDeviceData_VISTA
    AddReg=CNCAddreg,CNCUSDAddreg_XP,CNCUSDAddreg_VISTA
    CopyFiles=Wia2Files,CNCDsFiles,ColorFiles.NT,MPScanLLD,CNCMediaFiles
    ICMProfiles="sRGB Color Space Profile.icm"
    ; used for push button event
    Capabilities=0x11
    Events=PushButton.Events
    DriverVer=06/17/2009, 11.3.0.0
    FriendlyName=%CNC.FriendlyName%
    [CNCInstallNet_VISTA.NTamd64.Services]
    Include=sti.inf
    Needs=STI.SerialSection.Services
    [CNCInstallNet_VISTA.NTamd64.CoInstallers]
    CopyFiles = ScanCoInstaller_CopyFiles_x64
    AddReg    = ScanCoInstaller_AddReg_x64
    [ScanCoInstaller_CopyFiles_x64]
    CNCLSO36b.dll
    [ScanCoInstaller_AddReg_x64]
    HKR,,CoInstallers32,0x00010000,"CNCLSO36b.dll,Coinstaller_EntryPoint"
    ;.......................................... Common Section
    [PushButton.Events]
    PushButtonPushed1=%PushButtonPushed1%,{66F2A894-EC9B-430c-9D52-E8719D200DAC},%ButtonApp%
    PushButtonPushed2=%PushButtonPushed2%,{506AC8D1-E030-4f05-8F8A-4476153E2D6C},%ButtonApp%
    PushButtonPushed3=%PushButtonPushed3%,{9813E8A6-3652-4768-9AD1-C89E9B5CA956},%ButtonApp%
    PushButtonPushed4=%PushButtonPushed4%,{03B58D10-0245-4859-A489-D695C7729FB3},%ButtonApp%
    [ColorFiles.NT]
    CNZ005.ICC
    CNFR08.ICC
    [CNCDeviceData]
    TwainDS=%CNC.TwainDS%
    SpecialInfo=%CNC.SPInfo%
    DeviceKey=%CNCRFN%
    InstallDirectory="\TWAIN_32\%CNCRFN%\"
    KeyNamePath=%KEYNAME%
    DefaultKeyNamePath=%DEFAULTKEYNAME%
    [CNCDeviceData_VISTA]
    TwainDS=%CNC.TwainDS%
    SpecialInfo=%CNC.SPInfo%
    DeviceKey=%CNCRFN%
    InstallDirectory="\TWAIN_32\%CNCRFN%\"
    KeyNamePath=%KEYNAME%
    DefaultKeyNamePath=%DEFAULTKEYNAME%
    UI Class ID={DF89C549-D67D-4fb0-A575-547073BFAB11}
    ;The above GUID reused from sample MUST change for each Model.
    [CNCAddreg]
    HKLM,"%SGDKEY%","DeviceName",,%CNC.MDL%
    HKLM,"%SGDKEY%","SeriesName",,%CNC.SRS%
    HKLM,"%SGDKEY%","Manufacturer",,"Canon Inc."
    HKLM,"%SGDKEY%","ProductFamily",,"TWAIN Scanners"
    HKLM,"%SGDKEY%","ProductName",,%CNC.MDL%
    HKLM,"%SGDKEY%","InstallDirectory",,"%10%\TWAIN_32\%CNCRFN%\"
    HKLM,"%SGDKEY%","DeviceDriver",,"SCANINTF.DLL"
    HKLM,"%SGDKEY%","ProductId",,"MF8300          "
    HKLM,"%SGDKEY%","DataSourcePath",,"%10%\TWAIN_32\%CNCRFN%\cisds.ds"
    HKLM,"%SGDKEY%","TextEnhance",0x00010001,0
    HKLM,"%SGDKEY%","HiDefinitionMode",0x00010001,0
    HKLM,"%SGDKEY%","AutoPreview",0x00010001,0
    HKLM,"%SGDKEY%","AutoClose",0x00010001,0
    HKLM,"%SGDKEY%","SavePreview",0x00010001,1
    HKLM,"%SGDKEY%","DriverDate",,"06 2009"
    HKLM,"%SGDKEY%","DriverVersion",,"11.3.0.0.mf09"
    HKLM,"%SGDKEY%","ColorGear",,%CNC.ColorGear%
    HKLM,"%SGDKEY%","ColorMatch Platen",,"CNFR08.ICC"
    HKLM,"%SGDKEY%","SGIPPDEF",,"CNCFR08.DAT"
    HKLM,"%SGDKEY%","Descreen",0x00010001,0
    HKLM,"%SGDKEY%","Unsharp",0x00010001,3
    HKLM,"%SGDKEY%","MultiLimitThreshold",0x00010001,180
    HKLM,"%SGDKEY%","MultiJackUp",0x00010001,9
    HKLM,"%SGDKEY%","MultiTrimJackUp",0x00010001,20
    HKLM,"%SGDKEY%","CardPhotoDistThr",0x00010001,30
    HKLM,"%SGDKEY%","PhotoTrimThr",0x00010001,210
    HKLM,"%SGDKEY%","PhotoRThr",0x00010001,210
    HKLM,"%SGDKEY%","PhotoGThr",0x00010001,210
    HKLM,"%SGDKEY%","PhotoBThr",0x00010001,210
    HKLM,"%SGDKEY%","CardTrimThr",0x00010001,30
    HKLM,"%SGDKEY%","CardRThr",0x00010001,30
    HKLM,"%SGDKEY%","CardGThr",0x00010001,30
    HKLM,"%SGDKEY%","CardBThr",0x00010001,30
    HKLM,"%SGDKEY%","ParWhiteBlackEth",0x00010001,5
    HKLM,"%SGDKEY%","ParWhiteBlackEthDG",0x00010001,5
    HKLM,"%SGDKEY%","ParWhiteBlackSth",0x00010001,35
    HKLM,"%SGDKEY%","ParWhiteBlackVth",0x00010001,10
    HKLM,"%SGDKEY%","ParLabelingHth",0x00010001,30
    HKLM,"%SGDKEY%","ParLabelingLeft",0x00010001,1
    HKLM,"%SGDKEY%","ParLabelingTop",0x00010001,1
    HKLM,"%SGDKEY%","ParLabelingRight",0x00010001,1
    HKLM,"%SGDKEY%","ParLabelingBottom",0x00010001,1
    HKLM,"%SGDKEY%","DT_Left",,"10"
    HKLM,"%SGDKEY%","DT_Top",,"0"
    HKLM,"%SGDKEY%","DT_Width" ,,"1.5"
    HKLM,"%SGDKEY%","DT_Length",,"4.5"
    HKLM,"%SGDKEY%","DT_Border_1",,"2.5"
    HKLM,"%SGDKEY%","DT_Border_2",,"3.5"
    HKLM,"%SGDKEY%","DT_BkTh",,"18"
    HKLM,"%SGDKEY%","DT_MinWhThr",,"15"
    HKLM,"%SGDKEY%","DT_MaxWhThr",,"45"
    HKLM,"%SGDKEY%","ButtonNum",0x00010001,1
    HKLM,"%STIKEY%","MF8300",0x00010001,1
    [CNCAddreg.USB]
    HKLM,"%SGDKEY%","AvailableDriver",0x00010001,1
    [CNCUSDAddreg_XP]
    HKLM,"%WIASGDKEY%","ColorMatch",0x00010001,1
    HKLM,"%WIASGDKEY%","ColorGear",,"%CNC.ColorGear%"
    HKLM,"%WIASGDKEY%","TextEnhance",0x00010001,0
    HKLM,"%WIASGDKEY%","Descreen",0x00010001,0
    HKLM,"%WIASGDKEY%","UnsharpMask",0x00010001,0
    HKLM,"%WIASGDKEY%","HiDefinitionMode",0x00010001,0
    HKLM,"%WIASGDKEY%","ProductId",,"MF8300          "
    HKLM,"%WIASGDKEY%","ButtonNum",0x00010001,1
    HKLM,"%WIASGDKEY%","DspGamma",0x00010001,1
    HKLM,"%WIASTIKEY%","MF8300",0x00010001,1
    HKR,,USDClass,,"{4BA01336-9934-455e-8FB8-4A47A638DF0E}"
    HKCR,CLSID\{4BA01336-9934-455e-8FB8-4A47A638DF0E},,,"Canon USD"
    HKCR,CLSID\{4BA01336-9934-455e-8FB8-4A47A638DF0E}\InProcServer32,,,%11%\CNCC8300.DLL
    HKCR,CLSID\{4BA01336-9934-455e-8FB8-4A47A638DF0E}\InProcServer32,ThreadingModel,,"Both"
    ;  The above GUID is specific to MF8300 and MUST change for a different model.
    [CNCUSDAddreg_VISTA]
    HKCR,CLSID\{DF89C549-D67D-4fb0-A575-547073BFAB11},,,"WIA Driver UI Extension"
    HKCR,CLSID\{DF89C549-D67D-4fb0-A575-547073BFAB11}\shellex\ImageProcessingFilter\{CA0D4D3E-98ED-4787-AF02-4AF2A1303ACC}
    ;  The above GUID is specific to MF8300 and MUST change for a different model.
    HKCR,CLSID\{CA0D4D3E-98ED-4787-AF02-4AF2A1303ACC},,,"Canon Image Processing Filter"
    HKCR,CLSID\{CA0D4D3E-98ED-4787-AF02-4AF2A1303ACC}\InProcServer32,,,%11%\CNCE8300.dll
    HKCR,CLSID\{CA0D4D3E-98ED-4787-AF02-4AF2A1303ACC}\InProcServer32,ThreadingModel,,"Both"
    ;  The above GUID is specific to MF8300 and MUST change for a different model.
    [WiaFiles]
    CNCC8300.DLL
    CNCI8300.DLL
    CNCL8300.DLL
    [Wia2Files]
    CNCC8300.DLL
    CNCI8300.DLL
    CNCL8300.DLL
    CNCE8300.DLL
    [CNCDsFiles]
    CISDS.DS
    SGUI.DLL
    SGUI_RES.DLL
    WIARES.DLL
    IOP.DLL
    ITLIB32.DLL
    SCANINTF.DLL
    TPM.DLL
    CNCFR08.DAT
    MC2.TXT
    JDA_CIMG.DLL
    NBS4MB.DLL
    NBSCOR4M.DLL
    RMSLANTC.DLL
    RSTCOL.DLL
    [MPScanLLD]
    CNCMFP36.INI,,,0x20
    CNCLSI36b.DLL,,,0x20
    CNCLSD36b.DLL,,,0x20
    CNCLSC36b.DLL,,,0x20
    CNCLST36b.DLL,,,0x20
    CNCLSU36b.DLL,,,0x20
    [CNCMediaFiles]
    CSSAMP1.MID
    ;-------------------------------Source Index
    [SourceDisksFiles]
    CNZ005.ICC=1
    ITLIB32.DLL=1
    JDA_CIMG.DLL=1
    NBS4MB.DLL=1
    NBSCOR4M.DLL=1
    RMSLANTC.DLL=1
    RSTCOL.DLL=1
    CISDS.DS=1
    SGUI.DLL=1
    IOP.DLL=1
    SCANINTF.DLL=1
    TPM.DLL=1
    SGUI_RES.DLL=1
    WIARES.DLL=1
    CSSAMP1.MID=1
    CNCFR08.DAT=1
    CNFR08.ICC=1
    MC2.TXT=1
    CNCC8300.DLL=1
    CNCI8300.DLL=1
    CNCL8300.DLL=1
    CNCE8300.DLL=1
    CNCMFP36.INI=1
    CNCLSI36b.DLL=1
    CNCLSD36b.DLL=1
    CNCLSC36b.DLL=1
    CNCLST36b.DLL=1
    CNCLSU36b.DLL=1
    CNCLSO36b.DLL =1
    [SourceDisksNames]
    1=%D1%,scan.cab,
    ;-------------------------------String Aliases
    [Strings]
    Msft="Canon"
    Mfg="Canon"
    SGDKEY="Software\Wow6432Node\Canon\SateraMFP1\ScanGear\11.3\Devices\MF8300"
    STIKEY="Software\Wow6432Node\Canon\SateraMFP1\ScanGear\STI"
    DEFAULTKEYNAME="Software\Wow6432Node\Canon\SateraMFP1\Toolbox Ver4.9\Devices\"
    KEYNAME="\Software\Canon\MFToolbox\"
    WIASGDKEY="Software\Canon\SateraMFP1\WIA\3.0\Devices\MF8300"
    WIASTIKEY="Software\Canon\SateraMFP1\WIA\STI"
    D1="Canon MF8300 Series Setup Disk"
    LPTENUM\CNC.DeviceDesc="Canon MF8300 Series"
    ButtonApp        = "MF Toolbox Ver4.9"
    CNCRFN           = "MF8300"
    CNC.MDL          = "Canon MF8300"
    CNC.SRS          = "Canon MF8300 Series"
    CNC.DeviceDesc   = "Canon MF8300"
    CNC.SPInfo       = "Canon MF8300 Scanner"
    CNC.TwainDS      = "Canon MF8300 Series"
    CNC.ColorGear    = "FR08"
    PushButtonPushed1= "Scan-1"
    PushButtonPushed2= "Scan-2"
    PushButtonPushed3= "Scan-3"
    PushButtonPushed4= "Scan-4"
    CNC.FriendlyName     = "WIA Canon MF8300 Series"
    greeting
    Sixten

  • Print & Fax prefs & any and all print commands unresponsive

    Hi all,
    Newb here. I have a 17" mbp running Leopard 10.5.2. I'm networked to a Konica Printer at work and I sent a very large job across. The job was incorrect so I canceled it. That's when the trouble started. Now I can't even open the print dialog in ANY program, nor can I open "print & fax" preferences in sys prefs.
    I've opened the activity monitor and cupsd is just devouring my cpu. I've tried to kill it and restart it in terminal, but honestly, I'm don't really know what I'm doing, nor what the core problem is. Any help is appreciated...is there any more info that you need from me to help troubleshoot?
    Thank you!

    Hi John,
    Thanks for your suggestions. Just so you know, I'm not a "console & terminal" guy. I'm willing to try any of your suggestions, but you're going to have to walk me thru...
    Opened console and there seems to be a constant stream of "cupsd" errors. Every 10sec actually.
    Here's the system log entry:
    "Dec 28 09:10:46 MacPro com.apple.launchd[1] (org.cups.cupsd[86732]): Job appears to have crashed: Segmentation fault
    Dec 28 09:10:46 MacPro com.apple.launchd[1] (org.cups.cupsd): Throttling respawn: Will start in 10 seconds
    Dec 28 09:10:46 MacPro com.apple.ReportCrash.Root[86731]: 2010-12-28 09:10:46.278 ReportCrash[86731:2f03] Saved crash report for cupsd[86732] version ??? (???) to /Library/Logs/DiagnosticReports/cupsd2010-12-28-091046localhost.crash"
    If you'd like to see the entire Diagnostic report, let me know.
    What would you suggest now?

  • Add (+) printer in Sys Prefs Print & Fax makes Print Setup Utility crash!

    Something is wrong with System Preferences Print & Fax pane, or something else... From there, I can't add any new printers. When you click + below the list, it's supposed to launch printer setup utility? But it does nothing what so ever.. or that's what I thought until I looked in Console to see what's going on (if anything), and the console reports that the printer setup utility crashed. It launches fine directly from Utilities. What gives?
    Here is the crashlog report, if anyone can make sense of it:
    Host Name: SunFlowerG4
    Date/Time: 2008-09-12 20:05:39.525 -0700
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Printer Setup Utility
    Path: /System/Library/CoreServices/Printer Setup Utility.app/Contents/MacOS/Printer Setup Utility
    Parent: WindowServer [88]
    Version: 5.5 (227)
    PID: 2883
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 libSystem.B.dylib 0x9012c6f0 mallocinitialize + 56
    1 libSystem.B.dylib 0x900033b8 malloc + 48
    2 com.apple.Foundation 0x92bcff74 _NSAPDataCreate + 32
    3 com.apple.Foundation 0x92bd00f0 NSPushAutoreleasePool + 40
    4 com.apple.AppKit 0x9387e2d0 NSApplicationMain + 60
    5 com.apple.print.PrintCenter 0x00002690 0x1000 + 5776
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000009012c6f0 srr1: 0x000000000200d030 vrsave: 0x0000000000000000
    cr: 0x44000222 xer: 0x0000000000000000 lr: 0x000000009012c6ec ctr: 0x00000000900017a0
    r0: 0x000000009012c6ec r1: 0x00000000bffffa80 r2: 0x00000000a0001fac r3: 0x0000000000000000
    r4: 0x0000000000000000 r5: 0x0000000092f45018 r6: 0x0000000000000001 r7: 0x0000000000000001
    r8: 0x0000000000000002 r9: 0x0000000000000000 r10: 0x00000000900014f0 r11: 0x00000000a00061ec
    r12: 0x00000000900017a0 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000
    r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x0000000000000000 r23: 0x0000000000000094
    r24: 0x000000009fffc6c0 r25: 0x0000000000000000 r26: 0x00000000bffffcac r27: 0x00000000a37ce2a0
    r28: 0x00000000a0003390 r29: 0x00000000a000c6c0 r30: 0x0000000000000000 r31: 0x000000009012c6c0
    Binary Images Description:
    0x1000 - 0x5fff com.apple.print.PrintCenter 5.5 (227) /System/Library/CoreServices/Printer Setup Utility.app/Contents/MacOS/Printer Setup Utility
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.79 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.23) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.7 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.10 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.25 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.7 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d24fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2b000 - 0x91d45fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d4a000 - 0x91d4dfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4f000 - 0x91e3dfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e5c000 - 0x91e5cfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e5e000 - 0x91f43fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f4b000 - 0x91f6afff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd6000 - 0x92044fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9204f000 - 0x920e4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920fe000 - 0x92686fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926b9000 - 0x929e4fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a14000 - 0x92b02fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b05000 - 0x92b8dfff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bce000 - 0x92df9fff com.apple.Foundation 6.4.10 (567.37) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f26000 - 0x92f44fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f4f000 - 0x92fa9fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fc7000 - 0x92fc7fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fc9000 - 0x92fddfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92ff5000 - 0x93005fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93011000 - 0x93026fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93038000 - 0x930bffff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930d3000 - 0x930defff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930e8000 - 0x93116fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93130000 - 0x9313ffff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9314b000 - 0x931b1fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931e2000 - 0x93231fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9325f000 - 0x9327cfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9328e000 - 0x9329bfff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932a4000 - 0x935b2fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93702000 - 0x9370efff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93787000 - 0x93787fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93789000 - 0x93dbcfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94149000 - 0x941bbfff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x941f4000 - 0x942b9fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9430c000 - 0x9430cfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9430e000 - 0x944cefff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94518000 - 0x94555fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9455d000 - 0x945adfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945b6000 - 0x945cffff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

    Well I figured out how to run Printer Setup Repair to try that route. So far these results:
    PERMISSIONS REPAIR:
    Sunday, September 21, 2008 7:36:10 PM
    Starting permission verification and repair, omitting localized files...
    The file /System/Library/LaunchDaemons/printer.plist is missing!
    The directory /usr/include is missing!
    The directory /usr/include/cups is missing!
    The file /usr/include/cups/cups.h is missing!
    The file /usr/include/cups/http.h is missing!
    The file /usr/include/cups/image.h is missing!
    The file /usr/include/cups/ipp.h is missing!
    The file /usr/include/cups/language.h is missing!
    The file /usr/include/cups/md5.h is missing!
    The file /usr/include/cups/ppd.h is missing!
    The file /usr/include/cups/raster.h is missing!
    Recreating symbolic links...
    Done.
    Verification complete.
    912 files examined. No problems were found.
    11 missing files/directories found during the verification process. They may be responsible for certain printing problems. Printer Setup Repair cannot replace these items. Please refer to the log file for a list of the missing files/directories. You may need to reinstall OS X to resolve your printing issues. Certain files and directories are deleted when using the Reset Printing System option. These files and directories, if required, will be recreated during normal printing.
    All the other tabs on Printer Setup Repair were uneventful except the verify permissions on tmp items:
    Sunday, September 21, 2008 7:48:36 PM
    Begin deleting contents of the /private/tmp/501/TemporaryItems directory...
    Unable to complete the process.
    Error type 1: Unable to delete temporary files because the /private/tmp/501/TemporaryItems directory is missing or empty.
    -----------------------------

  • Office Jet 5740 Printer Status Report

    What are the meanings of Items 25,26,27,28,29,30,31, 32 , 45,46,47  in the Printer Status Report ?

    Greetings , I would be more than happy to help you by explaining the lines on your printer status report. 
    Since every printer report is slightly different for each model, just so I can be exact, would it be possible for you to scan the page and send it to me in a private message? On most reports, most of the line numbers you have listed are related to the fax setup. Since I don't have your exact printout, I used this example report as reference from this document; Officejet 5740 - An 'Out of Paper' Message.
     The lines on this report are showing: 25= Fax Forwarding ... Forwards your fax to another number (just like call forwarding) 26= Auto Answer ... Whether or not the printer automatically answers the incoming call 27= Rings to Answer ... The number of rings the fax machine waits to answer the incoming call 28= Distictive Ring ... A distinctive ring service allows your phone system to add another phone number to the same phone line. When a call comes in on the distinctive ring number, the telephone rings with a ring sequence that is different than the standard ring tone. (Note: This  is a service setup through your phone provider) 29= (ECM) Error Correction Mode ... I recommend reading this Enabling or Disabling Error Correction Mode (ECM) 30= Fax to PC ... Settings related to receiving you faxes digitally on your computer 31= Faxes Sent ... total faxes sent from your printer 32= Faxes Received ... total faxes received on your printer ** You can learn more about your fax setup here; HP Printers - Sending and Receiving Faxes, or from the HP Officejet 5740 e-All-in-One series User Guide.  Lines 45,46,47 - I'm unsure because the example I have is not showing these lines. Again, if you could scan your report and send it to me in a private message I should be able to clarify those final lines. Here's how to send a private message if you need it. I look forward to hearing from you!   Thanks, 

Maybe you are looking for

  • Error while testing an application service

    Hi, I have created a project wherein I have imported a standard BAPI as an external service and calling this external service in an application service. Following is the code used for the same: public com.sap.esproj.appsrv.datatypes.CompanyData getUs

  • Price should not be in changable during billing

    Dear All, During sales order user enters the price manually since condtion type is manual. And during billing the user can change the price because it is in display mode. Please suggest how to restrict price changes in billing. Regards, ramesh

  • MacBook turns off after the startup bong when trying to restart

    Greetings, When I try to restart my MacBook it turns off after the startup bong. Thanks

  • Data connect

    Im having trouble connecting to the internet through the sim card. The ipad displays a full service with 3G but will not connect when opening up safari. The APN number is right and I've tried restarting the network settings but it will still not conn

  • 3d Theory. vcs to scs transformation.

    Hi you 3d gurus. Please give me a tip! If you have a point with coordinates given in the View Coordinate System, how do you translate it to a point on the screen? The point is given by x,y,z in the view coordinate system (vcs). (x is horizontal, y is