Page 1 of 33 12311 ... LastLast
Results 1 to 10 of 1032

Thread: HOWTO Install Samsung Unified Printer Driver

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Beans
    678

    HOWTO Install Samsung Unified Printer Driver

    Guide to installing Samsung printers & the Unified Linux Driver:

    4 May 2013: This thread is now completely out of date. I no longer plan to update or maintain any aspect of it, or to reply to future posts. Go to http://www.bchemnet.com/suldr/ to get current repository information and support, including forums which I do monitor.

    NEW 9 June 2012! I have configured forums directly on the SULDR website that are intended to replace this thread. I will continue to monitor this thread, but future updates and time will be focused on the website and associated forums.

    8 March 2011: Simplified the guide posted here to provide only the repository option, all other details pushed off onto the repository website (which has been extensively revised and updated).
    28 May 2012: Various minor revisions and updated for newest package versions; extensive website updates.
    9 June 2012: More revisions, another new set of packages, new forums, and more website updates.

    The packages released on 28 May 2012 (4.00.35-1) include several "fix" packages that should only be used in specific circumstances, but do explicitly address many problems encountered over the last six months or so (and that are not addressed in other packages). You can read about these in your package manager or on the website, under the printing and scanning troubleshooting sections. I have also updated the troubleshooting and questions on the website to be easier to navigate and more current, hopefully simplifying the process of getting everything running for those who aren't fortunate enough to have it all work immediately.

    Introduction
    This guide presents my recommended approach to installing a working driver for your Samsung printer (for all Debian-based distributions). If you are looking for alternatives, look here. Much more information and technical details are available on the my dedicated website for the driver, such as removal of the manually installed drivers and why I do not recommend that you ever install the drivers directly from Samsung.

    When posting to ask for assistance, you must provide (at a minimum) your printer model, how it is connected, the specific problem, any error messages you see, which driver you are using (and version if the Unified Driver), and how you installed the driver. (And if you aren't using the repository, you are welcome to post but my default response will be to at least try using the repository, and then to help only if that doesn't solve the problem.) Without this information, it is unlikely anyone will be able to help you, and your question may well be entirely ignored. I monitor this thread and will respond to public posts (although it may take a few days or occasionally weeks); do not attempt to send me a private message or email. On the other hand, I don't always know how to solve the problem, which is why I insist on public posts, and other readers are welcome to jump in and help out.

    Using the Samsung Unified Linux Driver repository
    This method installs the proprietary Samsung drives while avoiding all the problems associated with the manual installation and allowing you to retain control over exactly what gets installed. For full information, go the repository: http://www.bchemnet.com/suldr/. The short version (meaning that if you run into problems, check the website before posting for assistance) to getting it up and running is:

    1. Add the following line to your /etc/apt/sources.list, by editing the file as root (or using sudo, for example "sudo gedit /etc/apt/sources.list"), or by using Synaptic or other GUI to add a repository. (Be aware that this is a binary-only repository, although an empty source repository is provided to avoid occasional errors from configurations expecting it to exist.)
    Code:
    deb http://www.bchemnet.com/suldr/ debian extra
    2. Install the GPG key for the repository. You can either (i) execute (as root or using sudo in a terminal):
    Code:
    wget -O - http://www.bchemnet.com/suldr/suldr.gpg | sudo apt-key add -
    or (ii) download it (http://www.bchemnet.com/suldr/suldr.gpg) and add it to your keys via Synaptic, other GUI, or by (as root or using sudo, in a terminal):
    Code:
    apt-key add suldr.gpg
    (If you skip this step, you will get warnings about installing unauthenticated packages.)

    3. Refresh your repository listings (apt-get update or in a GUI), and then you should see the samsungmfp-* packages corresponding to the Samsung Unified Linux Driver.

    Very important: you must have completely removed all prior installations of the Unified Linux Driver before using the .debs (i.e., installations from downloading and using the installer directly from Samsung); see the appropriate uninstallation instructions for your driver version for more details.

    Just installing the samsungmfp-driver package should enable full printing support; for USB scanning, install the samsungmfp-scanner package; for network scanning, install the samsungmfp-configurator-qt4 package. (The driver package contains all the binary bits, the data package has all the ppd files so CUPS can figure out how to talk to the printers.) The Configurator and other packages are really only necessary in a subset of cases (such as if you need network scanning), or if you happen to like the Configurator interface.

    Problems printing? See the repository website printing troubleshooting page before posting for help; many common questions are addressed there.

    Using a scanner: if you are trying to use your printer as a scanner, you will usually need to add yourself to the "lp" group after installing the appropriate packages. You will then to log out and back in for the change to take effect. (You should be reminded of this when installing the package by the package manager, but it doesn't always work.) If you still have trouble scanning, see the repository website scanning troubleshooting page before posting for help; many common questions are addressed there. Also make sure that you can print before worrying about scanning.

    The Samsung Smart Panel and Printer Utilities
    Samsung also provides additional utilities for certain printers. Since they are printer specific (unlike the Unified Driver, downloading the Smart Panel for a different printer model than your own will often not work), and not available for the CLP-550N, I have never tested these. These utilities pose a security risk to your system. See the repository main page for details on these, and why you should consider the implications of installing them. The page also explains why I will not be producing .debs for these programs, so please do not ask me to.

    Reading this thread
    This thread is huge and has been running a long time, which is why I've moved as much as I can off this forum and into my website. As new details get posted, problems fixed, etc., I track them and update packages, this post, and the website accordingly. Therefore, if you have a particular problem, start reading from the most recent posts backward. I've also restructed this guide twice and the driver has undergone major changes since the original post, which could lead to confusion if you start at the beginning. As of May 2012, essentially everything through approximately post 960 that seems generally useful to multiple users has been incorporated into the packages and/or the website, so chances are you can skip everything prior to about that region when looking for assistance.

    A request: contact Samsung. Please look at the first question here and then contact Samsung about the issues raised. I've spent hundreds of hours (as of have other users) trying to create workarounds for issues that Samsung should be able to address. However, no change in the drivers or installation process is likely unless many of the thousands of users of this repository and forum make their voices heard.

    Acknowledgments
    First, thanks to many posters who have provided feedback and helped with testing over the years. I don't even know how many are still using this driver, but thanks to all of you. Particular users who have contributed solutions that I've incorporated into the repository packages or alternative solutions include hokiejp (eglibc 64-bit solution, for network scanning); gaboro (eglibc 32-bit solution testing for the same problem); Rodolfo Medina on the Debian forums (ppd-only solution guide); tapanit (work-around for scanning across complex networks); n3ck and ezekiel_quacks (USB scanning work-around solutions); rlar (network scanning broadcast solution); vyvee (usblp fix); b1b1 (pdf to ps printing problems fix). All these individuals are linked to for specific solutions if you investigate the website for solutions to problems, although fortunately most of the problems solved by these individuals are either no longer an issue or automatically resolved by repository packages.
    Last edited by tweedledee; May 5th, 2013 at 02:10 PM. Reason: Effective closing of the thread

  2. #2
    Join Date
    Feb 2007
    Beans
    Hidden!

    Re: HOWTO Install Samsung Unified Printer Driver

    Hi tweedledee,

    First of all, thanks for your installation guide, I was near to become crazy with my CLP 550...
    I have done all points with success, but my printer still doesn't work.
    When I print it goes always on pause, and nothing appens..

    Do you know what it could be?

    ps. this printer is on a network

    Thanks,

    dav3c

  3. #3
    Join Date
    Dec 2006
    Beans
    678

    Re: HOWTO Install Samsung Unified Printer Driver

    Quote Originally Posted by dav3c View Post
    When I print it goes always on pause, and nothing appens..
    When you say "pause," what do you mean? I have encountered a few files that seem unable to print (my printer simply sits there "processing" forever, or in one case actually threw an error). I haven't figured out yet what common feature they have that does it. However, most documents print without any trouble, from any program. I plan to run some more tests on this issue, but it will probably take me a few days.

    Samsung also released a newer driver since I posted this guide, 20070125...., so I will experiment with that as well to see if there is some significant difference between the two.

  4. #4
    Join Date
    Feb 2005
    Beans
    4

    Re: HOWTO Install Samsung Unified Printer Driver

    Quote Originally Posted by dav3c View Post
    Hi tweedledee,

    First of all, thanks for your installation guide, I was near to become crazy with my CLP 550...
    I have done all points with success, but my printer still doesn't work.
    When I print it goes always on pause, and nothing appens..

    Do you know what it could be?

    ps. this printer is on a network

    Thanks,

    dav3c
    I had similar problems trying to get my new Samsung ML-2510 to work. It also is connected to a print server. I downloaded and installed the latest Samsung drivers. I tried a number of forums and CUPS sites without success. The printer would show as ready but jobs would show as stopped and I could not resume them.

    I stumbled upon a solution using the CUPS web interface which is available from your browser at http://localhost:631/admin

    My printers were listed but the ML-2510 showed a message saying that the file rastertosamsungspl was unavailable due to a permissions problem. I checked two directories: /usr/lib/cups/filter and /etc/cups/ppd

    In /etc/cups/ppd I noticed the following:
    /etc/cups/ppd # ls -l

    -rw-r--r-- 1 cupsys lpadmin 17240 2005-12-04 18:37 DeskJet-692C.ppd
    -rw-r--r-- 1 cupsys lp 10681 2007-03-22 20:49 ML-2510-Series.ppd

    I issued the following command:
    chgrp lpadmin ML-2510-Series.ppd

    File details should now look like this:

    -rw-r--r-- 1 cupsys lpadmin 17240 2005-12-04 18:37 DeskJet-692C.ppd
    -rw-r--r-- 1 cupsys lpadmin 10681 2007-03-22 20:49 ML-2510-Series.ppd

    In /usr/lib/cups/filter I noticed the following:
    /usr/lib/cups/filter # ls -l

    -rwxr-xr-x 1 root root 4856 2006-09-27 06:41 commandtocanon
    -rwxr-xr-x 1 root root 5748 2006-09-27 06:41 commandtoepson
    lrwxrwxrwx 1 root root 12 2006-11-05 16:57 cupsomatic -> foomatic-rip
    lrwxrwxrwx 1 root root 25 2006-11-05 16:57 foomatic-rip -> ../../../bin/foomatic-rip
    -rwxr-xr-x 1 root root 4692 2006-10-09 12:56 gziptoany
    -rwxr-xr-x 1 root root 41808 2006-10-09 12:56 hpgltops
    -rwxr-xr-x 1 root root 26512 2006-10-09 12:56 imagetops
    -rwxr-xr-x 1 root root 53812 2006-10-09 12:56 imagetoraster
    -rwxr-xr-x 1 root root 5628 2006-10-09 12:56 pdftops
    -rw-r--r-- 1 rick rick 22085 2006-07-24 03:29 pscms
    -rwxr-xr-x 1 root root 39040 2006-10-09 12:56 pstops
    -rwxr-xr-x 1 root root 1904 2006-09-22 03:44 pstopxl
    -rwxr-xr-x 1 root root 1872 2006-09-22 03:44 pstoraster
    lrwxrwxrwx 1 root root 13 2006-11-05 16:52 rastertodymo -> rastertolabel
    -rwxr-xr-x 1 root root 14044 2006-10-09 12:56 rastertoepson
    -rwxr-xr-x 1 root root 27772 2006-09-27 06:41 rastertogutenprint.5.0
    -rwxr-xr-x 1 root root 13092 2006-10-09 12:56 rastertohp
    -rwxr-xr-x 1 root root 14384 2006-10-09 12:56 rastertolabel
    -rw-r--r-- 1 rick rick 158306 2006-07-24 03:29 rastertosamsungpcl
    -rw-r--r-- 1 rick rick 324826 2006-07-24 03:29 rastertosamsungspl
    -rw-r--r-- 1 rick rick 406452 2006-07-24 03:29 rastertosamsungsplc
    -rwxr-xr-x 1 root root 36724 2006-10-09 12:56 texttops

    File ownerships and permissions were wrong for the samsung raster files.

    I issued the following commands:

    /usr/lib/cups/filter # chown root: rastertosamsung*
    chmod a+x rastertosamsung*

    Details for the affected files should now look like this:

    -rwxr-xr-x 1 root root 158306 2006-07-24 03:29 rastertosamsungpcl
    -rwxr-xr-x 1 root root 324826 2006-07-24 03:29 rastertosamsungspl
    -rwxr-xr-x 1 root root 406452 2006-07-24 03:29 rastertosamsungsplc

    I must have missed a step when installing the Samsung drivers. Hopefully this helps with your problem.

    Rick

  5. #5
    Join Date
    Dec 2006
    Beans
    678

    Re: HOWTO Install Samsung Unified Printer Driver

    Quote Originally Posted by Rick O'Brien View Post
    I must have missed a step when installing the Samsung drivers.
    I don't believe so - all my corresponding files for the CLP show up as you indicated before making the ownership changes, so apparently that's just how the installer works. I'm not sure why you needed to change them to get it to work for your printer, but I'll note it in the original post.

  6. #6
    Join Date
    Feb 2005
    Beans
    4

    Re: HOWTO Install Samsung Unified Printer Driver

    Quote Originally Posted by tweedledee View Post
    I don't believe so - all my corresponding files for the CLP show up as you indicated before making the ownership changes, so apparently that's just how the installer works. I'm not sure why you needed to change them to get it to work for your printer, but I'll note it in the original post.
    I forgot to mention that I also did the permissions and ownership changes on the file pscms

    I'm guessing that the execute permissions were more important than the file ownership, but I just thought that everything should look consistant.

    Rick

  7. #7
    Join Date
    Dec 2006
    Beans
    678

    Re: HOWTO Install Samsung Unified Printer Driver

    Quote Originally Posted by Rick O'Brien View Post
    I forgot to mention that I also did the permissions and ownership changes on the file pscms

    I'm guessing that the execute permissions were more important than the file ownership, but I just thought that everything should look consistant.

    Rick
    Hm - I had missed that you changed the permissions as well (though it's rather clear in your message). You are correct in that those files should have execute permissions, that was likely your problem. Yet another quirk of the installer, I guess. Thanks for posting the fix.

  8. #8
    Join Date
    Feb 2007
    Beans
    Hidden!

    Re: HOWTO Install Samsung Unified Printer Driver

    I'm talking about a little red line that appears when printing which says my printer is in pause.
    See the image below:

  9. #9
    Join Date
    Dec 2006
    Beans
    678

    Re: HOWTO Install Samsung Unified Printer Driver

    Quote Originally Posted by dav3c View Post
    I'm talking about a little red line that appears when printing which says my printer is in pause.
    Okay, a few more questions.
    1. Do you have the network configured to use a static ip on your network, or are you using a host name?
    2. Can you succesfully ping the printer and/or access it via a web browser?
    3. Have you previously (or currently) had this same setup working in another operating system?
    4. Can you print a test page?
    5. Are you using the 2006 or 2007 drivers?
    6. Are you running any sort of firewall? (If yes, does the printer work if you temporarily disable the firewall?)

    Naturally, my printer is workly perfectly today, even on documents it previously didn't like, so I can't easily reproduce your problem without some of the above information.

  10. #10
    Join Date
    Nov 2005
    Beans
    157

    Question Re: HOWTO Install Samsung Unified Printer Driver

    gg
    Last edited by myke; September 28th, 2009 at 05:05 AM.

Page 1 of 33 12311 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •