Package Details: iscan-plugin-network 1.1.2-15

Git Clone URL: https://aur.archlinux.org/iscan-plugin-network.git (read-only, click to copy)
Package Base: iscan-plugin-network
Description: Plugin for using Epson scanners with ISCAN over network
Upstream URL: http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX
Keywords: Epson network scanner
Licenses: custom:COPYING.EPSON
Submitter: None
Maintainer: alexdw
Last Packager: alexdw
Votes: 69
Popularity: 0.000004
First Submitted: 2010-01-22 08:56 (UTC)
Last Updated: 2020-08-23 23:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

missingSleepDeps commented on 2020-07-28 01:45 (UTC)

Is this package still safe? The keys all fail validity checks...

Muncrief commented on 2019-11-04 18:49 (UTC)

@alexdw: Thank you sir. My kludge seemed to work, but I know at least the license file stuff didn't appear to be correct.

alexdw commented on 2019-11-04 18:27 (UTC)

@muncrief: Updated with new download links and license file - thanks!

Muncrief commented on 2019-09-13 17:57 (UTC) (edited on 2019-09-13 20:40 (UTC) by Muncrief)

This package no longer works and I flagged it out of date.

However I was able to create a new PKGBUILD file that works and have pasted it below. I have a functioning scanner for my WF-2650 again.

# Maintainer: Alex Wiggins <alex . d . wiggins at gmail . com>
# Maintainer: bslackr <brendan at vastactive dot com>
# Contributor: Gianni Vialetto <g dot vialetto at gmail dot com>
# Contributor: Brian Miller :
# Contributor: Tom Kuther <gimpel@sonnenkinder.org>

pkgname=iscan-plugin-network
_pkgintname=iscan-network-nt
_pkgdlname=iscan-bundle
pkgver=2.30.4
_pkgver=1.1.2-1 # workaround for hyphen in version
_pkgdlver=2.30.4 # download bundle version
pkgrel=13
pkgdesc="Plugin for using Epson scanners with ISCAN over network"
arch=('i686' 'x86_64')
url="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
license=('custom:AVASYSPL')
depends=(iscan)
install=iscan-plugin-network.install

if [[ ${CARCH} = 'x86_64' ]]; then
    _pkgdlarch='x64'
    _pkgarch='amd64'
    sha512sums=('SKIP')
    source=("iscan-bundle.deb.tar.gz::https://download2.ebz.epson.net/iscan/general/deb/${_pkgdlarch}/${_pkgdlname}-${_pkgdlver}.${_pkgdlarch}.deb.tar.gz")
else
    _pkgdlarch='x86'
    _pkgarch='i386'
    sha512sums=('SKIP')
    source=("iscan-bundle.deb.tar.gz::https://download2.ebz.epson.net/iscan/general/deb/${_pkgdlarch}/${_pkgdlname}-${_pkgdlver}.${_pkgdlarch}.deb.tar.gz")
fi

build() {
cd $srcdir
cd ${_pkgdlname}-${_pkgdlver}.${_pkgdlarch}.deb/plugins
bsdtar -xf ${_pkgintname}_${_pkgver}_${_pkgarch}.deb
bsdtar -xf data.tar.gz
cp -R usr $srcdir
}

package() {
cd $srcdir
cp -R usr $pkgdir
install -Dm644 usr/share/doc/${_pkgintname}/COPYING.EPSON.en.txt.gz $pkgdir/usr/share/licenses/${pkgname}/COPYING.EPSON
}

leosanvieira commented on 2017-03-23 22:48 (UTC)

@aledw: Yes, and this package already comes with it's own network plugin. I tried using the ubuntu package but it didn't work. I'll try other solutions when i have some time available.

alexdw commented on 2017-03-23 20:32 (UTC)

@leosanvieira: Do you mean this (http://support.epson.net/linux/en/imagescanv3.html)? It might be possible to use the Debian package for Arch like for this network plugin?

leosanvieira commented on 2017-03-22 22:33 (UTC)

@alexdw, yes i did. After some search, it seems my scanner may not be compatible with the iscan package, it needs the imagescanv3 which is not packaged yet.

alexdw commented on 2017-03-22 22:18 (UTC)

@leosanvieira: Just to check, you also have 'net' uncommented in "/etc/sane.d/dll.conf"? And you've specified the IP address (rather than a hostname or similar) using 'net ##.##.##.##' in "/etc/sane.d/epkowa.conf"? I just tried on a fresh(ish) Arch Linux install and it works fine (with an Epson XP-202, with fixed IP address) via Wifi for me. All I did was add 'epkowa' to "/etc/sane.d/dll.conf" and 'net ##.##.##.##' (the scanner's fixed IP address) to "/etc/sane.d/epkowa.conf" and it works fine with 'iscan'.

leosanvieira commented on 2017-03-22 17:24 (UTC)

@alexdw, Everytime i try to use iscan i receive the following message after a long time: "Could not send command to scanner. Check the scanner's status.". I have "epkowa" in /etc/sane.d/dll.conf and "net {ip}" in /etc/sane.d/epkowa.conf. Any suggestions? Epson L375.

sampurna commented on 2015-11-09 15:27 (UTC)

thanks! 1.1.1-13 works for me