LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-29-2018, 02:21 PM   #1
tosim
Member
 
Registered: May 2012
Posts: 73

Rep: Reputation: Disabled
Epson XP430 printer Driver


Epson XP430 printer, driver needed to allow use of Scan(to computer, to network, etc). Am running Mint-MATE,18.3,64b.
Mint recognizes the printer, but not the scanner, of this AIO unit. This AIO not listed in Linux Print, nor Epson sites.Any help would be gratefully appreciated. Thank you.
 
Old 01-29-2018, 03:47 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,790

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
The Epson Linux driver site does offer a scanner driver package. Type 'XP-430' for the model and you'll see it in the list.
 
1 members found this post helpful.
Old 01-29-2018, 03:52 PM   #3
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,790

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Just to clarify further - when on the scanner driver page, navigate to Linux Scanner Driver Download >> Package Download Page, and there you'll see the various package options available to download from.

http://support.epson.net/linux/en/im...version=1.3.24
 
Old 01-30-2018, 09:17 AM   #4
tosim
Member
 
Registered: May 2012
Posts: 73

Original Poster
Rep: Reputation: Disabled
Ferrari-Thanks so much for the info, I could not, prior to your reply, find it anywhere. I installed it first using the command:

tar xaf imagescan-bundle-linuxmint-18-1.3.24.x64.deb.tar.gz
cd imagescan-bundle-linuxmint-18-1.3.24.x64.deb
./install.sh
It ran, but when I went to "Simple Scan", it would not show up, only my HP scanner was there. So next, I used the install.sh command. It ran, then the deb pkg installer said "same program already installed". Still a no show in "Simple Scan". Any other suggestions, please? And again, thanks for your assistance.
 
Old 01-30-2018, 12:10 PM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,790

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
How is your AIO device connected? (Network or USB). If network attached, then the 'imagescan-plugin-networkscan' package is also required. Try using the 'imagescan' application that is part of the scanning bundle.

The 'Image Scan v3 Manual' is worth a read:
http://download.ebz.epson.net/man/li....html#sec6-1-4
 
Old 01-30-2018, 12:46 PM   #6
tosim
Member
 
Registered: May 2012
Posts: 73

Original Poster
Rep: Reputation: Disabled
Network Scan. Went as advised above, used cmd: "dpkg --install imagescan-plugin-networkscan_${ver}–${rel}epson4ubuntu_${arch}.deb" received error message. Please see attachment.
Attached Thumbnails
Click image for larger version

Name:	errorscan.jpg
Views:	50
Size:	28.1 KB
ID:	26855  
 
Old 01-30-2018, 09:35 PM   #7
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,790

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
That error is because the .deb package couldn't be found at the location you installed from. Navigate to the location you downloaded it to and install from there, or specify the path to the file.
 
Old 01-31-2018, 09:22 AM   #8
tosim
Member
 
Registered: May 2012
Posts: 73

Original Poster
Rep: Reputation: Disabled
EpsonXP430

Thank you. Did as you said-"cd", and ran the file, to no avail. Please see screenshot. Scanner does not show on wireless, or when I plug in to usb. Thank you so much for all your help.
Attached Thumbnails
Click image for larger version

Name:	scan.jpg
Views:	43
Size:	112.4 KB
ID:	26863  

Last edited by tosim; 01-31-2018 at 09:24 AM. Reason: Add attachment
 
Old 01-31-2018, 04:52 PM   #9
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,790

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
A permissions problem perhaps? For USB-connected scanners at least, it may be necessary for the user to be a member of the 'lp' group. With the scanner connected to a USB port, what is reported by the following command?
Code:
sane-find-scanner
If nothing found, run again as root using
Code:
sudo sane-find-scanner
Report back with the output and don't forget to enclose the output within code tags (refer to the'#' button in the editor). It's better than posting image snippets IMO.

You can also disconnect and reconnect the scanner from a USB port and capture the kernel output
Code:
dmesg|tail
That might tell us how the device is being enumerated.
 
Old 02-01-2018, 11:16 AM   #10
tosim
Member
 
Registered: May 2012
Posts: 73

Original Poster
Rep: Reputation: Disabled
XP430

Re:sane-find-scanner
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.

could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
found USB scanner (vendor=0x04b8, product=0x1104) at libusb:002:003
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.

# Not checking for parallel port scanners.

# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
Re: sudo sane-find-scanner

# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.

# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.

could not fetch string descriptor: Pipe error
could not fetch string descriptor: Pipe error
found USB scanner (vendor=0x04b8, product=0x1104) at libusb:002:003
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.

# Not checking for parallel port scanners.

# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
Re: dmesg|tail
[10357.884347] usb 2-3: SerialNumber: 565A56503339393470
[10357.894445] usblp 2-3:1.1: usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04B8 pid 0x1104
[10357.895961] usb-storage 2-3:1.2: USB Mass Storage device detected
[10357.896188] scsi host4: usb-storage 2-3:1.2
[10358.922113] scsi 4:0:0:0: Direct-Access EPSON Storage 1.00 PQ: 0 ANSI: 2
[10358.922717] sd 4:0:0:0: Attached scsi generic sg2 type 0
[10358.935342] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[10360.473830] [UFW BLOCK] IN=enp63s0 OUT= MAC=00:24:21:7e:ef:18:44:d2:44:88:43:0d:08:00 SRC=192.168.1.145 DST=192.168.1.130 LEN=104 TOS=0x00 PREC=0x00 TTL=30 ID=48887 PROTO=UDP SPT=3289 DPT=52133 LEN=84
[10363.021130] usblp0: removed
[10363.032364] usblp 2-3:1.1: usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04B8 pid 0x1104

I very much appreciate your taking the time to assist, but I think we'll give it one more try then stop.Once again, many, many thanks.
 
Old 02-01-2018, 12:11 PM   #11
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,790

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Please use code tags when posting output! Your scanner device was detected by 'sane-find-scanner'
Code:
found USB scanner (vendor=0x04b8, product=0x1104) at libusb:002:003
On this basis, try running the Epson scanning utility (launched from a terminal window) with
Code:
imagescan
Quote:
I very much appreciate your taking the time to assist, but I think we'll give it one more try then stop.Once again, many, many thanks.
Happy to be of guidance, and we've only just got started. We're not over your shoulder, and so we rely on you to post relevant information that can lead to a successful resolution. That can require investigation to eliminate possible problems. It's your choice if you decide to stop with this process.
 
Old 02-02-2018, 02:37 AM   #12
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,790

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Although I don't own Epson hardware, I installed the imagescan packages to examine them further, and note that for network-attached Epson devices, the /etc/imagescan/imagescan.conf can be edited to include the IP address of the scanner as explained in the configuration information contained in that file...
Quote:
CONFIGURATION
=============

In order to configure a scanner for use with this plugin, add a
snippet similar to that below to your 'imagescan' configuration.
This file typically exists as '/etc/imagescan/imagescan.conf' but
may be located elsewhere.

[devices]

net.udi = networkscan:esci://192.168.0.2:1865
net.vendor = Epson
net.model = DS-5500
net.name = My Network Scanner

Adjust the IP address and model information to that of your scanner.
The port number, 1865, should be correct for all supported scanners
but may be modified if necessary. The 'vendor', 'model' and 'name'
attributes are optional and only used for display purposes.
Note that the 'name' is not visible with SANE frontends. This is a
limitation of the SANE API.
For USB-connected Epson AIO devices, the imagescan package provides udev rules (/etc/udev/rules.d/utsushi-esci.rules) which should allow the detection of compatible models (including and entry for the XP-430 model). Running the imagescan front-end should be all that is necessary to access the scanner.

Last edited by ferrari; 02-02-2018 at 02:39 AM.
 
Old 02-02-2018, 09:03 AM   #13
tosim
Member
 
Registered: May 2012
Posts: 73

Original Poster
Rep: Reputation: Disabled
Epson XP430

OK-you hit the nail on my head, it works. Thank you ever so much for all the assistance. You can please mark this as "Resolved".
 
Old 02-02-2018, 01:41 PM   #14
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,790

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Good to read of your success with this. This thread may be useful to others who come searching.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux driver for Epson printer JDWheel Linux - General 7 06-18-2020 03:16 AM
driver printer Epson TM-U220 h4k33m Linux - Hardware 3 04-18-2012 03:35 AM
Looking for printer driver for epson printer... cbjhawks SUSE / openSUSE 2 02-01-2007 05:48 PM
driver printer epson cx1500 MAGOVIA Debian 1 07-14-2005 04:23 PM
Mandrake printer driver for EPSON C64 ? perry Linux - Hardware 2 05-21-2004 12:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:11 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration