http://dd-wrt.com/wiki/index.php/USB
Saned scanner on RT-N66U
http://forums.smallnetbuilder.com/archive/index.php?t-10331.html
http://www.sane-project.org
Openwrt SANE install ( canon scanner )
https://forum.openwrt.org/viewtopic.php?id=10928
DD-WRT for AC68U
http://www.dd-wrt.com/phpBB2/viewtopic.php?t=177612
http://wl500g.info/showthread.php?21162-HowTo-Sane-Scanner-Server-with-XSane-Frontend
SANE - Scanner Access Now Easy
http://www.linksysinfo.org/index.php?threads/tomato-nd-usb-mod.28249/page-14#post-136968
http://www.shcherbyna.com/?p=983
Guide to Install Tomato firmware on Asus RT-AC68U
I followed your recommendations and a guide found it in: http://wl500g.info/showthread.php?t=21162, this is what I did:
- I've installed some libraries.
ipkg install libusb
ipkg install libtiff
ipkg install libjpeg
ipkg install libieee1284
ipkg install sane-backends
- I've modified "saned" file:
root@ZERA-DISC:/opt/etc/xinetd.d# cat saned
service saned
{
socket_type = stream
server = /opt/sbin/saned
user = root
group = root
wait = no
disable = no
}
- execute:
killall xinetd 2>/dev/null
/opt/sbin/xinetd
- Verify scanner is found:
root@ZERA-DISC:/opt/etc/xinetd.d# sane-find-scanner
found USB scanner (vendor=0x04e8 [Samsung], product=0x342e [SCX-4300 Series]) at libusb:001:004
root@ZERA-DISC:/opt/etc/xinetd.d# scanimage -L
device `xerox_mfp:libusb:001:004' is a SAMSUNG ORION multi-function peripheral
- Front-End -
I used xsane in my PC running windows xp.
I've modified c:/sane/etc/sane.d/net.conf adding "192.168.1.1".
Now my scanner is working fine.
TB, thanks for that, this is a great router with better software