OpenPrinting / ipp-usb

ipp-usb -- HTTP reverse proxy, backed by IPP-over-USB connection to device
BSD 2-Clause "Simplified" License
135 stars 14 forks source link

Epson L3266 issue #38

Closed qo0op closed 2 years ago

qo0op commented 2 years ago

Hello,

I was testing Epson L3266 printer and having troubles with

With other printers I'm able to print from CLI with lp(admin). (You can see list of logs of tested printers below.)

root@test:~# driverless
ipp://EPSON%20L3260%20Series%20(USB)._ipp._tcp.local/
root@test:~# nano /var/log/ipp-usb/
03f0-1a53-CN18CB81YY-HP-DeskJet-4100-series.log           03f0-1a53-CN18CB81YY-HP-DeskJet-4100-series.log.3.gz      03f0-f32a-CNBRP448GB-HP-Neverstop-Laser-100x.log.0.gz     04b8-1186-583942593030353531-EPSON-L3260-Series.log
03f0-1a53-CN18CB81YY-HP-DeskJet-4100-series.log.0.gz      03f0-1a53-CN18CB81YY-HP-DeskJet-4100-series.log.4.gz      03f0-f32a-CNBRP448GB-HP-Neverstop-Laser-100x.log.1.gz     04b8-1186-583942593030353531-EPSON-L3260-Series.log.0.gz
03f0-1a53-CN18CB81YY-HP-DeskJet-4100-series.log.1.gz      03f0-c12a-PHFMC26324-HP-LaserJet-Pro-M404-M405.log        03f0-f32a-CNBRP448GB-HP-Neverstop-Laser-100x.log.2.gz     main.log
03f0-1a53-CN18CB81YY-HP-DeskJet-4100-series.log.2.gz      03f0-f32a-CNBRP448GB-HP-Neverstop-Laser-100x.log          03f0-f32a-CNBRP448GB-HP-Neverstop-Laser-100x.log.3.gz
root@test:~# lpadmin -p EPSON -v "ipp://EPSON%20L3260%20Series%20(USB)._ipp._tcp.local/" -m everywhere
lpadmin: Unable to query printer: Bad Request
root@test:~# nano /var/log/ipp-usb/main.log
root@test:~# nano /var/log/ipp-usb/04b8-1186-583942593030353531-EPSON-L3260-Series.log

Attached ipp-usb logs: main.log 04b8-1186-583942593030353531-EPSON-L3260-Series.log

System description (custom Yocto Linux distribution, CUPS/2.3.3 (Linux 4.1.46; armv7l), ipp-usb v0.9.19).

Do you think that this is a firmware issue of the printer? (I didn't find firmware update files for this printer. Tool provided for Windows didn't offer any available update. Firmware version is 05.15.XE03L8.)

Thanks for reply.

qo0op commented 2 years ago

Hmm, I was able to print on RPi 4, Debian (bullseye) using ipp-usb witth this printer.

It seems that the same issue was discussed here https://github.com/OpenPrinting/ipp-usb/issues/29 already, workaround discussed and implemented. I will try it next week.

qo0op commented 2 years ago

Ok, this solved the issue. (https://github.com/OpenPrinting/cups/issues/185)