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

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

  • How can I fix this printer error with Samsung SCX-4300 and SCX-4521f on Windows Server 2008 R2?

    I have two printers installed on Windows Server 2008 R2 (64-bit):
    1. Samsung SCX-4521f
    2. Samsung SCX-4300
    There are two computers (Windows 7 Professional, 32-Bit) connected to this server that utilise these shared printers.
    The drivers installed are as follows:
    SCX-4x21_Win7_Print.exe (Win 2000/XP/2003/Vista/2008/Win 7    3.04.96:03    Print Driver    11 Dec, 2009    12.37    MULTI LANGUAGE)
    SCX-4300_Print.exe (Win 2000/XP/2003/Vista/2008/Win 7(32,64bit) 3.04.95:07 Print Driver Jan 19, 2011 53.07 MULTI LANGUAGE)
    After printing documents for some time (within a 24 period) the printers no longer respond to print requests.
    On the server opening "Control Panel\Hardware\Devices and Printers" shows the two printers with yellow exclamation marks.
    The "SCX-4x21" printer shows the "Status" as "Needs troubleshooting" and "Printer: Error".
    The "SCX-4300" printer shows the "Status" as "Needs troubleshooting".
    Neither will print a test page.
    Searching for new drivers automatically returns saying: "The best driver software for your device is already installed".
    The error persists and nothing will print.
    When double-clicking on the "SCX-4x21" printer (or going to "Control Panel\Hardware\Devices and Printers\Samsung SCX-4x21 Series") you see the following:
    "Printer: Error" and "N document(s) in queue".
    Clicking on either of these brings up the print queue and shows a document with the status of "Error - Printing".
    As each job with an error is cancelled the next one attempts to print and also displays an error like the last.
    Once all the jobs are cleared the printer information says "Printer: Ready".
    Sending a "Print Test Page" sends the printer into an error state saying "Printer: Error".
    With the "SCX-4300", sending a "Print Test Page" displays a bubble saying: "Toner Empty: Replace Toner".
    However, I can't see any specific error messages.
    How do I find out what exactly "Needs troubleshooting"?
    Please can anyone advise further?

    The printer (SCX-4300) has stopped again.
    Since it has been stopped I have done your recommendations:
    Unticked the "Enable bidirectional support" option under the "Ports" tab in the printer properties.
    Set the "Interactive Services Detection" to Automatic and started it.
    Unfortunately the printer did not start printing, the print jobs did not restart or delete.
    I decided to check the Operational logs that we enabled.
    The first job I see goes like this:
    Information: Rendering job 41.
    Error: The print spooler failed to delete the file C:\Windows\system32\spool\PRINTERS\00041.SHD, error code 0x2. See the event user data for context information.
    Information: The print job 41 was sent through the print processor SSE1MPC on printer Samsung SCX-4300 Series, driver Samsung SCX-4300 Series, in the isolation mode 1 (0 - loaded in the spooler, 1 - loaded in shared sandbox, 2 - loaded in isolated
    sandbox). Win32 error code returned by the print processor: 0x0.
    Information:Printing job 41.
    Information:Spooling job 41.
    This job actually printed.
    Other jobs printed fine with no error.
    There are no other errors in the "Operational" log other than the "print spooler failed to delete" error.
    Any ideas what to try now?
    Update: Unticking the "Enable bidirectional support", clearing the print queue and then trying again seems to have fixed the problem for now.

  • Problem scanning docs with Samsung SCX-4300 with OS 10.4.11

    On my 1.86ghz Intel Duo running OS 10.4.11, I installed the print and scan drivers for the Samsung SCX-4300 multi printer. At least I believe I did, cause I can print fine. And in Image Capture, I can see the SCX-4300, and can see an overview of the page that I want to scan. But the scan button itself, never turns from grey to black, so I can't activate the command to scan in Image Capture. Any ideas?

    Welcome to Apple Discussions!
    Sometimes click and drag from top left to bottom right let's you highlight the area of the page you want the scan to appear in on some scanning software, and that then enables the scan button. Have you tried that? Note: I don't have your particular scanner.
    Some scanners have a scan button on the scanner, and that offers on an LED display the option to scan to document. That should activate software on the Mac if the scanner software is known to be 10.4.11 compatible.

  • 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

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

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

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

  • Does Airport extreme support Samsung SCX-3200 printer?

    I have a Samsung SCX-3200 printer (USB connection only) at home. We have both Mac and Windows based laptops. I would like to use Airport to connect to this printer over wireless. I am worried about the compatibility of the printer with the Airport.

    Yes

  • Mac saying my samsung scx-3205w printer is offline? Can't scan, any suggestions please?

    My Mac is saying my samsung scx-3205w printer is offline? Can't scan, any suggestions please? I have tried restarting and turned the machine off. I also carrie dout an update which I was hoping would help.

    Is it a network printer or attached to the computer? Try resetting the printing system, which also affects scanning.
    Reset Printing System

  • Hi anyone got a SAMSUNG SCX-4200 PRINTER working with a Mac ?

    Hi has anyone managed to get a Samsung scx-4200 printer working with a mac?
    2011 driver was the last driver update for mac i hear, downloaded tried a couple but no luck!!!

    okay, from what I've read, samsung driver support lies with Apple and not Samsung, so if you can, do a software update
    you can try here, apparently, for something that sorta works with your printer
    http://www.samsung.com/nl/support/model/SCX-4623FN/SEE
    other than that, Gutenprint maybe?
    for scanning, I don't know, maybe vuescan
    sorry, the crystal ball has gone darkk......
    John b

  • Samsung SCX-4200, Print and Scanning now working in Snow Leopard 10.6

    I found the printer can print right off the bat by selecting the SCX-4300 series driver after the auto-detect.
    For scanning, install the Scan driver on this page:
    http://www.samsung.com/us/support/supportDownloadCenter.do?prdia_cd=N0000191&prd_mdl_cd=SCX-4200%2FXAA&prd_mdlname=SCX-4200
    You'll need to restart your Mac, but now it works perfectly

    Hey all,
    A quick follow-up to keep you up to date with regards to the repot above...Upon launching the Scanner service from within System Preferences > Print & Fax > "Open Scanner", in a working setup (i.e. upon a fresh system restart), the console presents the following:
    20/4/11 3:15:07 PM          PrinterProxy[1162]          *** Assertion failure in -[NSMenu itemAtIndex:], /SourceCache/AppKit/AppKit-1038.35/Menus.subproj/NSMenu.m:779
    20/4/11 3:15:07 PM          PrinterProxy[1162]          Invalid parameter not satisfying: (index >= 0) && (index < [_itemArray count])
    This new clue along with all the previous console messages probably shout out the cause of the problem, but as I mentioned before I am unable to interpret any of it..Bring on the big guns...any UNIX/OSX masterchiefs around here?
    Regards,
    Dimitris

  • Samsung scx-4300 driver not found???

    hi i have a sumsung printer scx-4300 and i search name in http://www.linuxprinting.org/printer_list.cgi but i cant find 4300 please help me to installing printer.
    if i will be installed printer,can i use scaner??

    Try to search the wiki, google, forums etc before you go to the forum and ask for help. Also read the wiki about how to search for packages with pacman.
    https://wiki.archlinux.org/index.php/CUPS
    http://aur.archlinux.org/packages.php?O … _Search=Go
    http://www.google.com/search?q=samsung%204300%20%2Barch

  • Cannot SCAN with Samsung SCX-4500 Printer, New iMac w/Leopard

    I just purchased at an Apple retail store, a brand new 24" iMac along with a Samsung SCX-4500 laser printer, copier and scanner. Bad news is I can't get the scanner function to work. It prints and copies but doesn't scan. I went to Samsung and downloaded the lasted and greatest drivers but no scanning capability yet. Has anyone else purchased this printer? Is it compatible with OX 10.5 or is the Apple store just trying to get rid of printers that don't seem to work with Leopard. This bugs me. Any help would be great.

    This is from another forum as I was looking for the answer to the same issue:
    First off, when Samsung labels a button "Scan to PC", they mean it. That button only works with Windows PCs not Macs.
    To get it to the Samsung SCX 4500 to scan on your Mac you need to acquire the image using some other software. I used Preview.
    Put the picture or document that you want scanned on the bed. Open Preview. From the File menu, select the Import Image... option.
    The scanner activates and you will see, you guessed it, a preview of what is to be scanned. Notice that the scan button is grayed out.
    You now have to click and drag a box around what you want scanned. Once you draw your box identifying the exact image to be scanned, the Scan button is enabled. Now adjust any options, and hit Scan. Enjoy.
    Thanks to the Apple Genius in Century City who helped me out, also this post was helpful:
    http://discussions.apple.com/thread....sageID=5800155

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

Maybe you are looking for

  • Image in a bottle ... I mean jar

    I am trying to create an app and package it into a jar file. I however have a gif that I want to be an Icon for my program I want to include it in the jar file. When I do this it doesn't work. it seems as thought the image isn't there. I am currently

  • Turning off Sections setting in Pages '09

    Is there any way to remove the Sections setting in pages 09? I'm creating a document, and no "sections" are required. When it groups pages together, and adds extra blank ones, it becomes quite a hassle. Any ideas as to how this feature can be turned

  • WEBLOGIC was not found in Xellerate

    Experts, I have refreshed Database of one OIM (version 9.x) setup with other. I am able to start the managed server in Weblogic now. I am able to logging in 'admin & user console' & Design console. Much of the OIM application looks fine now. However

  • Software wont launch.

    I got adobe photoshop and premier elements for students for my pc running windows 8.1 and 64 bit, and it wont launch. I click on the icons and the i get to choose whether to launch the organizer or video editor, but nothing happens when i click.

  • Saving chart images when visible property is false

    I've got an application where I chart several variables while the test is running.  In the process, I turn the chart visible properties to false so I can display a large summary x-y graph.  I want to save all the charts and the summary graph as jpgs,