Originally Posted by
binwiederweg
Hey you guys,
I know that this post is from long time ago, ... but I'm currently having the same problem on my freshly installed Ubuntu 9.10, 64 bit:
* The printer works out of the box, without any UnifiedLinuxDriver installations. It also works if I install the unified driver from Samsung, so printing is no problem ...
* The scanner doesn't work at all and appears (in xsane and the Samsung configurator) as 'Integrated camera' ...
Did any of you guys get the scanner to work?
Regards,
Philipp
Hi,
After enabling Splix2 for the SCX-4200 Laser multifunction printer on Karmic Koala you can enable the Samsung scanner driver by adding the following repository to Synaptic:
(This should work on both 32 and 64-bit systems).
Please consult:
HTML Code:
http://www-personal.umich.edu/~tjwatt/suldr/index.html
Fresh install (assumes no previous Samsung UnifiedLinux printer installation).
Open a Terminal, cut and paste:
Code:
sudo gedit /etc/apt/sources.list
Add the following line to your sources list:
Code:
deb http://www-personal.umich.edu/~tjwatt/suldr/ debian extra
Save the changed file and exit gedit.
To avoid unknown key errors:
Code:
wget http://www-personal.umich.edu/~tjwatt/suldr/suldr.gpg
Code:
sudo apt-key add suldr.gpg
The key may now be deleted from Home.
Code:
sudo apt-get update
After doing this, open Synaptic, select and install the following packages:
libstdc+++5
samsungmfp-data
samsungmfp-driver
samsungmfp-scanner
And Xsane works perfectly
Bookmarks