HP LJ 3200 - prints garbage

DL the latest driver from HP. Ran .pkg install, 'add'ed printer per instructions. It's connected via USB directly to my Mac Mini G4.
It prints the following every time:
%!PS-Adobe-3.0
%RBINumCopies: 1
%%Pages: (atend)
%APLDSCEncoding: UTF8
and some more that runs off the edge of the paper and then it prints multiple sheets of garbage.
I don't get it!!

Your printer model has an "optional" postscript module - it sounds like you don't have it installed. The HP-provided driver in OS X is for the printer with postscript module. You are seeing postscript code sent to a non-postscript printer.
You can probably print with a generic PCL (HP-compatible) driver like HP Laserjet 5 Series or 6 Series (included in OS X).

Similar Messages

  • [solved] Samsung SCX-3200 prints garbage

    Hi,
    Some months ago I got a Samsung SCX-3200 mono multifunction printer. I installed samsung unified driver from AUR I think it was v3 and printer worked.
    After the driver got updated to v4 I think my problems started. Sometimes when printing a document I only got pages with garbage characters in the first line on the whole page. Recently I am unable to print anything, always getting the same result, smileys, hearts etc on the first line. printing test page is the same.
    I installed windows to another HDD in my desktop computer and no printing issue occurred. Also I installed samsung unified driver to another computer (running Arch), used the same USB cable, but garbage text was all I got.
    Then I tried the official samsung package / installer and everything was the same.
    Unfortunately there's no samsung unified driver 3 package  in AUR anymore.
    Please help me get my printer back.
    Last edited by siriusb (2012-09-09 09:55:51)

    Hi,
    test if the following PKGBUILD works for you. You need the files 99_smfpautoconf.rules and samsungUDC.desktop from the aur package samsung-unified-driver.
    pkgname=samsung-unified-driver
    pkgver=3.00.90
    pkgrel=1
    pkgdesc="Unified Linux Driver for Samsung printers and scanners."
    arch=(i686 x86_64)
    url="http://www.samsung.com"
    license=('custom:samsung')
    depends=('libstdc++5' 'libtiff' 'cups' 'ghostscript' 'sane')
    conflicts=samsungmfp-configurator-qt4
    options=(!strip)
    source=("http://www.bchemnet.com/suldr/UnifiedLinuxDriver-${pkgver}.tar.gz"
    '99_smfpautoconf.rules' 'samsungUDC.desktop')
    sha1sums=('95de115a32399392cf3e50837c445f277cb3fdb6'
    '29ee51d7bcb2541967f34c36c72ac62ecc621a1e'
    'e2e337d2e22cab41071e5af585f04dcf9e779c7b')
    if [ "$CARCH" = "x86_64" ]; then
    CARCHCUSTOM="x86_64"
    LIBDIRCUSTOM="lib64"
    else
    CARCHCUSTOM="i386"
    LIBDIRCUSTOM="lib"
    fi
    build() {
    # mpf
    install -d "${pkgdir}/usr/lib"
    install -d "${pkgdir}/usr/bin"
    install -d "${pkgdir}/etc/udev/rules.d/"
    install -m 755 "${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_root/usr/${LIBDIRCUSTOM}/libmfp.so.1.0.1" \
    "${pkgdir}/usr/lib/libmfp.so.1.0.1"
    install -m 755 "${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_root/opt/smfp-common/${LIBDIRCUSTOM}/libnetsnmp.so.10.0.2" \
    "${pkgdir}/usr/lib/libnetsnmp.so.10.0.2"
    install -m 644 "${srcdir}/99_smfpautoconf.rules" "${pkgdir}/etc/udev/rules.d/99_smfpautoconf.rules"
    # cups
    install -d "${pkgdir}/usr/lib/cups/filter"
    install -d "${pkgdir}/usr/lib/cups/backend/"
    install -d "${pkgdir}/etc/cups/"
    install -d "${pkgdir}/usr/share/cups/model/samsung/cms"
    install -m 444 -t "${pkgdir}/usr/share/cups/model/samsung/cms/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/ppd/cms/*
    install -m 644 -t "${pkgdir}/usr/share/cups/model/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/ppd/*.ppd
    install -m 755 "${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_root/usr/${LIBDIRCUSTOM}/cups/backend/mfp" \
    "${pkgdir}/usr/lib/cups/backend/mfp"
    install -m 755 -t "${pkgdir}/usr/lib/cups/filter/" ${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_root/usr/${LIBDIRCUSTOM}/cups/filter/*
    install -m 755 "${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_root/usr/${LIBDIRCUSTOM}/cups/filter/smfpautoconf" \
    "${pkgdir}/usr/lib/cups/filter/smfpautoconf"
    install -m 644 -t "${pkgdir}/etc/cups/" ${srcdir}/cdroot/Linux/noarch/at_root/etc/cups/*
    # sane
    install -d "${pkgdir}/usr/lib/sane/"
    install -d "${pkgdir}/etc/sane.d/dll.d"
    install -m 644 "${srcdir}/cdroot/Linux/noarch/at_root/etc/sane.d/smfp.conf" "${pkgdir}/etc/sane.d/smfp.conf"
    install -m 755 "${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_root/usr/${LIBDIRCUSTOM}/sane/libsane-smfp.so.1.0.1" \
    "${pkgdir}/usr/lib/sane/libsane-smfp.so.1.0.1"
    install -d "${pkgdir}/opt/Samsung/mfp/bin/"
    install -m 755 "${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_opt/bin/netdiscovery" "${pkgdir}/opt/Samsung/mfp/bin/netdiscovery"
    install -d "${pkgdir}/usr/sbin/"
    install -m 755 "${srcdir}/cdroot/Linux/${CARCHCUSTOM}/at_root/usr/sbin/smfpd" "${pkgdir}/usr/sbin/smfpd"
    install -d "${pkgdir}/opt/Samsung/mfp/share/"
    install -m 644 "${srcdir}/cdroot/Linux/OEM.ini" "${pkgdir}/opt/Samsung/mfp/share/OEM.ini"
    #create symbolic links
    # mpf
    cd "${pkgdir}/usr/lib"
    ln -s ./libmfp.so.1.0.1 ./libmfp.so.1
    ln -s ./libmfp.so.1.0.1 ./libmfp.so
    cd "${pkgdir}/usr/lib/sane"
    ln -s ./libsane-smfp.so.1.0.1 ./libsane-smfp.so.1
    ln -s ./libsane-smfp.so.1 ./libsane-smfp.so
    echo "smfp" >> "${pkgdir}/etc/sane.d/dll.d/smfp"
    chmod 644 "${pkgdir}/etc/sane.d/dll.d/smfp"
    # samsungmfp-configurator-qt4
    install -d "${pkgdir}/opt/Samsung/mfp/bin/"
    install -d "${pkgdir}/opt/Samsung/mfp/lib/"
    install -d "${pkgdir}/opt/Samsung/mfp/share/"
    install -d "${pkgdir}/opt/Samsung/mfp/share/help/"
    install -d "${pkgdir}/opt/Samsung/mfp/share/images/"
    install -d "${pkgdir}/opt/Samsung/mfp/share/tr/"
    install -d "${pkgdir}/opt/Samsung/mfp/share/ui/"
    install -d "${pkgdir}/opt/Samsung/mfp/share/utils/"
    install -d "${pkgdir}/usr/share/applications/"
    install -m 755 -t "${pkgdir}/opt/Samsung/mfp/bin/" ${srcdir}/cdroot/Linux/${CARCHCUSTOM}/qt4/at_opt/bin/*
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/lib/" ${srcdir}/cdroot/Linux/${CARCHCUSTOM}/qt4/at_opt/lib/*
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/eula.htm
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/VERSION-Common_LINUX
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/VERSION-Common_LINUX_Script
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/VERSION-Printer_LINUX
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/VERSION-Printer_LINUX-Script
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/VERSION-Scanner_LINUX
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/VERSION-Scanner_LINUX-Script
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/help/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/help/*
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/images/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/images/*
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/utils/" ${srcdir}/cdroot/Linux/noarch/at_opt/share/utils/*
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/tr/" ${srcdir}/cdroot/Linux/noarch/qt4/at_opt/share/tr/*
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/share/ui/" ${srcdir}/cdroot/Linux/noarch/qt4/at_opt/share/ui/*
    install -m 644 "${startdir}/samsungUDC.desktop" "${pkgdir}/usr/share/applications/samsungUDC.desktop"
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/lib/" ${srcdir}/cdroot/Linux/${CARCHCUSTOM}/qt4/at_root/opt/smfp-common/${LIBDIRCUSTOM}/*
    echo "LD_LIBRARY_PATH=/opt/Samsung/mfp/lib/:$LD_LIBRARY_PATH /opt/Samsung/mfp/bin/Configurator" >> "${pkgdir}/usr/bin/SamsungConfigurator"
    chmod 555 "${pkgdir}/usr/bin/SamsungConfigurator"
    echo "LD_LIBRARY_PATH=/opt/Samsung/mfp/lib/:$LD_LIBRARY_PATH /opt/Samsung/mfp/bin/ImageManager" >> "${pkgdir}/usr/bin/SamsungImageManager"
    chmod 555 "${pkgdir}/usr/bin/SamsungImageManager"
    echo "LD_LIBRARY_PATH=/opt/Samsung/mfp/lib/:$LD_LIBRARY_PATH /opt/Samsung/mfp/bin/smfpscan" >> "${pkgdir}/usr/bin/smfpscan"
    chmod 555 "${pkgdir}/usr/bin/smfpscan"
    mkdir -p "${srcdir}/libtiff/"
    tar xzf "${srcdir}/cdroot/Linux/noarch/libtiff-3-${CARCHCUSTOM}.tar.gz" -C "${srcdir}/libtiff"
    install -m 644 -t "${pkgdir}/opt/Samsung/mfp/lib/" ${srcdir}/libtiff/usr/${LIBDIRCUSTOM}/*

  • Photoshop CS3 printing garbage characters on HP LaserJet 1300

    After installing CS3, Photoshop prints garbage characters on my HP LaserJet 1300.
    Yes, I have tried printing as ASCII, ASCII85, Binary and JPEG - nothing helps (plus the settings won't stick even after holding down Alt and clicking the Remember button).
    The only way to print right now is to choose Save as PDF in the print dialogue, open the PDF in Adobe Reader and print from there.
    Any ideas?

    tzw - I responded about this on another forum. I talked to technical support at Adobe about this exact issue about 2 months ago - can't print photoshop CS3 on any of my three HP printers. ( I have a HP1200, an HP 2550 and a HP photosmart 7660) (CS2 works fine) They worked with me for about an hour - called me back and worked some more, and then decided to send it up to the programmers (or engineers or whatever) The programmers called me and worked with me for another hour - trying different set-ups etc., but the conclusion by them was that this was a huge problem in that there were a lot of HP printers out there - that they were going to give this their top priority - and that there would be a fix for this soon. (I have yet to see a fix.)

  • HP OfficeJet 7310 Prints Garbage via D-Link

    I have an HP Officejet 7310xi All-in-One: The only way I can use all the functions and have it print correctly is having it directly connected to my computer. But when I connect it (USB) via my D-Link DPR 1260 wireless print server, which is wirelessly connected to my Airport Extreme, it prints garbage at the top of each page -- squishes everything up there, dropping lines.
    For example, in MS Word, if I have two tables separated by three lines, the tables print one after the other. If I have various graphics, they squish to the top. This happens with PDF documents also, opened via Adobe Reader or Adobe Acrobat. In addition, all the text in Excel spreadsheets cascades to the bottom roght of the cells, dropping text out of the cells.
    Finally, it allows hardly any of the HP multifunctionality it's supposed to come with.
    HP touts this as being a wireless-adaptable printer, so everything should work with my wireless setup. The D-Link is supposed to work with Macs also.
    My HP LaserJet 1300 works fine wirelessly with this setup.
    I have downloaded and installed all the latest HP drivers. Everything else is updated as well (latest Airport, D-Link etc.) I cycled everything, restarted everything, reset the printers, etc. etc. Spent at least 8 hours total on the phone wiht Apple, HP, and D-Link technicians.
    Does anyone have a fix for any of this?
    The one issue I've read that MAY be relevant relates to non-ASCII text messages being sent to the PS printers (an Adobe issue maybe?), but I can't find where to fix that with Word documents, if it's even the issue.
    I'm aware that there are problems with multifunction printers and Leopard, but I have the latest Tiger.
    Any help would be appreciated.

    Infinimac wrote:
    Finally, it allows hardly any of the HP multifunctionality it's supposed to come with.
    This is a limitation of using third party wireless print servers. Most multifunctions will only allow (simple) printing.
    HP touts this as being a wireless-adaptable printer, so everything should work with my wireless setup.
    I would expect this is the case IF you use the HP wireless adapter for your printer.
    The D-Link is supposed to work with Macs also.
    My HP LaserJet 1300 works fine wirelessly with this setup.
    This would be expected as it is just a printer.
    iFelix

  • Printing Garbage Characters

    When a particular user prints a certain PDF the first page, which appears to be a form, prints mostly weird characters with some numbers mixed.  If I log into the same machine under my login I can print it fine. My guess is that user has some setting set that is causing this issue.  Any thoughts?

    My issue wasn't just about the first page; most of my pages printed garbage, only a few printed fine.
    I started opening the PDF file in Preview and printing from that. I could add blank pages if I wanted a multi-page document to print some blank pages on the back of my 2-sided copies in Preview (Edit - Add blank page). This works great! I've spent months trying to figure this out. I'm running Mac 10.5.8 OS with an updated version of Reader (also printed garbage) and Acrobat Standard 7.0, which is old, but I need it to make one PDF from multiple PDFs.

  • HP3015 Printing Garbage Characters

    We have had 2 HP3015's that all of a sudden will start printing garbage like ASCII characters.  Tried reloading drivers.  If we put in HP601 machines instead, the machines function fine.  Hospital setting.

    My issue wasn't just about the first page; most of my pages printed garbage, only a few printed fine.
    I started opening the PDF file in Preview and printing from that. I could add blank pages if I wanted a multi-page document to print some blank pages on the back of my 2-sided copies in Preview (Edit - Add blank page). This works great! I've spent months trying to figure this out. I'm running Mac 10.5.8 OS with an updated version of Reader (also printed garbage) and Acrobat Standard 7.0, which is old, but I need it to make one PDF from multiple PDFs.

  • Bonjour Printer installs OK but prints garbage symbols

    I have installed Bonjour 1.0.4 on a fresh installation of Windows XP SP2. It installed fine and bonjour already had my printer in its list of drivers (HP DeskJet 815c), so set up was easy (I have my printer plugged into an airport express which my windows machine connects to over the LAN).
    My mother's iMac printed to the printer fine over the LAN.
    The Windows machine printed garbage instead of a nice simple A4 page of black & white. It prints garbage symbols, one or two lines a page and was going to go for many pages instead of just one.
    I never restarted after installing either Bonjour or the printer but I wasn't prompted to.
    Any suggestions on what I might do? Would the generic printer drivers be worth a go?

    Hi
    Try the drivers from the link below on the windows 8.1 unit
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4158&lc=en&cc=us&dlc=en&sw_lang=&product=4204...
    Hope this helps.
    ***** Click the KUDOS Thumbs UP (Like) on the left to say 'Thanks'*****
    ****Make it easier for other people to find solutions, by marking my answer “Accept as Solution”&"Kudos"if it solves your problem.****
    -VJ
    Although I am an HP Employee, I am speaking for myself and not for HP.

  • DJ 6940 prints garbage in mid-document

    I have a user with a DJ 6940 that suddenly will start printing garbage in the middle of a document. It used to do fine for the whole document. I've uninstalled and reinstalled the whole printer, but if anything it works worse. Any ideas aside from replacing the printer? It's connected to Windows XP via USB.

    We also have a similar problem printing to a Brother MFC-8860DN Laser on a small home network.
    On one Vista32 SP1 PC only, we are unable to correctly print PDF's to the Brother MFC-8860DN, but the same PC does print the same PDF correctly to a Lexmark C510 Colour Laser. This is the same with all PDF files (including ones that used to print correctly).
    The problem we are having is that it appears all the writing is printed using symbols and foreign characters and not standard English letters (looks something like a wingdings font). However all the formatting, table outlines and pictures print fine. Choosing print as image from the setup dialog produces the same results.
    This started about 2 months ago when we upgraded this PC to Acrobat Reader 8.2 (we have not done the others and they are still ok). We have since uninstalled both acrobat reader and the brother drivers, then re installed the latest versions of both of them.
    We have also tried rolling back to an earlier version of Acrobat reader.
    We have quite strong virus protection and have done scans with many packages and nothing has been found.
    I can send a scan of a printout if it would help anyone track down the issue.
    Regards,
    Peter.

  • Printer prints garbage

    I have my Photosmart c4180 All-in-One printer plugged into my Time Capsule. I have a wireless iMac, PC and Laptop and one wired PC all connected to it.
    The iMac prints fine but the PCs all print garbage. They FIND the printer but still print garbage.
    I have the HP drivers installed on each PC but it does not help.
    Also, the scanner does not work now that it's plugged into the Time Capsule. I'm assuming thats normal, but if not, add THAT to my problems.
    iMac running Leopard 10.5

    I had to physically plug the printer INTO the XP PC for it to install the remainder of the drivers before unplugging it and plugging it into the Time Capsule.
    And apparently HP doesn't make their scanners to work over a network (at least they don't have any patches so it'll work)

  • I recently upgraded to Reader X, using XP SP3, but it prints garbage

    I have two printers, an HP j4580 (default) and a Brother mfc-7420 (now gives poor quality after a number of years of satisfactory use).  I can usually print a single page PDF but if there are multiple pages, some or all of them print garbage.  I have tried unloading and reloading the software without success.  I have seen tips for similar issues but none of them address my set-up, for example the j4580 properties does not have a function allowing or not allowing the printer to choose fonts.  I have also tried downloading files to disk before printing but this does not make any difference.  I have read that versions of Reader prior to X are wide open to malware attack and although I preferred Reader 9 I am not happy about going back to it for this reason.  HELP!

    In total desperation I went back to 9.4.5 today after reader X gave me complete garbage on a ONE-PAGE document in very simple text only!!
    I am still concerned that 9 does not have the answer to hostile hacking and nobody has put my mind at rest about that but I simply have to have a version which actually works and I don't trust smaller companies to have the answer if Adobe doesn't (call me naive).

  • LP print Server Prints garbage via Samba

    Hi,
    I have configured a print server that prints just fine when used by a Solaris host. Samba does not print at all using a pcl driver and prints garbage with a PS driver. The server is Solaris 10 Update 5. Samba is 3.X. I used this command to get one of the printers working on unix:
    lpadmin -p myprinter -v /dev/null -m netstandard_foomatic -o protocol=bsd,dest=myprinter1:9100 -o banner=never -n /etc/lp/model/ppd/system/HP_LaserJet_4250.ppd
    If I chop the command down to just:
    lpadmin -p myprinter -v /dev/null -m netstandard -o protocol=bsd,dest=myprinter1:9100 -o banner=never
    It will print jobs from unix/samba clients. From what I can tell Samba likes raw devices and the ppd file I use is a Postscript file. The reason i need the ppd is so that the printer can do some useful things like double sided printing and 2 pages per sheet.
    Any help is appreciated.

    Infinimac wrote:
    Finally, it allows hardly any of the HP multifunctionality it's supposed to come with.
    This is a limitation of using third party wireless print servers. Most multifunctions will only allow (simple) printing.
    HP touts this as being a wireless-adaptable printer, so everything should work with my wireless setup.
    I would expect this is the case IF you use the HP wireless adapter for your printer.
    The D-Link is supposed to work with Macs also.
    My HP LaserJet 1300 works fine wirelessly with this setup.
    This would be expected as it is just a printer.
    iFelix

  • [SOLVED] Printer prints garbage text - Error with pstoraster

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

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

  • I have a HP laserjet P2055dn and every 4th or 5th page prints garbage. Any ideas why?

    It doesn't matter which program I am in it still prints garbage every 4th or 5th page.

    Hi hood_winked, 
    This is a commercial line product. For the best answer to your questions you will need to repost your question to the following links. 
    http://h30499.www3.hp.com/t5/Business-Support-Foru​ms/ct-p/business-support 
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-​p/bsc-413 
    I am an 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"

  • HP UPD 5.3 - some clients print garbage

    Server: Windows 2008 R2 SP1.
    Clients: XP SP3.
    Yesterday I upgraded from HP UPD PS 5.2.6.9321 to 5.3.1.10527.  This morning I find out that tons of users are now printing "garbage".  This garbage is actually raw PostScript code from all types of applications.  The kicker to this problem
    is that it appears to be PC and/or user based.  For example, WorkstationA prints out garbage but WorkstationB prints just fine -- they both are using the same queue on the print server.  Deleting all HP printers from the client and
    re-installing from the print server does not fix it.  If I change the print driver on the print server for the problem queue from HP Universal Printing PS (v5.3) to HP Universal Printing PS (v5.2), then the XP clients can print just fine again.
    I've contacted HP and found out that other clients are reporting this problem too.  Awesome.
    While I wait for HP to investigate/resolve the problem, what would cause some XP clients to print raw postscript while others work fine?

    Dear Customer,
    Thank you for posting here!
    After reading your post, I still have a few questions not very clear. Please let me know some information as below:
    1. Please capture a screenshot and send it to the me([email protected]).
    I appreciate your time and cooperation. If anything is unclear, please feel free to let me know. I am looking forward to hearing from you.
    如果您对我们的论坛在线支持服务有任何的意见或建议,请通过邮件告诉我们。
    立刻免费下载 
    TechNet
    论坛好帮手
    Tom Zhang – MSFT

  • Why does my printer sometimes print garbage when I am printing from Firefox?

    All-in-One HP deskjet HP3050 J610 Series.  When printing pages from Firefox browser, my printer occassionally prints garbage.

    Hi
    Please check the below document and see if this helps
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01954177&cc=ad&dlc=en&lc=en&jumpid=reg_r1002_us...
    Garbled charates can be because of the communication issue. So try a different USB cable (new version)
    Please revert for more clarification.
    Regards
    Mugu
    ---- If my answer was helpful please click the "Kudos" star.
    If your problem is solved please click the "Accept as Solution" button ---->
    Though I work for HP the post are of my own

Maybe you are looking for

  • Not able to edit editable regions in contribute CS5

    Hi there, i got a question i need to ask according to the helpdesk i just spoke to. I've downloaded the Contribute CS5 trial yesterday and i wanted to show my costumer how to edit pages and create new ones. I've made the connection to the website and

  • PL/SQL Function to convert fields & set max length

    I am having a problem with the following assignment: Write a stored PL-SQL function called namefct that will convert two varchar2 fields (first and last names) into the format: lastname, firstname with a maximum length of 10 chars. If the combined si

  • Subcontract PO Item with Vendor Consignment

    Hi, We want to issue vendor consignment stock when processing subcontract PO. But we found that we need to identify the stock when issuing the stock with seperate operation. Is there any method to make it simpler? regards, Steven

  • Reservation of material for customer

    Hey guys, We have requirement to reserve stock against perticular customer which no other customer can access. How can i do in SAP ? Regards Rajesh

  • Exp/imp and storage clause

    Is it possible to make an export of the database with the exp tool, but without the storage clause for tables and indexes? My develop database is 2GB big, and when i make an export without data and import it in a clean production environment without