Package Details: samsung-unified-driver-printer 1.00.39-7

Git Clone URL: https://aur.archlinux.org/samsung-unified-driver.git (read-only, click to copy)
Package Base: samsung-unified-driver
Description: Samsung Unified Linux Driver for printers.
Upstream URL: http://www.samsung.com
Licenses: custom:samsung
Submitter: ptb
Maintainer: christoph.gysin
Last Packager: christoph.gysin
Votes: 224
Popularity: 0.045841
First Submitted: 2010-12-06 00:01 (UTC)
Last Updated: 2023-11-05 20:51 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 17 Next › Last »

christoph.gysin commented on 2018-05-25 06:50 (UTC)

@jancici Can you reproduce that with makepkg?

jancici commented on 2018-05-25 06:07 (UTC)

during update with YAY I am getting error messages, see below, so I change permisions then build manually with makepkg and install with yay -Syu --norebuild

==> Validating source files with sha512sums... uld_V1.00.39_01.17.tar.gz ... Passed xerox_mfp-smfp.conf ... Passed ==> Cleaning up... ==> Making package: samsung-unified-driver 1.00.39-1 (Pi máj 25 08:04:13 CEST 2018) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found uld_V1.00.39_01.17.tar.gz -> Found xerox_mfp-smfp.conf ==> Validating source files with sha512sums... uld_V1.00.39_01.17.tar.gz ... Passed xerox_mfp-smfp.conf ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting uld_V1.00.39_01.17.tar.gz with bsdtar ==> Sources are ready. ==> Cleaning up... rm: cannot remove '/home/jano/.cache/yay/samsung-unified-driver/src/uld/noarch/share/ppd/Samsung_M403x_Series.ppd': Permission denied rm: cannot remove '/home/jano/.cache/yay/samsung-unified-driver/src/uld/noarch/share/ppd/Samsung_SCX-470x_Series.ppd': Permission denied rm: cannot remove '/home/jano/.cache/yay/samsung-unified-driver/src/uld/noarch/share/ppd/Samsung_ML-1865W_Series.ppd': Permission denied rm: cannot remove '/home/jano/.cache/yay/samsung-unified-driver/src/uld/noarch/share/ppd/Samsung_CLX-6200_Series.ppd': Permission denied rm: cannot remove '/home/jano/.cache/yay/samsung-unified-driver/src/uld/noarch/share/ppd/Samsung_CLP-350_Series.ppd': Permission denied rm: cannot remove '/home/jano/.cache/yay/samsung-unified-driver/src/uld/noarch/share/ppd/Samsung_C420_Series.ppd': Permission denied rm: cannot remove '/home/jano/.cache/yay/samsung-unified-driver/src/uld/noarch/share/ppd/Samsung_SCX-6x55_Series.ppd': Permission denied

jclsn commented on 2018-03-12 08:43 (UTC)

Print and platen glass scan work, but when I try an ADF scan the paper gets stuck on my SCX3400. ADF works with the iPhone app, so it must be a linux problem. It used to work with an earlier version, but it doesn't seem to be available anymore. Is anyone working on this?

christoph.gysin commented on 2018-03-03 11:51 (UTC)

@queenmedley: You might want to ask on the arch-general mailinglist or the forums for help configuring your scanner.

queenmedley commented on 2018-02-20 10:14 (UTC)

compile has sucessed, but not see scansouce icon, so can't use ADF scan . Any solution?

k3a commented on 2017-08-20 18:33 (UTC) (edited on 2017-08-20 18:45 (UTC) by k3a)

I've seen two more types of rastertospl crashes when manually inspecting why I can't disable toner save: - "double free or corruption (!prev)" - "corrupted double-linked list" These are all extra glibc memory operation checks which can be disabled by MALLOC_CHECK_=0 env variable but disabling them doesn't help in any way - Cups apparently sends the filter output to the printer despite filter being abort()'d by this check. It must be a memory bug in rastertospl and when it occurs, an invalid "black" SPL-C output is sent to the printer, printing almost complete black page (with a few white strips). A crash happens for me only when "Edge Control=On" AND "Toner Save=Off". When I turn the Edge control "Off", I can enable/disable the toner save and it won't crash anymore. Btw "edge control" probably doesn't refer to the page edges; it probably controls how edges of black elements (characters) are rendered and there appears to be a minimal difference so keeping it Off is not a big deal. Maybe this report will help someone else.

christoph.gysin commented on 2017-08-04 17:43 (UTC)

@radar_wiekszy: Interesting! It seems that rastertospl has indeed hardcoded paths: $ strings /usr/lib/cups/filter/rastertospl | grep /opt /opt/smfp-common/printer/lib /opt/smfp-common/printer/lib What does the samsung provided package install in that folder?

radar_wiekszy commented on 2017-08-03 22:50 (UTC)

@k3a My scx-3405w also printed black pages, and rastertospl also crashed with similar error message. Installation from Samsung-provided packages solved the problem, but then I moved rastertospl around a bit, and apparently it crashes when placed in /usr/lib/cups/filter, but if it's a symlink pointing to /opt/smfp-common/printer/bin/rastertospl - no crashes. Same file. Hardcoded paths, maybe?

k3a commented on 2017-05-28 20:58 (UTC) (edited on 2017-05-28 21:03 (UTC) by k3a)

rastertospl was crashing on a free function (free(): invalid next size (fast): 0x0000000002286d80) + ML-2160 printer printed fully black sheets. Surprisingly installing the driver from the vendor-provided tar (not a newer version), without making an Arch package resulted in a working installation. Strange.