I still have the same Epson T13 in my office. But I upgrade the slackware to 13.1. How ever when I used cups 1.4.3 to install this epson, it didn’t work. Then I downgraded the cups to 1.3.11 which is belong to 13.0. I have the file here.
This is how I compile cups in terminal
Extract the zip
#unzip cups.1.3.11.zip
Change location to the directory
#cd cups.1.3.11
Compile them first
#./configure
Build the package
#make
Install the cups as root
#su
#make install
Now restart the cups or the computer to make the new cups running. Remember I do this way to overwrite the earlier cups. I don’t know how i can build a tgz/txz package for the cups. It failed. So I overwrite it.
Leave a Reply