Samsung Unified Linux Driver on Fedora, Gentoo
Sadly, but the Samsung Unified Linux Driver does not work out of the box.
First, be sure the QT4 installer is used, you will get a nicer GUI. The installer does not give any information, when and why qt3 is used. Mostly missing dependences are the reason. Simply run guiinstall in the qt4/install folder to see which ones and install them.
The installer uses /usr/lib/cups/filter as default location for some files. But depending on your version of cups, cups is looking at /usr/libexec/cups/filter. The cups error log at http://localhost:631/admin/log/error_log can give you additional information.
On Fedora you have to restore the SELinux context on the following files:
restorecon /etc/cups/smfp.* restorecon /etc/cups/pstosecps.* restorecon /usr/lib/cups/backend/mfp restorecon /usr/lib/libmfp.so.* restorecon -R /usr/share/cups/model/samsung/cms/ restorecon /usr/lib/cups/filter/rastertosamsungspl* restorecon /usr/lib/cups/filter/smfpautoconf restorecon /usr/lib/cups/filter/pstosecps
If everything is fixed, pinter and scanner can be used without problems.
It would be nice, if the installer gives more information what it is doing.