Kood: |
# apt-get install sane |
Kood: |
# lsusb | grep Epson |
Kood: |
# apt-get remove libsane-extras |
Kood: |
# apt-get install lsb
# alien --scripts iscan-<versioon>.c2.i386.rpm # alien --scripts iscan-plugin-cx4400-<versioon>.c2.i386.rpm # dpkg -i iscan_<versioon>_i386.deb iscan-plugin-cx4400_<versioon>_i386.deb |
Kood: |
# apt-get install { kooka | quiteinsane | xsane } gocr |
Kood: |
# ln -s /usr/lib/iscan/libesint7E.so.2.0.0 /usr/lib/iscan/libesint7E |
Kood: |
# mkdir /etc/rc.d; ln -s /etc/init.d /etc/rc.d/init.d; ln -s /etc/rc0.d /etc/rc.d/rc0.d; ln -s /etc/rc1.d /etc/rc.d/rc1.d; ln -s /etc/rc2.d /etc/rc.d/rc2.d; ln -s /etc/rc3.d /etc/rc.d/rc3.d; ln -s /etc/rc4.d /etc/rc.d/rc4.d; ln -s /etc/rc5.d /etc/rc.d/rc5.d; ln -s /etc/rc6.d /etc/rc.d/rc6.d
# ln -s /bin/pidof /sbin/pidof # ln -s /lib/lsb/init-functions /etc/rc.d/init.d/functions |
Kood: |
# mkdir pips
# mv pips-scx4450-Redhat9-3.0-CLGE.tgz pips/ # cd pips # tar xfz pips-scx4450-Redhat9-3.0-CLGE.tgz # ./pips-scx4450-Redhat9-3.0-CLGE.install --noexec --target ./ --keep --nochown # alien --scripts --keep-version pips-*.rpm # dpkg -i pips-*.deb |
Kood: |
# cp /usr/local/EPAva/printer/scx4450/ekpdrc_scx4450 /etc/ekpdrc |
Kood: |
# /usr/local/EPAva/distro/ekpdsetup -i |
Kood: |
#!/bin/sh
# chkconfig: 2345 11 89 # # Photo Image Print System # Copyright (C) 2002-2005 EPSON AVASYS Corporation. # Copyright (C) SEIKO EPSON CORPORATION 2002-2005. # # . /etc/rc.d/init.d/functions PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/local/EPAva/core/ekpd NAME=ekpd DESC="EPSON Avasys printing daemon" [ -f $DAEMON ] || exit 0 OLDMASK=`umask` umask 000 case "$1" in start) pidlist=`pidof $NAME` if [ "x" = "x$pidlist" ]; then echo -n "Starting $NAME:" start-stop-daemon --start --exec $DAEMON 2>/dev/null echo fi ;; stop) echo -n "Stopping ekpd:" start-stop-daemon --stop --name $DAEMON 2>/dev/null echo ;; restart) $0 stop sleep 2 $0 start ;; *) echo "Usage: ekpd { start | stop | restart }" >&2 exit 1 ;; esac umask $OLDMASK exit 0 |
Kood: |
# /etc/init.d/ekpd start |
Kood: |
$ { echo aaargh | cat "/mingi/fail" } > /var/ekpd/ekplp0 |
Kood: |
____
____ _________... |
mihhkel kirjutas: |
Käivitades nüüd "iscan" peaks kõik töötama. |
HillarP kirjutas: |
Üks võimalikke lahendusi on Ubuntu foorumis Tõenäoliselt toimib see kõikide debian tüüpi opsüsteemidega |
Kood: |
/etc/rc.d/init.d/ekpd start |
Kood: |
scanimage -L |
Kood: |
device `epkowa:libusb:001:002' is a Epson Stylus CX4300/CX4400/CX5500/CX5600/DX4400 flatbed scanner |
Kood: |
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. found USB scanner (vendor=0x04b8 [Language Error], product=0x083f [Language Error]) at libusb:001:002 # 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. # You may want to run this program as root to find all devices. Once you # found the scanner devices, be sure to adjust access permissions as # necessary. |
Kessu kirjutas: |
Aga chmod-i ei lase teha nagu manuaalis kirjas. |
Kood: |
ls -l /proc/bus/usb/001/002 |
Kood: |
sudo update-usbids |
Kood: |
Bus 002 Device 002: ID 04b8:083f Seiko Epson Corp. Stylus DX4450 |
wk kirjutas: |
Ja chmodiga /proc -is müttamise asemel on tegelikult paremaid nippe ka. Ma loodan, et USB baasi uuendus aitab juba edasi... |
Kood: |
Bus 002 Device 002: ID 04b8:083f Seiko Epson Corp. Stylus DX4450
|