Comprei uma Epson Ink Tank L3150. Com as dicas que vi aqui no fórum, baixei e instalei os drivers do site da Epson e conseguir configurar ela no Linux sem problemas. Liguei ela no Wifi através do WPS, a impressão e o scanner por rede funcionam perfeitamente, assim como por USB.
O único problema que ficou é que essa feramenta que a Epson fornece o epson printer utility não está exibindo os níveis de tinta, ao digitar o comando epson-printer-utility no terminal é retornado o erro libpng warning: iCCP: known incorrect sRGB profile o programa abre, mas não mostra o nível de tinta
Alguém sabe o que pode ser ?
Libpng-1.6 is more stringent about checking ICC profiles than previous versions. You can ignore the warning. To get rid of it, remove the iCCP chunk from the PNG image.
Some applications treat warnings as errors; if you are using such an application you do have to remove the chunk. You can do that with any of a variety of PNG editors such as ImageMagick’s convert in.png out.png.
To remove the invalid iCCP chunk from all of the PNG files in a folder (directory), you can use ImageMagick’s *mogrify .png , provided that your ImageMagick was built with libpng16 (run convert -list format | grep PNG to be sure of that).
If you’d like to find out which files need to be fixed instead of blindly processing all of them, you can run my *pngcrush -n -q .png where the " -n " means don’t rewrite the files and " -q " means suppress most of the output except for warnings. Sorry, there’s no option yet in pngcrush to suppress everything but the warnings.
or
Run below command
Use find . -type f -name ‘*.png’ -execute mogrify {} ; to recursively modify .png files in current directory.
Não consegui executar os comandos. Mas uma coisa que eu percebi é que quando ela está totalmente desconectada da rede ele mostra os níveis de tinta. Quando está conectada, mesmo utilizando o computador que está conectado via USB, ela não mostra.
Descobri o que era, na verdade foi bobeira minha. Ao clicar em mudança de impressora eu posso selecionar a conexão usb, ai mostra o níveis de tinta. Valeu!
`
1 curtida
Blz.
Às vezes passa voado por estes detalhes. Acontece.
O importante é que está funcionando.

1 curtida