I'm using Linux Lite 1.0.8.  I'm trying to get a Kodak 3200 to work with it.  I have downloaded the drivers from synaptic.  Lite see's the printer but it won't print.  Can anyone help me with this?
Thanks
	
	
	
	
	
 
 
	
	
	
		
	Posts: 9,003
	Threads: 566
	Joined: Feb 2014
	
Reputation: 
12
	 
	
	
		Try removing the printer, and re-adding it. Also, what driver or software did you get from Synaptic?
	
	
	
	
	
 
 
	
	
		I'm at a different location now than the computer I'm working with but I didn't use the one at "Sourceforge".  Whatever driver is packaged in Synaptic.  I did disconnect and reconnect with no success.
	
	
	
	
	
 
 
	
	
		Being new to this I downloaded the tar file from sourceforge and extracted it.  Then I did this "tar -xzf c2esp-27.tar.gz
cd c2esp-27
 Configured (./configure) >make, and ended up with this error -"make  all-recursive
make[1]: Entering directory `/home/ray/Downloads/c2esp-27'
Making all in src
make[2]: Entering directory `/home/ray/Downloads/c2esp-27/src'
gcc -DHAVE_CONFIG_H -I. -I..    --pedantic -Wall -std=c99 -O2 -g -O2 -MT c2esp.o -MD -MP -MF .deps/c2esp.Tpo -c -o c2esp.o c2esp.c
c2esp.c:36:25: fatal error: cups/raster.h: No such file or directory
 #include <cups/raster.h>
                         ^
compilation terminated.
make[2]: *** [c2esp.o] Error 1
make[2]: Leaving directory `"
What did I do wrong?