I have recenly bought a Epson Stylus S21 to use with an Acer one netbook running Linux linpus lite.
We have tried to add a new printer but there does not seem to be driver available for the S21. We have also tried the Epson support web site , which takes you to a japanese site where you can down load Linux print drivers. But this has no driver for linpus lite. Can anyone help?
Unfortunatley the box went out for recycling , all I have is the sellers invoice but this just refers to their stock number, Thanks for your help anyway
Hi Mark, Checked the manufacturers sticker on the printer.
For some strange reason the S21 printer is shown as model B391E on the sticker. Serial No is LBUP108319
However (!) apparently it does work with the “gutenprint” driver … I’m afraid I’ve not played with ‘interesting’ printers in recent times … custom printer drivers anyone?
There ARE drivers available (from that jap site) for the S21, for Fedora core 9/10 but Linpus Lite is based on Fedora core 8… but they should work if you compile them from source. (the actual installer for Fedora core 9/10… pips-ss21-Fedora9-3.7.0-CG.tgz … “might” work, but there are no guarantees)
So go to that website, and download the (Source file) pips-common-3.7.0.tar.gz file and save it to your home directory… then open a terminal and enter:
tar xfz ~/pips-common-3.7.0.tar.gz
hit enter… wait for the $ prompt to return… then type:
cd ~/pips-common-3.7.0
hit enter… wait for the $ prompt to return… then type:
./configure
hit enter… wait for the $ prompt to return… then type::
sudo su
hit enter… prompt will change to #… then type:
make
hit enter… wait for the # prompt to return… then type:
make install
hit enter… wait for the # prompt to return… then type:
exit
hit enter… prompt will change back to $ …close the terminal… your printer driver is now installed.