does linspire acknowledge lexmark series printers?
Actually it's a matter of whether or not Lexmark supplies Linux drivers for their hardware. As it turns out they do supply Linux drivers on their web site. But they are packaged specifically for Red Hat Linux instead of source code .
Here is how I got my Lexmark printer going in Vector. It should work for any distro that uses .tgz packages.
Linspire is a Debian based distro so you should look at this
Unbuntu forum thread if your going to use Linspire.
Lexmark
http://support.lexmark.com/cgi-perl/selections.cgi?ccs=229:1:0:0:0:0&target=http://downloads.lexmark.com/cgi-perl/downloads.cgi&&req=:::::
Download the driver and place it in it's own directory.
Extract the driver.
tar -xvzf CJLZ600LE-CUPS-1.0-1.TAR.gz
This produces a sh script which does not work.
Use `tail` to extract the binary portion of the script.
tail -n +143 z600cups-1.0-1.gz.sh > install.tar.gz
This produces a file called "install.tar.gz"
Extract the contents of the file produced by tail
tar -xvzf install.tar.gz
This produces 2 rpm packages "z600cups-1.0-1.i386.rpm" and "z600llpddk-2.0-1.i386.rpm"
Convert these to Slackware packages.
rpm2tgz z600cups-1.0-1.i386.rpm
rpm2tgz z600llpddk-2.0-1.i386.rpm
Install each of these packages
installpkg z600cups-1.0-1.i386.tgz
installpkg z600llpddk-2.0-1.i386.tgz
Set up CUPS in the normal fashion.
You may find you have to log out or reboot for CUPS to find the newly installed driver. The UNBUNTU forum thread this was taken from had a number of other requirements which seem to be unnecessary for Vector. You probably don't have to install the extracted CUPS package.
The example given is for a Lexmark Z611 printer but has been reported to work on other printers and the printer portion of at least one Lexmark all in one. I do not know of any successful cases where both printer and scanner will work.
Many of Lexmark's inkjets are unsupported, but my e120n Laser works perfectly using the ppd file linuxprinting recommends.
NOTE: basicly you are just extracting a ppd file and installing it in the correct location so try
linuxprinting first.