[SOLVED] Samsung SCX-4600 multifunction scanner

Hi everyone,
anybody could make this (or a similiar) scanner work under Arch? I've tried almost everything following previous messages here and there (ubuntu) but no luck, always the same bad result: sane-find-scanned detects my scanner model (installed last sane-dev from AUR) but "scanimage -L" never finds a single thing...
Any help is greatly appreciated...
UPDATE: Ok, finally is working, here are the steps performed, may can be helpful for someone else (soon may be I'll update the package to do this automatically, I asume that sane is already installed:
Download  Samsung Linux Unified Driver, untar
Copy cdroot/Linux/<my-arch>/at_root/usr/lib<my-arch>/libmfp.so.1.0.1 to /usr/lib and cdroot/Linux/<my-arch>/at_root/usr/lib<my-arch>/libsane-smfp.so.1.0.1 to /usr/lib/sane
Symlink both libraries in their own directory as <lib>.so and <lib>.so.1
Copy cdroot/Linux/noarch/at_root/etc/sane.d/smfp.conf to /etc/sane.d, add the word smfp as a last line of /etc/sane.d/dll.conf
Install libstdc++5
Edit /lib/udev/rules.d/53-sane.rules and add an entry for the printer, then restart, near the other Samsung printers is a good place:
# Samsung SCX-4600 (single line)
ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="3433", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
At this point, the scanner should appear with "scanimage -L" (as root), to make it work for every user add them to the lp group, you can ignore the scanner group
Lesson learned remembered: ldd is your friend
Last edited by RkG (2010-10-29 20:59:31)

Hi,
Thanks for the above link.
My issue is that I can't get anything to physically print. My Macbook can find the printer, it seems to send data to it ok, even the printer itself says that its receiving data and sounds like its warming up to start printing - but then it just stops and lists the job as completed, even though nothing has actually been printed. I also can't see where the ScanThru scanning software.
I can print/scan fine from my old PC laptop - how do I get this to work on my Mac?
Thanks (from an inexperienced Mac user)

Similar Messages

  • How to install samsung scx-4200 printer/scanner on Mac OS x 10.9.2?

    How to install samsung scx-4200 printer/scanner on Mac OS x 10.9.2? Several attempts with various downloads from Apple and Samsung sites have failed. Any help is higkly appreciated. Thanks in advance!

    Thias is what I find in system information:
    Samsung Scanner:
      Version:          2.01.12
      Erhalten von:          Apple
      Zuletzt geändert:          10.04.14 21:20
      Art:          Universal
      64-Bit (Intel):          Ja
      Signiert von:          Software Signing, Apple Code Signing Certification Authority, Apple Root CA
      Ort:          /Library/Image Capture/Devices/Samsung Scanner.app
      Informationen:          Copyright (C) 2013 Samsung Electronics Co., Ltd.

  • How to install samsung scx-4200 printer/scanner on yosemite?

    How to install samsung scx-4200 printer/scanner on yosemite?
    iam not able to install the drivers for samsung scx-4200 printer/scanner
    is there any method for wifi print from my mac air to samsung scx-4200 printer/scanner

    Try SpliX, it works ok.

  • Printing Problems with Samsung SCX-4600

    When I try to print from r.0 Beta 12 to my Samsung SCX-4600 printer I get very long printouts with lots of space between each character. The result is unreadable. Any suggestions? Thanks.

    Caused by a Bug in 4.0b12. It is fixed in the 4.0RC version which should be released this week.

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

  • [Solved] Samsung SCX-4300 Printer Problem

    Hi everyone. I installed Arch Linux today. Everything is fine except printer. I am using Samsung SCX-4300 printer and scanner. Scanner works fine but CUPS doesn't see the printer. I can't see anything on CUPS web interface's Local Printers area. Here is a screenshot.
    I can see my printer in lsusb command:
    Bus 002 Device 004: ID 062a:0201 Creative Labs Defender Office Keyboard (K7310) S Zodiak KM-9010
    Bus 002 Device 003: ID 04e8:342e Samsung Electronics Co., Ltd
    Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
    Bus 001 Device 003: ID 046d:08d7 Logitech, Inc. QuickCam Communicate STX
    Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    So why I can not see my printer and how can I fix that?
    Last edited by DoGuKaN (2013-07-30 20:13:21)

    I have a very similar printer (SCX-4500W) and found that I was able to get it working as a printer but that I could not get both print and scan functions to work at the same time.
    In order to get the printer going I had to add a file to /etc/udev/rules.d/71-scx4500w.rules with the content as a single line:
    ATTR{idVendor}=="04e8", ATTR{idProduct}=="342b", MODE:="0664", GROUP:="lp", ENV{libsane_matched}:="yes"
    You will need to change the idVendor and idProduct in the line above to match that for your own printer from the lsusb command instead of those above for the SCX-4500W.
    I would also suggest that you use the splix drivers package - i.e. make sure that the splix package is installed with:
    # pacman -S splix
    Then when you add the printer select the splix drivers which will work with that printer (you should check the splix support page to check your printer is supported but I am pretty sure it is)
    Once that is done then you need to start the cups.socket daemon with the following command as root (exclude the # which is the prompt)
    # systemctl start cups.socket
    and if it then works, and allows you to add the printer,  then you also need to "enable" the same daemon so that it starts after the next boot as well:
    # systemctl enable cups.socket
    One other thing is that if you want your printer to be discoverable as a cups remote printer on your local network you will need avahi-daemon running on the server to which the printer is attached, as well as on any machine which needs to see it - check the arch wiki on how to set that up if you need it.
    I hope this helps.

  • Samsung SCX-4521f scanner only occasionally found under Mac OS X 10.6.5

    I have a Samsung SCX-4521f Printer/scanner combination (detail here: http://samsung.de/de/Privatkunden/Buero/DruckerMFP/LaserMFP/SCX-4521F/SCX-4521FR XEG/detail.aspx?atab=features).
    Since 10.6.5 the scanner only shows up occasionally under "Digital Images" or "Digitale Bilder" as the solftware is called in the german OS X localization. I can't figure a pattern but sometimes I have to fuddle with it for about 30 Minutes to get this thing to show up. Then it works for a while and the next day it's gone again. Printer is fine but the scanner often just doesn't appear at all.
    Any other experiences with this printer? Is this only my machine or a general issue with OS X 10.6.5?

    That's what I thought. So now at least we know, it's not a hardware defect but a common issue caused by outdated software. Teorema, did you talk to Samsung about this? What did they respond?
    I called them and they say they are not going to provide new drivers, since Apple "broke" the working drivers with constantly changing the printing apis in Mac OS X.
    I, of course, see this differently. Since I payed for their hardware - printer manufacturers are in the tight spot to do the move and update their old drivers. It can't be that hard. But it's just what they want: they want the customer to throw away their old printer and buy a new one. That's how economy works nowadays - trashing perfectly functional things and replacing them with new (sometimes even worse) products. But looking at this globally I can't agree and am not willing to take this from Samsung / HP or any other printer manufacturer.
    So I'd love to hear what Samsung is telling you, when you call them, Tearema.

  • 10.6.2 update breaks Shared Scanning (Samsung SCX-4500)

    Since installing 10.6.2 on both Mac Mini and MacBook Pro, I can no longer use Shared Scanning.
    Setup:
    Mac Mini Core Duo running 10.6.2 sharing Samsung SCX-4500 multifunction device.
    MacBook Pro 3,1 running 10.6.2 running Image Capture as a client of the Mac Mini and its shared scanner.
    Scanning on the Mini itself works fine. Shared Scanning from the MacBook Pro appears to work: The scanner is listed in Image Capture's Shared section, the item to be scanned is correctly shown in the Overview scan, but when starting the scan proper, Image Capture quits without an error and the Samsung scanner disappears from the Shared list in Image Capture.
    Also after this event, Image Capture on the Mini is unable to see the scanner either until after a restart.
    Can anyone else reproduce this, with a Samsung device or another scanner?

    Hi Simon,
    I'm noticing something similar too. Mini Server running 10.6.2 sharing an Epson 10000XL scanner. Just got it today, so I have not extensively tested it, but this is what I've noticed so far:
    Every once in a while the scanner just seems to disappear from the scanner sharing box in Sharing Pref Pane on the server. Both server and clients stop seeing it entirely. The only way to get it back seems to be to log out and back into the server. Doing that is at least better than restarting as you have been doing. I do it via screen sharing on one of the clients; not so bad, but it's obviously kind of a pain when all you want to do is scan.
    One thing seems to have helped it be available for a few hours now without too much trouble - NOT trying to scan straight from the server via screen sharing. Just stick to the clients. Not promising that'll help, but it seems to be working now...
    One thing that did seem to cause this to happen once was disconnection the server's file shares from the client before trying to scan. Maybe that disrupts the network in just the right way to make the scanner disappear?
    But my biggest suspicion right now is that trying top scan from more than one source, whether it be 2 different clients or server + clients does something.
    These are just guesses for now, but I'm hoping to find some consistency so it's manageable at least.
    I'll post back whatever else I find,
    W

  • Samsung SCX-4200 Scanning Problem

    I have a Samsung SCX-4200 Printer/Scanner. I can print to it, but I can't my computer to recognize it as scanner. It used to work in Leopard, but now doesn't work in Snow Leopard.

    I have managed to find a solution to scanning via my Samsung SCX-4826 multifunction. I plugged it in via usb directly to my Mac Pro, installed the printer and scan-thru software and expected it to just work. Printing worked the first time, however the scanning was tough. This is not the cleanest solution, but it works just fine for me. So I installed Acrobat Pro and use the Create PDF From Scanner command under File and it finds the scanner. Then it pops up the Samsung software and scans right into Acrobat. In order to scan another document, I need to quit Acrobat and restart the application for it to recognize the scanner again. If this is how it needs to work, fine with me.

  • Scanner samsung scx-4300 does not work after software update v 2.3

    hi everybody,
    i just noticed that after i run software update on my mac mini and install samsung printer software update v2.3
    I'm no longer able to scan from my Samsung SCX-4300
    on macbook pro i noticed the software update has not been installed, and i can still scan without any problem
    is there a way to uninstall the software update?
    thanks.

    What's the correct way to uninstall SamsungPrinterSoftwareUpdate v.2.3
    If  I delete the following:
    - Samsung folder in /Libraries/Printers/
    - Samsung Scanner.app in /Library/Image Capture/Devices
    Will it remove samsung driver for printer and scanner?
    If yes, then I can reinstall SamsungPrinterSoftwareUpdate v2.2 (found in on the internet from google search)
    note: confirmed the problem is with SamsungPrinterSoftwareUpdate v2.3

  • Scanner driver samsung scx 4521f / How can I can with a SCX 4521f and Mountain Lion?

    Hi Gents,
    I have a Samsung SCX-4521f Scanner / Printer and downloaded a few days ago the printer driver, however it seems that the scanner doesn't work. Or if yes, could someone tell me how?
    Is there a driver somewhere that allow to scan with my Samsung or do I have to buy another printer/scanner (would like to avoid if possible)?
    Thanx for any help,
    RG

    ...little precision on the above just to make sure: I'm using Mountain Lion 10.8.1. ...

  • Samsung SCX 4500 and Airport Express incompatibility?

    Hi,
    I have bought the Samsung SCX 4500 printer two days ago...
    Since then I tried out to get the printer working properly with my Airport Express.
    Before I had a Canon IP 5300 and everything worked out great - no problems with printing.
    But so far I have only made the SCX 4500 print once with the Airport Express and this
    was right after I connected it via Bonjour to my Airport Express Printer Sharing...
    Afterwards the printer refused to print anything more.
    A scanner is part of the multifunction printer as well - the scanning is only support if you connect the printer via usb cable to the computer.
    But at least this fairly "handsome" printer should print wirelessly...
    If you have any suggestions how I can solve the problem, let me know...
    Cheers, Felix
    Mac OS 10.5.5 installed on a Macbook Pro 2.Gen.
    Installed all the newest software from the following Samsung Support site:
    http://www.samsung.com/at/support/download/supportDown.do?group=Drucker%20%26amp %3Bamp%3B%20Multifunktionsger%3Fte&type=Drucker%20%26amp%3Bamp%3B%20Multifunktio nsger%C3%A4te&subtype=Laser%20MFP&modelnm=SCX-4500W%2FSEE&disp_nm=SCX-4500W&language=&cate_type=all&dType=D&mType=DR&vT ype=L&prd_iacd=06010300
    Airport Express Firmware: 6.3

    For me this solution always worked for my Samsung SCX-4500 printer:
    1) renaming the printer in AirportExpress (AE) to "samsung" (important: spaces in the name seems to cause the problem - so do not ever use spaces in AEutility in name for the printer!)
    2) adding the printer through CUPS like described here (using HP Jet Direct Socket): http://osr600doc.sco.com/en/PR_gimpprint/x456.html
    HINT: when CUPS is asking for socket during the setup wizard use the following:
    socket://((ip-of-your-airport-express-here)):9100
    For example with my own AE IP, where printer is attached over USB:
    socket://192.168.178.25:9100
    3) that's it - printing should work now!
    If you still have any problems simply reboot AE to factory defaults, reconfigure it and go to the above steps. Good luck!
    Thoka -Germany-

  • Problem Scanning from Samsung SCX-4623FN, using MacBook Pro with OS X 10.10.3 and Acrobat Pro 11.0.10

    My Problems:
    1. Scannersoftware stopps at the end of Scanning, showing the preview but not finishing the scan.
    Only thing to choose: close the program and try again. Same result.
    I can't change to "Scan from ADF".
    2. The SCX-4623FN is able to scan both sides automatically from ADF, but the button to select "scan both sides" is grey and not able to activate.
    3. I don't find other software offered by Samsung, Apple or Adobe for scanning.
    Mostly I need to scan black-white-Text, OCR, 600 dpi, small file-size.
    I don't know what to do. Anyone some Ideas?
    Thanks in forward.
    Greetings.

    Hi,
    1. To change the scan mode to ADF, you can change it on MAC under the Scan-Modus dropdown in ICA Window (Second window in snapshot)
    2. I think you are able to scan both sides automatically using Samsung SCX scanner as the scanner is a duplex scanner. Currently Acrobat automatically scans only front side for simplex scanner and scans both sides for duplex scanner and the option for scan sides is disabled for ICA
    In case your scanner stops scanning in flatbed mode, please try to scan with the system scanner to see if it is not due to scanning at a very high DPI
    I think this solves your problems.

  • HT2693 My iPhone & iPad can't recognize my airprint compatible printer. My printer: Samsung SCX-3405 HW. Any one help me??

    My printer is Samsung SCX-3405 HW that is airprint compatible.
    But my iPhone &amp; iPad can not recognize it.!
    Help me please. What's wrong?!
    Thank you

    I've just installed this printer and enabled - everything is working on airprint with my iPad2, iPad Air, Macbook and Mac Mini.
    The trick was to connect to the printer's wireless network directly (the direct connect box must be clicked when you're setting up with a USB connection) first.  The next time I tried to find the airprint printer, it was there. 
    There is a password associated to the printer's direct connect network as well (setup utility gives you this).  I'm guessing that once it's in the keychain for the device, it can find it and connect to it. 
    Anyway - this should solve the mystery.  It's all installed and working.  I didn't have to do a firmware upgrade (not available except as a windows.exe file), but I did install the latest driver off of the support community.  I couldn't get the scanner to work until the driver was up to date.
    I'm running OSX 10.9, printer is Samsung SCX-3405FW, iPad software is latest on both iPads.

  • Updating to Mavericks Samsung Scx-4200 can no longer print and scan.

    In the Apple's driver list my Samsung Scx-4200 doesn't appear any more.
    Are there any other compatible drivers to make my printer working?

    Hi,
    just found a solution! It seems that there is a compatible driver afterall...
    Go to this link (it's an official Samsung dutch site) and scroll down to where it says "Stuurprogramma" and download the Scan Driver which is for Mac OS 10.9 (61.44MB) http://www.samsung.com/nl/support/model/SCX-4623FN/SEE
    If your Mac doesn't extract the zip automatically then extract it manually. Go into the extracted folder and launch "Installer OS X.app". Note that the Mac OS Gatekeeper might not let you open that file as it might treat it as malware etc (which is weird because the driver came from official Samsung site...). In that case just right-click on the file, then hold down ctrl and click on Open. That should do it. From this point on everything else is straightforward as in a casual installer. Note that you should quit any other open applications before installing scanner drivers!
    Now the installer contains several different components (printer driver, scan driver, scan thru software and ica driver). I installed all of these components! Also note that the installer will ask you to restart your computer after it has installed just the first or second component, but don't restart it at this moment. Keep installing until you have installed everything you can (until there is no more installer icons in the dock) and after that you should restart your Mac.
    When the Mac has restarted, connect your SCX-4200 to your Mac via usb and go into Applications folder and navigate to Samsung --> Scan & Fax Manager.app. Launch it and you should see your SCX-4200 listed in there which should let you use it as scanner...
    Hope this helps.

Maybe you are looking for