En epäile ohjeen toimivuutta. Tein kaiken tarkasti copy/paste tekniikalla näppäilyvirheiden välttämiseksi. Testauskohtien numerosarjat tarkistin kopioimalla ne päällekkäin open officeen. Olivat täysin identtiset. En keksi mitään, mikä olisi jäänyt huomaamatta. Scannaus usb-tikulle toimii minullakin. Tässä vastaukset noihin komentoriveihin.
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).
On se koneessa ja virta päällä.
sudo 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).
sudo cat /etc/sane.d/dll.conf
# /etc/sane.d/dll.conf - Configuration file for the SANE dynamic backend loader
#
# On Debian systems, the dll backend will also look for pieces of configuration
# in the /etc/sane.d/dll.d directory -- packages providing backends should drop
# a config file similar to dll.conf in this directory.
#
# enable the next line if you want to allow access through the network:
net
abaton
agfafocus
apple
avision
artec
artec_eplus48u
as6e
bh
canon
canon630u
#canon_pp
cardscan
coolscan
coolscan2
#dc25
#dc210
#dc240
dell1600n_net
dmc
epjitsu
epson
#epson2
fujitsu
#gphoto2
genesys
gt68xx
hp
hp3900
hpsj5s
hp3500
hp4200
hp5400
hp5590
hpljm1005
hs2p
ibm
leo
lexmark
ma1509
matsushita
microtek
microtek2
mustek
#mustek_pp
mustek_usb
mustek_usb2
nec
niash
pie
pixma
plustek
#plustek_pp
#pnm
qcam
ricoh
s9036
sceptre
sharp
sm3600
sm3840
snapscan
sp15c
#st400
#stv680
tamarack
teco1
teco2
teco3
#test
u12
umax
#umax_pp
umax1220u
v4l
smfp
sudo cat /etc/init.d/mountdevsubfs.sh
#! /bin/sh
### BEGIN INIT INFO
# Provides: mountdevsubfs mountvirtfs
# Required-Start: mountkernfs
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: Mount special file systems under /dev.
# Description: Mount the virtual filesystems the kernel provides
# that ordinarily live under the /dev filesystem.
### END INIT INFO
PATH=/lib/init:/sbin:/bin
TTYGRP=5
TTYMODE=620
[ -f /etc/default/devpts ] && . /etc/default/devpts
TMPFS_SIZE=
[ -f /etc/default/tmpfs ] && . /etc/default/tmpfs
KERNEL="$(uname -s)"
. /lib/lsb/init-functions
. /lib/init/mount-functions.sh
do_start () {
#
# Mount a tmpfs on /dev/shm
#
SHM_OPT=
[ "${SHM_SIZE:=$TMPFS_SIZE}" ] && SHM_OPT="-osize=$SHM_SIZE"
domount tmpfs shmfs /dev/shm $SHM_OPT
#
# Mount /dev/pts. Create master ptmx node if needed.
#
domount devpts "" /dev/pts -ogid=$TTYGRP,mode=$TTYMODE
#
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount –rbind /dev/bus/usb /proc/bus/usb
case "$1" in
"")
echo "Warning: mountdevsubfs should be called with the 'start' argument." >&2
do_start
;;
start)
do_start
;;
restart|reload|force-reload)
echo "Error: argument '$1' not supported" >&2
exit 3
;;
stop)
# No-op
;;
*)
echo "Usage: mountdevsubfs [start|stop]" >&2
exit 3
;;
esac
cat /etc/group | grep scanner
scanner:x:105:hplip,juha
cat /etc/group | grep lp
lp:x:7:juha
lpadmin:x:109:juha
ls -l /usr/lib/libmfp*
lrwxrwxrwx 1 root root 11 2008-07-10 01:06 /usr/lib/libmfp.so -> libmfp.so.1
lrwxrwxrwx 1 root root 15 2008-07-10 01:06 /usr/lib/libmfp.so.1 -> libmfp.so.1.0.1
-rwxr-xr-x 1 juha juha 52704 2008-07-10 01:15 /usr/lib/libmfp.so.1.0.1
ls -l /usr/lib/sane/libsane-smfp*
lrwxrwxrwx 1 root root 17 2008-07-10 01:06 /usr/lib/sane/libsane-smfp.so -> libsane-smfp.so.1
lrwxrwxrwx 1 root root 21 2008-07-10 01:06 /usr/lib/sane/libsane-smfp.so.1 -> libsane-smfp.so.1.0.1
-rwxr-xr-x 1 juha juha 161748 2007-02-07 14:55 /usr/lib/sane/libsane-smfp.so.1.0.1
lsusb
Bus 007 Device 006: ID 04e8:3425 Samsung Electronics Co., Ltd
Bus 007 Device 004: ID 058f:6362 Alcor Micro Corp. Hi-Speed 21-in-1 Flash Card Reader/Writer (Internal/External)
Bus 007 Device 001: ID 0000:0000
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 004: ID 046d:c521 Logitech, Inc. MX620 Laser Cordless Mouse
Bus 004 Device 003: ID 046d:0a01 Logitech, Inc. Logitech USB Headset
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000