quadportnick / docker-cups-airprint

Docker image for CUPS intended as an AirPrint relay on Synology DSM
GNU General Public License v3.0
65 stars 136 forks source link

Please add model epson L805 #11

Closed smilence86 closed 1 year ago

smilence86 commented 1 year ago

Hello, sorry for this way to contact you, I can't find your email and issues of this repo closed, I used your docker image that is awesome, It's running at arm64 successfully, I added 2 printers both works very well, thanks for your project.

I want to add model epson L805 to cups, but I don't know how to do it, I have found the driver and tested it on my ubuntu system. It works.

arm64 driver is here: https://www.epson.com.cn/Apps/tech_support/GuideDriveContent.aspx?ColumnId=31395&ArticleId=45192

amd64 driver is here: https://www.epson.com.cn/Apps/tech_support/GuideDriveContent.aspx?ColumnId=31395&ArticleId=45205

The drivers file format are deb. your image based alpine, thus can't use dpkg command to install it.

Counld you add these drivers to docker image or tell me how to do it.

Thanks.