Linux Programmer | RHCE | RHCSA

Search This Blog

Friday 12 May 2017

Epson Printer drivers for ubuntu

Epson LQ 300 Printer Driver for Linux (Dot Matrix Printer)


1. Download the ppd file from the below link

https://drive.google.com/file/d/0BwPBGrPmbppAeEFJOUEwQUZqWE0/view?usp=sharing&resourcekey=0-QTrazqgT1tIq9TEpOeg_qg

https://drive.google.com/file/d/0BwPBGrPmbppAd2xPZ2NuQ0E5QkU/view?usp=sharing&resourcekey=0-Xwsc5mlwlAselhRK-ouOSw

2. copy both files at below location

cp  epson-en-eplq300.ppd.gz /usr/share/cups/model/

cp Epson-Dot_Matrix-epson.ppd /usr/share/cups/model/

3. change the permission of the driver files

chmod 0777 /usr/share/cups/model/Epson*

chmod 0777 /usr/share/cups/model/epson*

4. set dpi into the printer settings

182 DPI (in capital)


Epson TM-T81,TM-T82 Series Printer Drivers for linux

1. Download the driver from the below link:
https://drive.google.com/file/d/0BwPBGrPmbppAM09OWGNjT1BWZWM/view?usp=sharing&resourcekey=0-gax_Vm6YY_YPU7aeWAf62Q

2. Extract the downloaded file

3. go to the location where zip file is extracted

4. bash ./install.sh

Now check the driver list of Epson

Epson Thermal Printers  Drivers are now available.

RP-3200 STAR Printer Driver For ubuntu

Download driver from below link
and extract the zip file
https://drive.google.com/file/d/0BwPBGrPmbppAZzVlQndDSjgxb2c/view?usp=sharing&resourcekey=0-nnLT380dw2R5_z8Vnfw9lw


Epson L380 Printer Driver for Ubuntu

https://drive.google.com/file/d/0BwPBGrPmbppAVVhIWGlWS2pjaTQ/view?usp=sharing&resourcekey=0-yLUEFXuwfiiBGKYTEp1Cmg







SSH not working with password after upgrade ubuntu 22.04

Issue: In recent upgrade of ubuntu 22.04 we are not able to login server with SSH password. but when we try to login with key then it allow...