Package Details: samsung-unified-driver 1.00.39-10

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 and scanners.
Upstream URL: http://www.samsung.com
Licenses: custom:samsung
Submitter: ptb
Maintainer: christoph.gysin
Last Packager: christoph.gysin
Votes: 225
Popularity: 0.71
First Submitted: 2010-12-06 00:01 (UTC)
Last Updated: 2025-04-17 20:51 (UTC)

Latest Comments

1 2 3 4 5 6 .. 18 Next › Last »

elfabre commented on 2025-04-17 21:13 (UTC)

@chris, just re-did the update. Looking good and works!

christoph.gysin commented on 2025-04-17 20:55 (UTC)

@gschwarz, @elfabre: Fixed the symlink to /usr/share/cups/model/uld-samsung -> ../../ppd/suld. I hope it works out of the box now!

elfabre commented on 2025-04-17 20:52 (UTC)

I can also confirm that /opt/samsung is not needed. But /opt/smfp-common/printer/lib -> /usr/lib is crucial, without does not work. And, of course, /usr/share/cups/model/uld-samsung --> /usr/share/ppd/suld is crucial as well.

elfabre commented on 2025-04-17 20:38 (UTC)

@gschwarz Your comment was just 2 min b4 mine, not a chance to read it! Continuing my steps: 5) Created soft link /usr/share/cups/model/uld-samsung --> /usr/share/ppd/suld 6) Removed completely the /opt/samsung directory 7) Restarted Cupsd 8) Printing works and with the right colors. You got it!

gschwarz commented on 2025-04-17 20:22 (UTC)

I think this is because /usr/share/cpus/model/uld-samsung was missing or did not point to the appropriate directory.

elfabre commented on 2025-04-17 20:20 (UTC)

@christoph.gysin Thanks for the update but, it did not work! This is what I did: 1) I run the HP script uninstall-printer.sh which removed, as expected, both /opt/samsung and /opt/smfp-common 2) Printing does not work anymore even after restarting Cupsd 3) Updated samsung-unified-driver-common and samsung-unified-driver-common which, as expected, recreated /opt/samsung and /opt/smfp-common that contain just soft links 4) Restarted Cupsd, printing works but I am back to the crappy color and blurred black

gschwarz commented on 2025-04-17 20:18 (UTC)

Unfortunately this was not the fix (my fault). Instead of /opt/samsung, which is not needed, use a link from /usr/share/cpus/model/uld-samsung to ../../ppd/suld (i.e. to /usr/share/ppd/suld; use the absolute path if you think this is more appropriate). (in Samsung's package, /usr/share/cpus/model/uld-samsung is a link to /opt/samsung/printer/share/ppd which apparently is the only place where that path is still used)

christoph.gysin commented on 2025-04-17 08:07 (UTC) (edited on 2025-04-17 08:08 (UTC) by christoph.gysin)

@gschwarz Thanks for helping getting this fixed! I added another symlink from /opt/samsung/printer/share/ppd -> /usr/share/ppd/suld, can you check if that fixes the issue?

gschwarz commented on 2025-04-16 18:40 (UTC)

First of all, thanks for taking on this issue. As expected from my previous investigations, the one link is not sufficient. One also needs to create /opt/samsung/printer/share and there create a symlink named ppd to /usr/share/ppd/suld. So far I have not found out which component is looking there (probably for the cms files).

(yes, /usr/opt was a mere typo)

christoph.gysin commented on 2025-04-16 14:09 (UTC)

@gschwarz I added a symlink from /opt/smfp-common/printer/lib -> /usr/lib, can you check if that fixes the issue?