You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create file /opt/etc/xinetd.d/saned and put the following content:
service saned
{
type = UNLISTED
port = 6566
socket_type = stream
server = /opt/sbin/saned
protocol = tcp
user = root
group = root
wait = no
disable = no
}
Edit file /opt/etc/sane.d/saned.conf and add your subnet to allow access, for example: 192.168.1.0/24.
Reboot device and make sure that dbus and xinetd are running (this step might not be required if you know how to start the services manually from /opt/etc/init.d).
Special Hardware Instructions
For HP scanner:
opkg --force-overwrite install hplip
Test functionality
Type: scanimage -L, your device should be displayed.
Type: scanimage --test, your device should start testing and display status.
On The Client Side (Linux)
Install the sane package. This changes by distribution
Edit file /etc/sane.d/net.conf and add the ip or hostname of the router