Posts: 88
Threads: 10
Joined: Mar 2017
Reputation:
0
10-01-2020, 08:12 AM
(This post was last modified: 10-01-2020, 08:13 AM by Paul74.)
Hello Derekg,
With LL 5.0, there is a new version of CUPS.
Have you try to install your printer/Scanner WITHOUT drivers from Epson site ?
I use a XP-335 and I don't need to load drivers from Epson site and it works correctly under LL 5.0 ; on the test page it is specified "driver : drvless.ppd"
For scanner, don(t forget to stop firewall prior to start SANE.
LL 4.8 running on Dell Optiflex 760
LL 4.8 running on Asus X52J
LL 4.8 running on Toshiba Satellite C670-14W
LL 3.8 (32 bits) running on HP Pavilion
LL 5.0 running on Samsung RV515
Posts: 10
Threads: 2
Joined: Aug 2020
Reputation:
0
10-01-2020, 09:49 AM
(This post was last modified: 10-01-2020, 09:53 AM by Derekg.)
Paul74, I installed LinuxLite 5.0 this afternoon, and cheers i`ll give that a go. Also i can`t get the scanner to scan.
Posts: 88
Threads: 10
Joined: Mar 2017
Reputation:
0
Derekg,
In this case you will have some parameters to specify in ndifferent fils to get the scanner working !
In the directory /etc/sane.d :
1/ Modify the file dll.conf and activate following lines :
net
epson
epkowa
epson2
2/ Add or modify the file named epkowa.conf to add scanner ip adress and port 1865 : (in the exemple below, it's my epkowa.conf file)
net 192.168.1.152 1865
----------------
Replace by your printer ip adress
3/ Reboot the system and start Sane.
LL 4.8 running on Dell Optiflex 760
LL 4.8 running on Asus X52J
LL 4.8 running on Toshiba Satellite C670-14W
LL 3.8 (32 bits) running on HP Pavilion
LL 5.0 running on Samsung RV515
Posts: 88
Threads: 10
Joined: Mar 2017
Reputation:
0
1/ You vill have to edit the file "/etc/sane.d/dll.conf" and suppress the "#" for the lines containing :
#net
#epson
#epson2
and add a line to specify :
epkowa
2/ Create the file "/etc/sane.d/epkowa.conf" and specify :
net aaa.bbb.c.d 1865
Note : replace aaa.bbb.c.d by the ip adress of your printer, it's generally the form "192.168.1.nnn"
To get printer adress :
1/ Start your printer and wait to get it in ready mode
2/ Use terminal and give the command lpinfo -v | grep -P '://'
3/ Reboot your system
LL 4.8 running on Dell Optiflex 760
LL 4.8 running on Asus X52J
LL 4.8 running on Toshiba Satellite C670-14W
LL 3.8 (32 bits) running on HP Pavilion
LL 5.0 running on Samsung RV515
Posts: 88
Threads: 10
Joined: Mar 2017
Reputation:
0
You need to use :
sudo gedit /etc/sane.d/dll.conf
and to specify your password when asked, be carefull, it's normal than the password doesn't appears !
And to create epkowa.conf :
sudo gedit /etc/sane.d/epkowa.conf
LL 4.8 running on Dell Optiflex 760
LL 4.8 running on Asus X52J
LL 4.8 running on Toshiba Satellite C670-14W
LL 3.8 (32 bits) running on HP Pavilion
LL 5.0 running on Samsung RV515
Posts: 1,511
Threads: 140
Joined: Mar 2016
Reputation:
0
Self explanatory. Gedit is not installed. Use sudo nano.
TC
All opinions expressed and all advice given by Trinidad Cruz on this forum are his responsibility alone and do not necessarily reflect the views or methods of the developers of Linux Lite. He is a citizen of the United States where it is acceptable to occasionally be uninformed and inept as long as you pay your taxes.