초기 설정에는 전부 주석이 되어있을뿐 어떠한 내용도 들어있지 않다.
그런 이유로 sane을 사용하려면 아래의 두줄을 설정해야 한다.
            
                    
                    
그런 이유로 sane을 사용하려면 아래의 두줄을 설정해야 한다.
| # saned.conf 
# Configuration for the saned daemon 
## Daemon options 
# Port range for the data connection. Choose a range inside [1024 - 65535]. 
# Avoid specifying too large a range, for performance reasons. 
# 
# ONLY use this if your saned server is sitting behind a firewall. If your 
# firewall is a Linux machine, we strongly recommend using the 
# Netfilter nf_conntrack_sane connection tracking module instead. 
# 
#data_portrange = 10000 - 10100 
data_portrange = 6656 
## Access list 
# A list of host names, IP addresses or IP subnets (CIDR notation) that 
# are permitted to use local SANE devices. IPv6 addresses must be enclosed 
# in brackets, and should always be specified in their compressed form. 
# 
# The hostname matching is not case-sensitive. 
#scan-client.somedomain.firm 
#192.168.0.1 
#192.168.0.1/29 
#[2001:7a8:185e::42:12] 
#[2001:7a8:185e::42:12]/64 
192.168.10.10/24 
# NOTE: /etc/inetd.conf (or /etc/xinetd.conf) and 
# /etc/services must also be properly configured to start 
# the saned daemon as documented in saned(8), services(4) 
# and inetd.conf(4) (or xinetd.conf(5)). 
 | 
그리고 나서  sane을 구동하려면
/etc/default/saned 에서 RUN=no를 TUN=yes로 바꾸어 준다.
위의 설정은 부팅시 자동시작뿐만 아니라 수동으로 시작을 할지 안할지를 설정하는 부분이다.
 
/etc/default/saned 에서 RUN=no를 TUN=yes로 바꾸어 준다.
| # Defaults for the saned initscript, from sane-utils # Set to yes to start saned 
RUN=yes 
# Set to the user saned should run as 
RUN_AS_USER=saned  
 | 
'프로그램 사용 > saned' 카테고리의 다른 글
| [조사중] epson TX213 스캐너 사용하기 (0) | 2011.05.11 | 
|---|---|
| 부팅시에 saned 구동하도록 설정하기 (0) | 2011.03.17 | 
| sanetwain + windows 사용하기 (0) | 2011.03.16 | 
| scx4623 sane (0) | 2011.03.15 | 
| SANE, TWAIN, REMOTESCAN (0) | 2011.03.04 | 
