zainstalowanie jeszcze raz wszystkiego od nowa przyniosło efekt: )
instalowałem w takiej kolejności:
root@OpenWrt:~# opkg install /mnt/pen/libjpeg_6b-1_brcm63xx.ipk
Installing libjpeg (6b-1) to root...
Configuring libjpeg.
root@OpenWrt:~# opkg install /mnt/pen/libcups_1.5.4-1_brcm63xx.ipk
Installing libcups (1.5.4-1) to root...
Configuring libcups.
root@OpenWrt:~# opkg install /mnt/pen/libcupsmime_1.5.4-1_brcm63xx.ipk
Installing libcupsmime (1.5.4-1) to root...
Configuring libcupsmime.
root@OpenWrt:~# opkg install /mnt/pen/libcupscgi_1.5.4-1_brcm63xx.ipk
Installing libcupscgi (1.5.4-1) to root...
Configuring libcupscgi.
root@OpenWrt:~# opkg install /mnt/pen/libcupsppdc_1.5.4-1_brcm63xx.ipk
Installing libcupsppdc (1.5.4-1) to root...
Configuring libcupsppdc.
root@OpenWrt:~# opkg install /mnt/pen/cups_1.5.4-1_brcm63xx.ipk
Installing cups (1.5.4-1) to root...
Configuring cups.
root@OpenWrt:~# opkg install /mnt/pen/libtiff_4.0.3-3_brcm63xx.ipk
Installing libtiff (4.0.3-3) to root...
Configuring libtiff.
root@OpenWrt:~# opkg install /mnt/pen/sane-libs_1.0.24-1_brcm63xx.ipk
Installing sane-libs (1.0.24-1) to root...
Configuring sane-libs.
root@OpenWrt:~# opkg install /mnt/pen/sane-backends_1.0.24-1_brcm63xx.ipk
Installing sane-backends (1.0.24-1) to root...
Configuring sane-backends.
root@OpenWrt:~# opkg install /mnt/pen/sane-frontends_1.0.24-1_brcm63xx.ipk
Installing sane-frontends (1.0.24-1) to root...
Configuring sane-frontends.
root@OpenWrt:~# scanimage
scanimage: no SANE devices found
Co prawda temat dotyczył błędu libjpeg.so.62 i został on rozwiązany ale wspomnę jeszcze o dalszej konfiguracji.
Moje urządzenie wielofunkcyjne HP DeskJet F2280 na początku nie było wykrywane przez sane, poczytałem i zainstalowałem pakiet sane-hp_1.0.25-1_brcm63xx.ipk pochodzący z BarrierBraker 14.07 skaner został wykryty.
root@OpenWrt:~# scanimage -L
device `hpaio:/usb/Deskjet_F2200_series?serial=CN8584S6DT0534' is a Hewlett-Packard Deskjet_F2200_series all-in-one
Dodałem odpowiednie wpisy wg rad sebastian
1. Dodałem znak + w /etc/sane.d/saned.conf (pod ostatnią linią po prostu +) , oraz
2. W lokalizacji /etc/xinetd.d/ utworzyłem plik sane z następującą zawartością :
service sane-port
{
socket_type = stream
server = /usr/sbin/saned
protocol = tcp
user = root
group = root
wait = no
disable = no
}
Potem
/etc/init.d/xinetd start
/etc/init.d/xinetd enable
To tyle od strony routera.
To wszystko skaner działa zarówno w SaneTwain jak i xsane32.
Cezary dzięki za pomoc.