Thanks for the quick reply, here my answers:
Output of Xsane: no devices available
Code:
grep "saned" /etc/services
saned 6566/tcp # SANE network scanner daemon
Code:
grep "saned" /opt/etc/init.d/S01sane-backends
if !( grep -q ^saned /etc/services ); then
echo "saned 6566/tcp # SANE network scanner daemon" >> /etc/services
Code:
#Restart xinetd
killall xinetd
xinetd -d
sh: xinetd: not found
Code:
telnet 192.168.1.1 6566
Trying 192.168.1.1...
telnet: Unable to connect to remote host: Connection refused
I suppose a xinetd and/or connection problem? My answers made me thinking:
due to some reason "xinetd" was not installed (not seen in HowTo, forgotten, ...), but
Code:
ipkg install xinetd
and
Code:
flashfs save && flashfs commit && flashfs enable && reboot
Did help me one step further
Now Xsane is starting remotely, but gives the following error:
Unknown SANE status code -1081075667
I'll keep searching?
I tried scanimage both on Ubuntu and Windows and the output of
on Ubuntu gives:
WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, path=/, member=Introspect
device `net:192.168.1.1:epson2:libusb:003:003' is a Epson generic flatbed scanner
Thx