Oh, there is no sane service running??
Did you install sane from ipgk-Package "ipkg install sane-backends" and did you follow the Tutorial?
How does the following file look like:
RegardsCode:vi /opt/etc/xinetd.d/saned
Oliver
Printable View
Oh, there is no sane service running??
Did you install sane from ipgk-Package "ipkg install sane-backends" and did you follow the Tutorial?
How does the following file look like:
RegardsCode:vi /opt/etc/xinetd.d/saned
Oliver
yes I install from tutorial with ipkg install sane-backends
output:
Code:service saned
{
socket_type = stream
server = /opt/sbin/saned
protocol = tcp
user = admin
group = root
wait = no
disable = no
}
Hi,
did you restart the router after installation?
Please post the output of the following command:
And post the file:Code:tail /etc/services | grep saned
Try it after a restart:Code:vi /opt/etc/init.d/S01sane-backends
RegardsCode:flashfs save && flashfs commit && flashfs enable && reboot
Oliver
yes I resert router afret install
I usebut not changedCode:tail /etc/services | grep saned
output :
Code:#!/bin/sh
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/opt/bin:/opt/sbin
if !( grep -q ^saned.*6566 /etc/services ); then
echo "saned 6566/tcp # SANE network scanner daemon" >
fi
What Firmware are you using?
Please attach the following file:
RegardsCode:etc/services
Oliver
I use WL500gpv2-1.9.2.7-d-r1087
Hi,
please post the file:
You can better attach it as a textfile.Code:vi /etc/services
Regards
Oliver
Hi,
@corwin_x
Please post the output of:
RegardsCode:tail /etc/services | grep saned
Oliver
Hi,
looks good.
Now do the following:
I also need the output of the following commands:
You can Exit with ctrl + c and restart xinetd in deamon-mode with:Code:killall xinetd
xinetd -d # <--- Thats where I need the output from
RegardsCode:xinetd
Oliver
Here it is, I'm still working on the Cups, so please don't look at the cups-related errors (first 3 lines) :o
Please note that the printer/scanner is not connected at this moment, I had to print something yesterday, plugged it into my notebook and was too lazy to plug it back to router...Code:10/2/8@15:43:39: DEBUG: 150 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/cups-lpd [file=/opt/etc/xinetd.conf] [line=15]
10/2/8@15:43:39: ERROR: 150 {server_parser} Server /opt/lib/cups/daemon/cups-lpd is not executable [file=/opt/etc/xinetd.d/cups-lpd] [line=11]
10/2/8@15:43:39: ERROR: 150 {identify_attribute} Error parsing attribute server - DISABLING SERVICE [file=/opt/etc/xinetd.d/cups-lpd] [line=11]
10/2/8@15:43:39: DEBUG: 150 {handle_includedir} Reading included configuration file: /opt/etc/xinetd.d/saned [file=/opt/etc/xinetd.d/saned] [line=13]
10/2/8@15:43:39: ERROR: 150 {fix_server_argv} Must specify a server in printer
Service defaults
Instances = 60
CPS = max conn:25 wait:30
Bind = All addresses.
Only from: localhost(HOST) 192.168.1.0/255.255.255.0(NET)
No access: No blocked sites
Logging to syslog. Facility = authpriv, level = info
Log_on_success flags = HOST PID
Log_on_failure flags = HOST
Service configuration: saned
id = saned
flags = IPv4
socket_type = stream
Protocol (name,number) = (tcp,6)
port = 6566
wait = no
user = 0
group = 0
Groups = no
PER_SOURCE = -1
Bind = All addresses.
Server = /opt/sbin/saned
Server argv = saned
Only from: localhost(HOST) 192.168.1.0/255.255.255.0(NET)
No access: No blocked sites
Logging to syslog. Facility = authpriv, level = info
Log_on_success flags = HOST PID
Log_on_failure flags = HOST
10/2/8@15:43:39: DEBUG: 150 {cnf_start_services} Started service: saned
10/2/8@15:43:39: DEBUG: 150 {cnf_start_services} mask_max = 6, services_started = 1
10/2/8@15:43:39: NOTICE: 150 {main} xinetd Version 2.3.14 started with no options compiled in.
10/2/8@15:43:39: NOTICE: 150 {main} Started working: 1 available service
10/2/8@15:43:39: DEBUG: 150 {main_loop} active_services = 1
Hi,
looks good to me!
Plug the printer/scanner in an try a:
Maybe you have to make a restart.Code:sane-find-scanner
scanimage -L
Regards
Oliver
Hi,
you can copy the file to a place on your external Harddisk, where you can access it from your PC.
RegardsCode:cp /etc/services /tmp/harddisk # /tmp/harddisk is just an example
Oliver