[~] # ipkg install sane-backends
Package sane-backends (1.0.22-1) installed in root is up to date.
Configuring sane-backends
sane-backends has been installed. To finish the installation, you should consider installing
either xinetd or inetd to make sane-backend running.
For inetd, add the following to /opt/etc/inetd.conf:
sane-port stream tcp nowait admin.administrators /opt/sbin/saned saned
For xinetd, create a /opt/etc/xinetd.d/saned file like:
service saned
{
socket_type = stream
server = /opt/sbin/saned
protocol = tcp
//opt/lib/ipkg/info/sane-backends.postinst: line 65: /opt/etc/xinetd.d/saned: No such file or directory
//opt/lib/ipkg/info/sane-backends.postinst: line 66: /opt/etc/xinetd.d/saned: No such file or directory
//opt/lib/ipkg/info/sane-backends.postinst: line 67: /opt/etc/xinetd.d/saned: No such file or directory
postinst script returned status 1
ERROR: sane-backends.postinst returned 1
Nothing to be done
Successfully terminated.
mkdir /opt/etc/xinetd.d
[~] # ipkg install sane-backends
Package sane-backends (1.0.22-1) installed in root is up to date.
Configuring sane-backends
sane-backends has been installed. To finish the installation, you should consider installing
either xinetd or inetd to make sane-backend running.
For inetd, add the following to /opt/etc/inetd.conf:
sane-port stream tcp nowait admin.administrators /opt/sbin/saned saned
For xinetd, create a /opt/etc/xinetd.d/saned file like:
service saned
{
socket_type = stream
server = /opt/sbin/saned
protocol = tcp
Successfully terminated.
[~] # 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=0x03f0 [hp], product=0x3f11 [psc 1310 series ]) at lib
# 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.
[~] # scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
- Try scanimage -L and read the backend's manpage.
No i próbowałem zainstalowaćpoczątki z problemami
Kod:[~] # ipkg install sane-backends Package sane-backends (1.0.22-1) installed in root is up to date. Configuring sane-backends sane-backends has been installed. To finish the installation, you should consider installing either xinetd or inetd to make sane-backend running. For inetd, add the following to /opt/etc/inetd.conf: sane-port stream tcp nowait admin.administrators /opt/sbin/saned saned For xinetd, create a /opt/etc/xinetd.d/saned file like: service saned { socket_type = stream server = /opt/sbin/saned protocol = tcp //opt/lib/ipkg/info/sane-backends.postinst: line 65: /opt/etc/xinetd.d/saned: No such file or directory //opt/lib/ipkg/info/sane-backends.postinst: line 66: /opt/etc/xinetd.d/saned: No such file or directory //opt/lib/ipkg/info/sane-backends.postinst: line 67: /opt/etc/xinetd.d/saned: No such file or directory postinst script returned status 1 ERROR: sane-backends.postinst returned 1 Nothing to be done Successfully terminated.
stworzyłem katalog
Kod:mkdir /opt/etc/xinetd.d
Instalacja poszła i skończyła poprawnie wg mnie
Kod:[~] # ipkg install sane-backends Package sane-backends (1.0.22-1) installed in root is up to date. Configuring sane-backends sane-backends has been installed. To finish the installation, you should consider installing either xinetd or inetd to make sane-backend running. For inetd, add the following to /opt/etc/inetd.conf: sane-port stream tcp nowait admin.administrators /opt/sbin/saned saned For xinetd, create a /opt/etc/xinetd.d/saned file like: service saned { socket_type = stream server = /opt/sbin/saned protocol = tcp Successfully terminated.
testuje
Kod:[~] # 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=0x03f0 [hp], product=0x3f11 [psc 1310 series ]) at lib # 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. [~] # scanimage -L No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by the sane-find-scanner tool (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages).
co dalej ???????????????????????
ipkg install xinetd
Installing xinetd (2.3.14-11) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/ts509/cross/unstable/xinetd_2.3.14-11_i686.ipk
Configuring sane-backends
sane-backends has been installed. To finish the installation, you should consider installing
either xinetd or inetd to make sane-backend running.
For inetd, add the following to /opt/etc/inetd.conf:
sane-port stream tcp nowait admin.administrators /opt/sbin/saned saned
For xinetd, create a /opt/etc/xinetd.d/saned file like:
service saned
{
socket_type = stream
server = /opt/sbin/saned
protocol = tcp
Configuring xinetd
Warning: the current only_from configuration in /opt/etc/xinetd.conf is
only_from = localhost 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
change to your subnet accordingly and tighten security!