SULDR Forums Supported Printers Printing Questions Scanning Questions General Questions Samsung Installer

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - bchemnet

#571
Probably an issue with the kernel or USB subsystem, then.  I suggest posting a bug report to launchpad.
#572
Quote from: Toby87 on July 07, 2012, 10:07:35
ok, I don't really get why but it started working again after I changed the usb-port? Any suggestions how that can be (it's not broken, my trackball works fine on both), however I can scan for the moment.

It could (at least) be either of two issues.  First that some USB ports provide full power and some don't, although I don't actually know why that would matter for a multifunction printer (plenty of power available through the wall plug).  The other possibility is USB 3.0 vs 2.0 if your computer is relatively new; there are scattered, inconsistent reports of problems with some devices running on USB 3.0 ports.  Those issues aren't Samsung-specific.

Quote from: Toby87 on July 07, 2012, 10:07:35
By the way, the possible scanner fix from the repository relies on dependencys (libsane 1.022 -3 or lower) that are not in ubuntu anymore (libsane 1.022 -7).

Install the -multifunction version instead, which depends on the later library.  I'm going to clarify that in the troubleshooting page.
#573
I have very little time today, but here's what I can offer:
1. Uninstal all packages that begin with samsungmfp in the Software Center.  Then install samsungmfp-configurator-qt4 and samsungmfp-scanner-sane-fix.  Try again with any scanning program or the Configurator, which should appear in your menu.

2. If that doesn't help, ununinstall those packages and try updating your system to Ubuntu 12.04.  Also update to 12.04 if you have difficulty installing the packages (I'm not sure what's causing your difficulties with that).

3. After updating, try to scan without installing anything from my repository; if it doesn't work, repeat the first step above.

If it's still not working, you will need to find another scanner for today; I can probably help you troubleshoot further later this week, but not today.
#574
Quote from: RomeoAva on June 30, 2012, 12:09:21
And now the printer is not working to. Yesterday was OK. Today after so many updates something happened.
That is why I uninstall all the samsungmfp-driver installed today, after a few hours of work.
Now is working, but what about the scanner. I have to send some documents by Internet.

You can try the same method used by the samsungmfp-scanner-sane-fix package, which attempts to force your printer as a scanner (among other models).  Download that package directly (http://www.bchemnet.com/suldr/pool/debian/extra/s/samsungmfp-scanner-sane-fix_4.00.35-2_all.deb), and then extract it as an archive (do not try to install it).  In a terminal, navigate to the folder you extracted into, and then
cd etc
sudo cp -r * /etc/
sudo service udev restart


If that does not work, you can manually remove the 3 files copied into /etc, or leave them without any harm to your system.
#575
Quote from: fp on June 29, 2012, 00:17:09If I read this correctly the update was from 4.00.35-1 to 4.00.35-2. If so, how can I revert back to 4.00.35-1?

The only change between those two versions was the dependency on libtiff, which should have no impact at all on scanner detection.  Rather than downgrading, you can test if it is having an impact by:
sudo mv /usr/lib/libtiff.so.3 /usr/lib/libtiff.so.3.old

Then try the scanner again.  To revert the above:
sudo mv /usr/lib/libtiff.so.3.old /usr/lib/libtiff.so.3

If it works after the first mv command and then stops again after the second, it is related to these packages.  You can also test by running:
/opt/Samsung/mfp/bin/netdiscovery --all --scanner

It should output information about your scanner.

If it's not the libtiff issue or a problem with netdiscovery, it's something else; were there other updates to your system since you last used the scanner, particularly packages with "sane" or "udev" in the name?
#576
Quote from: artistgay on June 19, 2012, 01:53:52
Since I upgraded to Ubuntu 12.04 my Laserprinter CLP 320 prints only black, no more color. In the earlier version of Ubuntu it worked like a charm. I am trying out of LibreOffice.

I'm assuming that you have already checked to make sure that the printer configuration did not get messed up and color is still the default print option.  I would also try deleting the printer and re-creating it just in case it's an obscure settings problem.

If that doesn't work, have you tried switching to samsungmfp-driver-3.00.90?
#577
Scanning / Re: configurator not working
June 17, 2012, 07:38:56
Unfortunately nothing obvious is wrong.  The Configurator appears to be behaving as if it decides it can't support the scanner, but I can't determine why.

Have you tried an alternate scanning interface like xsane?

You can also try the following:
1. Install samsungmfp-scanner-sane-fix-multiarch
2. Test Configurator (and alternate interface if possible)
3. Only if it is not working at this point, edit "/etc/sane.d/dll.d/smfp-scanner" (as root/sudo) and put a "#" in front of the "smfp"
4. Test Configurator (and alternate interface if possible)
5. If it still does not work, edit the smfp-scanner file and remove the "#"
#578
Printing / Re: Samsung ML-1665 USB problem
June 15, 2012, 18:27:46
Quote from: R0axet on June 15, 2012, 12:43:15
From the above url I ran:

restorecon -R -v /usr/lib64
restorecon -R -v /usr/lib
restorecon -R -v /usr/share
If you are inclined to do remove and reinstall the driver again, I would be interested in the output from those commands.  The Samsung installer does tend to have permission issues (one of many reasons I created this repository), and I fix those in my packages.  However, I don't know if what I'm doing now works with SELinux; if it does, and there is demand, I could probably generate rpm packages as well as the .debs.  (Although it may take a while - I'd have to learn how rpm-based repositories work first.)

Quote from: R0axet on June 15, 2012, 12:43:15According to domg472 (SELinux contributor):
"turns out that this pos smasung unified driver installer moves files from $HOME to all over the place which breaks stuff.

I read the thread with that comment and don't actually understand it.  The installer does not touch $HOME, although perhaps Fedora expects some of the installed files in $HOME instead of system directories?  I think it's more likely just a general file permissions problem.
#579
Scanning / Re: configurator not working
June 15, 2012, 18:19:00
Quote from: augusto on June 15, 2012, 10:49:08cupsys-common doens't exist in ubuntu 12.04, as far as i can understand
Has not existed for a long time, it was renamed "cups" several years ago.  That is a meaningless error.

Please run the strace command and post the output (you may have to install strace), and hopefully I can find something in that to indicate what the problem is.

Quote from: augusto on June 15, 2012, 10:49:08by the way, the super user configurator command which comes with repositories (su-to-root -X -c /opt/Samsung/mfp/bin/Configurator) doesn't work - gksudo would probably work here
Ubuntu must have stopped including the "menu" package by default at some point.  I'll update the dependencies to explicitly include it next time I update the packages.  I use su-to-root because it is a minimal way to handle it, whereas gksu isn't always installed (and KDE users will be irritated if I make them install a bunch of GTK stuff just for that, the same way Gnome users would be irritated to install half of KDE to use the KDE equivalent).  su-to-root sorts all that out and users whatever is already installed.  In the short term, and if you need to, you can make it work by installing menu.
#580
Scanning / Re: configurator not working
June 15, 2012, 09:32:28
Quote from: augusto on June 14, 2012, 07:15:33when i start configurator, choose scanner, and then select properties, the windows opens but immediately closes; looks like some dependencies were missing.

First, try running as superuser, assuming you have been running as regular user, and see if the same behavior occurs.  If it works as superuser, then it's a permission problem somewhere.

If so, please run "/opt/Samsung/mfp/bin/Configurator" in a terminal, try to open the window, and then close Configurator.  Post any output from the terminal.  If there isn't any output that looks like it occurred when the window closed, then try "strace /opt/Samsung/mfp/bin/Configurator 2> strace.txt" in a terminal, try to open the window, close Configurator, and then attach the strace.txt file to a post here.
#581
Printing / Re: Samsung ML-1665 USB problem
June 15, 2012, 09:26:43
Quote from: R0axet on June 14, 2012, 08:24:36Perhaps this Samsung ML 1665 is truely a paperweight at this point or no?

With SELinux enabled, yes, probably.  It's still possible it may work if you turn off SELinux or exempt everything related to CUPS and the Samsung driver.  I believe other reports have indicated this printer does work on some Linux systems, so (assuming nothing is wrong with the physical printer) it probably is a configuration issue.  AppArmor in Ubuntu caused many problems when it was first introduced, although it seems better behaved recently; you are the first person who has shared anything regarding experience with SELinux (and Fedora, for that matter).
#582
Quote from: nick4mony on June 13, 2012, 09:07:31
Hi, to continue the discussion about the libtiff.so.3 symlink, yes it points at a valid file (full details at Ubuntu's message board).
For now I have given up with trying to build symlinks and am just shipping the old library in the repository.  When I first put everything together there were still a couple of packages that would have caused conflicts with that, but it appears that libtiff3 is completely gone in official packages and so this (rather sad) solution is simplest.

Regarding the ldd issue, I should have checked that but didn't.  ldd isn't terribly reliable for the Samsung files for reasons I don't understand (for example, ldd will report that a current library is found and acceptable, but then it still crashes if the older version isn't available when the file is actually run), although obviously the "not found" for the libtiff would clearly have indicated a problem.  So I have a custom routine I run instead, but obviously that failed in this case.  I've added an ldd bit for future checks.

Quote from: nick4mony on June 13, 2012, 09:07:31The other thing I was going to say, under "how to ask for help" ... people should provide history, especially if it worked before, or if they've tried several things.

Good suggestion, I'm going to add that.
#583
Quote from: pschalkx on June 13, 2012, 03:45:18Any suggestions?

Does the printer respond from either/both computers if you enter "ping <printer url or IP>" in a terminal?  It could also be a firewall issue if you have enabled one on the 12.04 computer, in which case you'll have to allow UDP incoming packets from the printer.
#584
Printing / Re: Samsung ML-1665 USB problem
June 13, 2012, 21:44:38
Quote from: R0axet on June 13, 2012, 13:41:39When in Configurator, the testing printer shows 'ML-1660-Series (Samsung ML-1660 Series) on usb://samsung/ML-1660%20Series... Checking driver... Ok. Printing test page... Ok.

Did you override/ignore the SELinux warning?  Your second screenshot suggests the driver is doing what it is supposed to, but your SELinux configuration isn't recognizing the Samsung components as allowed access through CUPS and therefore blocks it.  The simplest thing might be to temporarily disable your SELinux configuration (or at least the component of it regulating CUPS, I'm not sure which is simpler in a current Fedora release), and see if it prints then.
#585
Success Stories / Re: Thanks a lot !
June 13, 2012, 21:35:14
You're welcome.
#586
Have you tried the samsungmfp-driver-pdf-fix package?

A similar approach that might work is here: http://www.bchemnet.com/suldr/forum/index.php?topic=5.0 .

If neither of those works, I will need more information.  Does it always print gibberish, or only from certain applications?  Can you print a test page?  If you print to a file first as a postscript (ps) instead of pdf (or vice versa), does that file then print okay?
#587
I can see where this would work, but can't immediately see a packaging solution that wouldn't run a high risk of breaking something.  I've added this as a possible solution to the website troubleshooting list.
#588
See this announcement: https://www.bchemnet.com/suldr/forum/index.php?topic=366.0

Quick Guide to installing Samsung printers & the Unified Linux Driver:

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.  View the instructions on the repository webpage for setting up the repository: https://www.bchemnet.com/suldr/.

Just installing one of the suld-driver-* or suld-driver2-* packages should enable full printing and scanning support.  See the list of supported printers at https://www.bchemnet.com/suldr/supported.html for suggestions about which version to install.  All other required packages will be automatically installed.

The Configurator and other packages are really only necessary in a subset of cases, or if you happen to like the Configurator interface to manage printers.  Note that the suld-driver2-* packages do not support the Configurator, nor many older printers.

Other approaches: check here if you are looking for alternatives: https://www.bchemnet.com/suldr/alternatives.html.  Much more information and technical details are available on the main SULDR web page, as well as the links above for common questions and solutions.

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.

A request: contact Samsung.  Please look at the first question here: https://www.bchemnet.com/suldr/questions.html, 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.

Also please note that there is no Samsung driver available for Arm-based systems, such as smart phones or Raspberry Pi, except for partial support for a few of the now older driver2 versions.  You will have to look into other alternatives for your printer on those systems.
#589
See this announcement: https://www.bchemnet.com/suldr/forum/index.php?topic=366.0

First, please read http://www.bchemnet.com/suldr/scanning.html, and/or the other links above regarding common questions, to see if your question is answered there.

When posting, please provide:
1. Your printer model
2. The Linux distribution and version you are using (Ubuntu 12.04, Debian Testing, etc.)
3. How the printer is connected (USB or network protocol)
4. Which driver version (packages) you have installed (or if you are not using the repository)
5. The specific problem including any error messages you see
6. Other relevant information, such as anything you have already tried to resolve the issue, whether the printer worked at some point in the past or in a different configuration, etc. - the more information you can provide, the more likely it is that someone will recognize 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 forum and will respond to public posts (although it may take a few days); 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.

Please be aware of two very common solutions:
1. If you installed the driver using the Samsung installer, the first thing to try when having problems is to remove it and set up the repository to install the driver.  This will always be the first thing I suggest you do if you tell me you used the Samsung installer for any v3 or v4 driver (the "driver2" v1 installers seem to be okay).

2. If you installed one driver version and it doesn't work, try a different version.  Check the list of supported printers (http://www.bchemnet.com/suldr/supported.html) for particular versions that are likely to work with your model.

Also note that there is no Samsung driver available for most Arm-based systems, such as smart phones or Raspberry Pi.  Although there is an "armel" driver available, most Arm current hardware is "armhf" and so does not work with the provided driver.  You will have to look into other alternatives for your printer on those systems.
#590
See this announcement: https://www.bchemnet.com/suldr/forum/index.php?topic=366.0

First, please read http://www.bchemnet.com/suldr/printing.html, and/or the other links above regarding common questions, to see if your question is answered there.

When posting, please provide:
1. Your printer model
2. The Linux distribution and version you are using (Ubuntu 12.04, Debian Testing, etc.)
3. How the printer is connected (USB or network protocol)
4. Which driver version (packages) you have installed (or if you are not using the repository)
5. The specific problem including any error messages you see
6. Other relevant information, such as anything you have already tried to resolve the issue, whether the printer worked at some point in the past or in a different configuration, etc. - the more information you can provide, the more likely it is that someone will recognize 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 forum and will respond to public posts (although it may take a few days); 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.

Please be aware of two very common solutions:
1. If you installed the driver using the Samsung installer, the first thing to try when having problems is to remove it and set up the repository to install the driver.  This will always be the first thing I suggest you do if you tell me you used the Samsung installer.

2. If you installed one driver version and it doesn't work, try a different version.  Check the list of supported printers (http://www.bchemnet.com/suldr/supported.html) for particular versions that are likely to work with your model.

Also note that there is no Samsung driver available for Arm-based systems, such as smart phones or Raspberry Pi.  You will have to look into other alternatives for your printer on those systems.
Repository Information Legal Contact Alternative Drivers