Asus RT-N16 K26 USB Scanner saned Help?

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Author Message
chinesestunna
DD-WRT Novice


Joined: 09 Jul 2008
Posts: 28

PostPosted: Sat Jul 03, 2010 5:25    Post subject: Asus RT-N16 K26 USB Scanner saned Help? Reply with quote
Hey everyone,

quick specs first:

ASUS RT-N16
DD-WRT v24-sp2 14311 Mega build (K26)
jffs running

I got network printing working using p910nd on this router no problem serving up a Brother laser printer. That is making my life so much easier vs. sharing from a server.

I'm now trying to get scanning working as well by hooking up my USB scanner to the router and using saned back end to share it with the computers on the network. I've been searching high and low for a guide but couldn't find anything that discussed installing a scanner on K26 based firmware.

I'm currently dealing with the following issues:

1) getting saned running through xinetd - this could be because of my own Linux ignorance, but even after I got the saned package from the NUSLUG ipkg repo I couldn't actually start the service.

2) getting my scanner working with saned (I'll fix this once the saned backend is up)

Any one with any info on how to get a scanner working through saned on a K26 firmware router would be greatly appreciated!
Sponsor
newchao
DD-WRT Novice


Joined: 06 Mar 2008
Posts: 1

PostPosted: Sun Sep 12, 2010 7:41    Post subject: Reply with quote
i have the same problem as you with K26 firmware.

my scanner is brother mfc-7450.

i can printing by network, and want to share scanner in LAN.

if anyone can give any information, please let's know, tks.
PaulP
DD-WRT User


Joined: 09 May 2010
Posts: 317

PostPosted: Sun Sep 12, 2010 13:21    Post subject: Reply with quote
I have the same problem.
Please let me know how to share scanner Canon Lide 200 through the network.
chinesestunna
DD-WRT Novice


Joined: 09 Jul 2008
Posts: 28

PostPosted: Thu Sep 16, 2010 6:50    Post subject: Reply with quote
just wanted to update with some info here - basically there's no way to do it until DD-WRT adds the sane port to the /etc/services file. OpenWRT can do this because the rootFS is rw and not ro.
wunderkind
DD-WRT User


Joined: 02 Jan 2009
Posts: 61
Location: Asheville NC, USA

PostPosted: Wed Aug 24, 2011 13:16    Post subject: Reply with quote
I have saned working through xinetd on my RT-N16. Able to connect using XSane on Linux and sanetwain on Windows 7.
_________________
Vi Veri Veniversum Vivus Vici-
"By the power of truth, I, while living, have conquered the universe"

Buffalo WHR-HP-G54
SVN revision 17084M NEWD Eko STD-NoKaid

Asus RT-N16
SVN revision 16994 K26 Eko Mega Enhanced with OTWR

How to get dd-wrt help
r00tb33r
DD-WRT Novice


Joined: 22 Apr 2008
Posts: 27

PostPosted: Sun Jan 15, 2012 13:18    Post subject: Reply with quote
wunderkind wrote:
I have saned working through xinetd on my RT-N16. Able to connect using XSane on Linux and sanetwain on Windows 7.

Would you share with us your configuration?

I have an RT-N16 as well, and xinetd runs, but it does not run saned, even though there is a service configuration for saned in the xinetd.d directory.

I have also tried "type = UNLISTED" in the xinetd configuration of saned. Still won't run.

My scanner is detected by sane-find scanner, but not scanimage -L, apparently because the backend is not running at all.
wunderkind
DD-WRT User


Joined: 02 Jan 2009
Posts: 61
Location: Asheville NC, USA

PostPosted: Wed Jun 06, 2012 18:26    Post subject: Reply with quote
Sorry for the long delay but heres the config I use.

Code:
:~# cat /opt/etc/xinetd.d/sane-port
service sane-port
{
   type        = UNLISTED
   port        = 6566
   only_from   = localhost 10.0.0.0
   socket_type = stream
   server      = /opt/sbin/saned
   protocol    = tcp
   user        = root
   group       = root
   wait        = no
   disable     = no
}

_________________
Vi Veri Veniversum Vivus Vici-
"By the power of truth, I, while living, have conquered the universe"

Buffalo WHR-HP-G54
SVN revision 17084M NEWD Eko STD-NoKaid

Asus RT-N16
SVN revision 16994 K26 Eko Mega Enhanced with OTWR

How to get dd-wrt help
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum