I would like to use the
Epson ET-4750 via the LAN and no longer via USB (as before). Therefore, I have looked at the installation again.
Epson describes the
installation of the printer driver in the "Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux Manual".
https://download.ebz.epson.net/man/linux/escpr2.html The command for the console "su -c 'urpmi" I took from "sturmvogel" according to the above post and used the rest from Epson's manual with the current driver from Epson. The installation worked:
- Code: Select all
su -c 'urpmi /path_where_you_saved_the_rpm/epson-inkjet-printer-escpr2-1.1.48-1lsb3.2.x86_64.rpm'
https://download.ebz.epson.net/man/linu ... tml#sec8-1I did the setup of the printer with CUPS according to the manual from Epson.
https://download.ebz.epson.net/man/linu ... tml#sec8-2The network settings for the printer according to the FAQ "Printing via the network interface".
https://download.ebz.epson.net/faq/linu ... 00002.html I was able to set up the printer successfully this way.
The
Epson ET-4750 is a multifunction device (printer, scanner, fax). I did the
setup of the scanner according to Epson's instructions. I took the command "su -c 'urpmi" from "sturmvogel" and the rest from the Epson manual.
- Code: Select all
su -c 'urpmi /path_where_you_saved_the_rpm/epsonscan2-6.6.40.0-1.x86_64.rpm'
https://download.ebz.epson.net/man/linu ... l#sec5-1-2I installed the plugin for scanning over the network as well.
- Code: Select all
su -c 'urpmi /path_where_you_saved_the_rpm/epsonscan2-non-free-plugin-1.0.0.5-1.x86_64.rpm
I now wanted to set up the current Mageia 8 so that I can scan from the Epson ET-4750 over the network. In the program EpsonScan2 I could not add the Epson ET-4750 (The program does not offer the scanner in the selection menu).
https://download.ebz.epson.net/man/linu ... tml#sec8-1Therefore I wanted to enter the network address of the Epson ET-4750 manually according to the instructions from Epson:
"Please edit /home/.epsonscan2/Network/epsonscan2.conf file by using root privileges as below. (The .epsonscan2 directory is a hidden directory.)"
https://download.ebz.epson.net/man/linu ... tml#sec8-2 With the file explorer Dolphin I wanted to open the folder as standard user, but there appears the error message that this folder or file does not exist. What could be the reason for this? Does this folder really not exist (It is not visible, although "Show hidden files" is activated under View)? Or does such a file need to be edited in some other way?
Has the installation of the scanner driver been completed successfully according to the console? I don't know if a positive message should come to the completion or not:
- Code: Select all
[elina@localhost ~]$ su -c 'urpmi /home/elina/Downloads/epsonscan2-6.6.40.0-1.x86_64.rpm'
Passwort:
SICHERHEIT: Das folgende Paket ist _NICHT_ signiert (OK ((none))): /home/elina/Downloads/epsonscan2-6.6.40.0-1.x86_64.rpm
epsonscan2-6.6.40.0-1.x86_64.rpm von /home/elina/Downloads wird installiert
Vorbereiten … ###############################################################################################################
1/1: epsonscan2 ###############################################################################################################
Could the problem with the scanner be due to the firewall? I have not made any changes to the firewall. The default settings should be active.
Epson FAQ: Connection to specific device or network device fails
https://download.ebz.epson.net/faq/linu ... 00020.htmlIn the Wiki I have seen the topic "Epson scanners". I do not fully understand it. I'm not sure if it's up to date (Mageia 3 and scanner software other than Epson Scan2 are mentioned).
Thanks in advance for the help.