Originally Posted by tweedledee View Post
Guide to installing Samsung printers & the Unified Linux Driver:
..........
1. Download the driver from Samsung's website and save it to a folder that does not contain any spaces in the path. For this example I will use ~, but ~/Desktop or similar will also work.
2. Unpack the file, which will create a folder cdroot.
3. In a terminal, navigate to the cdroot folder and then
Code:
find . -type d -exec chmod 755 {} \;
to ensure that all directories work correctly, frequently the ppd and/or cms directories (under Linux/noarch/at_opt/share) are incorrectly set, which can cause problems when trying to remove the cdroot folder.
4. Then, still in cdroot, execute:
Code:
sudo ./autorun
or
Code:
sudo Linux/install.sh
to start the graphical installer.