public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Epson L380 scanner+ printer
@ 2018-04-17 17:20 Francisco Ares
  2018-04-17 21:29 ` Heiko Baums
  0 siblings, 1 reply; 4+ messages in thread
From: Francisco Ares @ 2018-04-17 17:20 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 129 bytes --]

Hi!

Can anyone tell me how to set up the scanner part of an Epson L380?

The printer part is up and running.

Thanks!
Francisco

[-- Attachment #2: Type: text/html, Size: 337 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Epson L380 scanner+ printer
  2018-04-17 17:20 [gentoo-user] Epson L380 scanner+ printer Francisco Ares
@ 2018-04-17 21:29 ` Heiko Baums
  2018-04-19 13:36   ` Francisco Ares
  0 siblings, 1 reply; 4+ messages in thread
From: Heiko Baums @ 2018-04-17 21:29 UTC (permalink / raw
  To: gentoo-user

Am Tue, 17 Apr 2018 17:20:21 +0000
schrieb Francisco Ares <frares@gmail.com>:

> Can anyone tell me how to set up the scanner part of an Epson L380?

It's most likely done this way (at least for printers which need the
open source driver ESC/P-R):

- Install sane.
- In /etc/sane.d/dll.conf uncomment the line epson2.
- In /etc/sane.d/epson2.conf set or uncomment those lines:

usb
usb <vendor ID> <product ID>
net <IP address | autodiscovery>

If you have it connected via Wifi you probably need to configure it for
USB, too. At least you can configure it for both connection types at
the same time.

Just in case, you won't be able to use this printer with a Raspberry Pi,
because it needs the proprietary ESC/P driver. If you consider
connecting an EPSON printer to a Raspberry Pi you would need a printer
which needs the open source driver ESC/P-R.

Heiko


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Epson L380 scanner+ printer
  2018-04-17 21:29 ` Heiko Baums
@ 2018-04-19 13:36   ` Francisco Ares
  2018-04-20  1:05     ` Francisco Ares
  0 siblings, 1 reply; 4+ messages in thread
From: Francisco Ares @ 2018-04-19 13:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1223 bytes --]

2018-04-17 18:29 GMT-03:00 Heiko Baums <lists@baums-on-web.de>:

> Am Tue, 17 Apr 2018 17:20:21 +0000
> schrieb Francisco Ares <frares@gmail.com>:
>
> > Can anyone tell me how to set up the scanner part of an Epson L380?
>
> It's most likely done this way (at least for printers which need the
> open source driver ESC/P-R):
>
> - Install sane.
> - In /etc/sane.d/dll.conf uncomment the line epson2.
> - In /etc/sane.d/epson2.conf set or uncomment those lines:
>
> usb
> usb <vendor ID> <product ID>
> net <IP address | autodiscovery>
>
> If you have it connected via Wifi you probably need to configure it for
> USB, too. At least you can configure it for both connection types at
> the same time.
>
> Just in case, you won't be able to use this printer with a Raspberry Pi,
> because it needs the proprietary ESC/P driver. If you consider
> connecting an EPSON printer to a Raspberry Pi you would need a printer
> which needs the open source driver ESC/P-R.
>
> Heiko
>
>
Regarding the printer part of the Epson L380, the
package net-print/gutenprint does the job, so this part is solved.

The question remains regarding the scanner part.  I'll try your
suggestions, then I get back with the results.

Thanks!

Francisco

[-- Attachment #2: Type: text/html, Size: 2054 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Epson L380 scanner+ printer
  2018-04-19 13:36   ` Francisco Ares
@ 2018-04-20  1:05     ` Francisco Ares
  0 siblings, 0 replies; 4+ messages in thread
From: Francisco Ares @ 2018-04-20  1:05 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1372 bytes --]

2018-04-19 10:36 GMT-03:00 Francisco Ares <frares@gmail.com>:

>
>
> 2018-04-17 18:29 GMT-03:00 Heiko Baums <lists@baums-on-web.de>:
>
>> Am Tue, 17 Apr 2018 17:20:21 +0000
>> schrieb Francisco Ares <frares@gmail.com>:
>>
>> > Can anyone tell me how to set up the scanner part of an Epson L380?
>>
>> It's most likely done this way (at least for printers which need the
>> open source driver ESC/P-R):
>>
>> - Install sane.
>> - In /etc/sane.d/dll.conf uncomment the line epson2.
>> - In /etc/sane.d/epson2.conf set or uncomment those lines:
>>
>> usb
>> usb <vendor ID> <product ID>
>> net <IP address | autodiscovery>
>>
>> If you have it connected via Wifi you probably need to configure it for
>> USB, too. At least you can configure it for both connection types at
>> the same time.
>>
>> Just in case, you won't be able to use this printer with a Raspberry Pi,
>> because it needs the proprietary ESC/P driver. If you consider
>> connecting an EPSON printer to a Raspberry Pi you would need a printer
>> which needs the open source driver ESC/P-R.
>>
>> Heiko
>>
>>
> Regarding the printer part of the Epson L380, the
> package net-print/gutenprint does the job, so this part is solved.
>
> The question remains regarding the scanner part.  I'll try your
> suggestions, then I get back with the results.
>
> Thanks!
>
> Francisco
>


It works, thank you!

Francisco

[-- Attachment #2: Type: text/html, Size: 2669 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-20  1:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17 17:20 [gentoo-user] Epson L380 scanner+ printer Francisco Ares
2018-04-17 21:29 ` Heiko Baums
2018-04-19 13:36   ` Francisco Ares
2018-04-20  1:05     ` Francisco Ares

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox