Samsung laser suddenly printing garbage

I've been using a Samsung ML 2250 successfully for a couple of years with my Imac with the Gutenprint drivers. But suddenly, perhaps after my last software update, it began to print garbage on page after page after page. The first page starts out "%1PS-Adobe-3.0"
Is this related to an update of my OS? I've reset the printer system, reinstalled, but same problem.
Any suggestions?

Partial success--this thread helped: (Thanks to Matt Broughton)
http://discussions.apple.com/message.jspa?messageID=3442464
I installed the HPJIS driver found at http://www.linuxfoundation.org/en/OpenPrinting/MacOSX/hpijs.
It doesn't support the ML 2250 but it does support the ML 2150. I installed it as that and it printed a page correctly.
I'm still not sure what happened to the Gutenprint driver...

Similar Messages

  • Samsung Laser & AE printing

    I can print fine if I connect my Samsung laser directly to my Macbook. If I attempt to print via the AE using Bonjour, I get "Device in use, waiting..." from the printer. No one else is using the printer and I can't seem to get past this point. I've already deleted and reinstalled the printer drivers.
    Any help would be greatly appreciated.

    System Preferences --> Printer/Faxes --> Add new printer. I selected IP. Under the IP settings, I chose Jetdirect Socket from the dropdown, entered the IP address of the AE on our network, named the printer and selected the driver from the dropdown list.
    The driver in the dropdown list didn't have the printer name in front of it, just the model.
    Hope this works for you.

  • [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}/*

  • Samsung laser printer can't print via Airport

    I can no longer get my Samsung laser printer (ML-1210) to print via my Airport Extreme Base Station network. All I get is the Printer Center telling me that it can't find the printer. Prior to OS X 10.4.4 and Airport Firmware update 5.7 no problems, after OS X 10.4.4 and Airport Firmware update 5.7 some types of documents (.pdf) would print sometime and some types (.rtd) wouldn't print at all. After OS X 10.4.5 nothing prints.
    So far a direct USB connection seems to print OK, as far as regular text files (Rich, and Plain) are concerned.

    I tried so many things I'm dizzy. Nothing done to the computer, not even clean installing OS 10.4 on an external HD and booting from that worked. What seems to have finally worked (????) was reverting the AEBS Firmware version down to version 5.5.1.
    Since I print so infrequently I'm not going to say it's all OK until I do some more testing/printing.
    In the mean time if anyone can give me an specific idea why this conflict may be happening and what else I can do to fix it without running my AEBS with older Firmware I would be grateful.
    The latest driver for Samaung ML-1210 is a couple of years old and I think it is a proprietary code (not something standard like PostScript).
    I'm not sure if it's only the AEBS Firmware or a combination of conflicts between the "OS Version-Printer Driver-AEBS Firmware".
    Thanks.

  • 20" Intel iMac and Samsung Laser Printer

    I ordered my new 20" Intel iMac last Saturday, the 14th. From day one, it said estimated ship was Jan. 24th. Yesterday I checked the status and it still said the 24th, but it also said estimated delivery for Jan. 31st. I was sad because when i ordered it, it said estimated ship 3-5 business days. Jan. 24th would be longer than that. So I checked my e-mail this morning, and lo and behold, I have an e-mail from Apple saying my new computer shipped out this morning, making it 5 business days since I ordered it (4 if they considered Monday a holiday). I just wanted to reassure others that the ship date may not be as late as it's estimated.
    My question is this... I have a Samsung laser printer (the ML-1740) hooked up to my fiance's Windows XP machine. My Sony Vaio desktop (which I'm giving to my mom) can see the printer just fine. It prints just as if it was hooked up to it. My Powerbook however, cannot see the Samsung printer over the network. I'm a nursing student and print out tons of text only stuff, so I really need to use the laser printer with my new Mac. I've see a lot of different discussions on Mac drivers for this particular model, but I haven't tried any of them on my Powerbook, and I'm curious as to whether or not any of them would even work with the new Intel Mac. My other question is whether or not there is any way I can get my iMac to see the printer on the Windows. I don't necessarily have to install drivers on the Mac if I don't need to. I just need a solution to make it work. If I have to install something, that's fine. If I can just make it print over the network, that's great too. I don't ever use any of the settings the Samsung software provides, so just basic printing is fine. I just don't want to have to e-mail all my documents to myself and then go to the Windows machine to have to print. I apologize if any of this is confusing. What are some of the things I can try to make this work? Or can someone point me in another direction to get the answers. I was stupid in not realizing that the printer didn't support Mac OS X when I bought it, even though I already have one Mac. Thanks so much! I love these forums!

    My shipping was the same way, maybe they had a supply shortage of RAM or just a long queue of computers waiting for upgrades and not enough people to perform them. Mine shipped today with an estimate of for the 25th.
    I have looked around on Apples site and couldn't find anything about supported printers. You will have to install some form of driver on the Mac. You will have to make sure the PC has it shared correctly. Read about printer sharing in the windows help files. I don't know any more off hand.

  • Samsung laser printer software updater gone haywire?

    I upgraded to Mountain Lion several months ago.  I've had the same Samsung ML-2850 printer attached to my system for over 2 years.  All of a sudden about a week ago, through nothing I've done, I get a window popping up randomly asking if I want to update the ML-2850 software.  If I click "yes" it says there's no software available (which is correct, per the Samsung support web site).  If I click "not now" it goes away, only to pop back up randomly several times a day.
    I've been in Software Updater and can't find any way to stop this.  I've been to the Samsung web site, and I have (and have had) the latest driver for well over a year.
    How do I get it to stop this new and very irritating habit??
    Tks!
    B

    Thanks for the link.  Here's the part of the thread that helped me...
    What worked for me was telling it which printer to print to on that server by, instead of clicking the IP item to add the printer:
    1. On the Mac, when Adding a Printer in System Prefs, right click on the toolbar, selectCustomize Toolbar..., and add the 'Advanced' item (looks like a gear)
    2. Now, when adding a printer, select that Advanced item (looks like a gear). Select from the drop down 'LPD/LPR Host or Printer', and URL: islpd://(ip address of your printer)/(name of printer) So for example, if your shared printer's name is RW-240 you would use lpd://10.0.1.1/RW-240 using the specific IP of your PC and printer name. Then select your Driver as usual and add.

  • 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.

  • 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.

  • Suddenly prints images in reverse or negative or polarized

    I've never witnessed an issue like this before. Suddenly my machine is printing graphics with colors inverted, like a photo negative. It doesn't always happen, which is blowing my mind.
    If I open an image in Preview.app and print, it prints in reverse. If I open, say, this url the "Inc" logo prints in reverse, but text is black on white. If I print some other Web page, it prints normally.
    Has anyone else ever experienced something like this? This is near impossible to troubleshoot. I've removed and re-added the printer and that didn't work.
    It's an HP LaserJet 1020 on Snow Leopard.
    I've tried the same printer with a different machine, prints correctly. I've tried swapping printers, and the afflicted machine still prints in reverse. I've restarted my machine. I've applied all software updates. I've tried printing from Acrobat Pro instead of preview, same problem.
    Again, it used to work flawlessly, now this madness.
    Has anyone else witnessed this behavior? I feel ill.

    Pahu, thanks for taking the time to reply. Next time you're in Denver, Coloardo, USA, contact me and I'll buy you a beer.
    I too realized it may be a ColorSync related issue. However, in the print dialog, under "Color Matching" the option ColorSync was selected and the "Vendor Matching" option was disabled. This was with my new Samsung ML-2525W printer. I then chose to "Reset printing system..." per the KB article you mentioned.
    However, after resetting the printing system and re-adding the printer, the troublesome images would still print incorrectly. But you mentioned the gutenprint driver, which got me thinking, perhaps if using the Gutenprint driver I might be able to select the "Vendor Matching" color profile.
    I changed the driver to the Samsung ML-2550 Gutenprint driver, checked the color options and saw that "Vendor Matching" was selected by default, and tried printing. The printer output is now correct!
    Thanks for your time and for sharing your ideas.

  • [SOLVED] CUPS doesn't detect USB Samsung ML-2010 printer

    Hi. I only speak a little English. Sorry for that.
    I have got an USB Samsung ML-2010 printer. Before I used cups-usblp from AUR, and it worked. But it doesn't work now. The cups-usblp maintainer suggests to use cups instead of cups-usblp. Searching with google, it appears that other people don't have problems with this printer, cups, and archlinux. But I do. Cups' web interface doesn't detect it.
    Well, this is how are the things now:
    $ lsusb | grep Samsung
    Bus 002 Device 004: ID 04e8:326c Samsung Electronics Co., Ltd ML-2010P Mono Laser Printer
    $ ls -l /dev/bus/usb/002/004
    crw-rw-r-- 1 root lp 189, 131 mar  4 09:56 /dev/bus/usb/002/004
    $ grep usb /lib/udev/rules.d/50-udev-default.rules
    # 'libusb' device nodes
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", MODE="0664"
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", IMPORT{builtin}="usb_id"
    SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", GROUP="lp"
    $ sudo grep SystemGroup /etc/cups/cupsd.conf
    SystemGroup sys root lp
    $ groups
    lp wheel games video audio optical storage scanner power users
    $ cat /etc/modprobe.d/blacklist.conf
    blacklist usblp
    $ lsmod | grep usblp
    (no output)
    $ cat /etc/udev/rules.d/10-cups_device_link.rules
    KERNEL=="lp[0-9]", SYMLINK+="%k", GROUP="lp"
    $ cat /etc/udev/rules.d/10-usbprinter.rules
    ATTR{idVendor}=="04e8", ATTR{idProduct}=="326c", MODE:="0660", GROUP:="lp"
    $ rc.d status cupsd
    :: Checking cupsd status                                                                                                   [STARTED]
    $ pacman -Q cups ghostscript gsfonts gutenprint foomatic-db foomatic-db-engine foomatic-db-nonfree foomatic-filters splix
    cups 1.5.2-1
    ghostscript 9.05-1
    gsfonts 1.0.7pre44-3
    gutenprint 5.2.7-3
    foomatic-db 1:4.0.7_20110707-1
    foomatic-db-engine 1:4.0.7_20110707-1
    foomatic-db-nonfree 1:4.0.7_20110707-1
    foomatic-filters 1:4.0.7_20110707-1
    splix 2.0.0-11
    I open http://localhost:631 in my browser, click "add new printer" and I get just "Serial printer #1"
    at "local printers". There isn't my printer. I use KDE, and KDE's tool for adding printers doesn's detect it either.
    I miss archlinux, but I need to print.
    What may be wrong? What may be I am missing?
    Thanks a lot for your comments and help.
    Last edited by felihommen (2012-03-04 20:33:39)

    Solved!
    Restarting cupsd didn't work.
    But reinstalling cups...
    $ sudo pacman -Rdc cups (it is a dependency of kdeadmin-system-config-printer-kde which I had installed)
    $ sudo rm -r /etc/cups/*
    I realize cupsd is already running:
    $ ps aux | grep cupsd
    root      1549  0.0  0.1  75548  4080 ?        Ss   21:04   0:00 cupsd -C /etc/cups/cupsd.conf
    felipe    1690  0.0  0.0   8416  1028 pts/1    S+   21:13   0:00 grep cups
    I kill it
    $ sudo -SIGKILL 1549
    $ ps aux | grep cupsd
    felipe    1694  0.0  0.0   8416  1024 pts/1    S+   21:13   0:00 grep cups
    Ok. Reinstall cups
    $ sudo pacman -S cups
    Start cups daemon:
    $ sudo rc.d start cupsd
    Open firefox. Go to web interface, bla, bla, bla.... And it's there!
    I feel really silly. It was a fresh install, so I didn't think about reinstalling.
    Printed some jobs and worked perfectly. I used the gutenprint driver.
    Thanks a lot, pyther.  I thought yours wasn't a very useful suggestion, but it really was. I'm so happy. I owe you.

  • 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.)

  • How do I make my workhorse Samsung ML-1740 printer work with Yosemite 10.10.3?

    How do I make my workhorse Samsung ML-1740 printer work with Yosemite 10.10.3?

    Are any other Samsung printers affected? Or is this a specific ML-1915 problem?
    (I still can print on a shared ML-1640 printer at home.)
    I hope Apple is also reading these forums: As said before: This started with the OS X update!
    Then in between there were Samsung printer updates issued by Apple via the softwareupdated function.
    They also didn´t solve the problem.
    I also tried removing the printer and adding/setting it up again. (as suggested in the Apple support pages).
    Even installing the original driver that came on CD. That didn´t help either.
    Logic still tells me that this is an Apple / OS X caused problem. Please fix it!!!
    I have no intention to buy a new printer just because Apple might have messed up with their updates.
    The printer was working perfectly fine and it just got a fresh toner.

  • 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

  • How do I get my Samsung tablet to print invoices and shipping information

    How do I get my Samsung tablet to print invoices and or shipping labels . Have HP loaded will not print.

    Hi,
    Depending on your printer actually, please use the Google Play/Store search for HP All-In-One Printer Remote or HP ePrint and install on your tablet.
    Hope this helps.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How do I set up my phone to send a file to print from my iphone 5 to my Samsung CLX-4195FW printer?

    How do I set up my phone to send a file to print from my iphone 5 to my Samsung CLX-4195FW printer?

    Read the printer manual.

Maybe you are looking for

  • PDF Output: Why is "PDF Review" styled different than "Generate PDF"?

    I am new to RH.  I have imported a folder of HTML files (used in an Eclipse Help plugin) into RH9 for HTML as a project. My goal is to produce a PDF document. When I generate a PDF from Printed Documentation in the Single Source Layouts pad, many sty

  • Manual for G3 IMac clamshell Graphite 466

    I just bought a clamshell Graphite 466 off of ebay and know nothing about these computers, but have owned many Mac's. Can anyone tell me where I might find a manual for this computer? I know I need to purchase an airport card for it and will need som

  • FYI: R.I.P. MobileMe

    The 'grace period' for downloading from the iDisk and migrating the account has now ended: any files still on MobileMe have been deleted and migration is no longer possible.

  • Can the Battery Charger LC-E5 for EOS 500d be used in Asia? If not, what's an option?

    Am worried my Battery Charger LC-E5 for EOS 500d may not work with power sources in Asia. Can I safely plug it into wall sockets in Thailand to charge a bsttery? If not, what's an option?  many thanks, ec Solved! Go to Solution.

  • Quantity Reservation in 2 steps

    Hello, There are 2 storage locations separated by some considerable distance. One storage location creates a reservation against the 2nd one. The 2nd one does not have stock and so it creates a PO. Now, upon receipt, the 2nd storage location wants to