Samsung Unified Linux Driver Repository Forum

SULDR => Scanner Server (Scan to PC) => Topic started by: evolutionwate on January 09, 2019, 15:35:23

Title: Scan to PC C480FW
Post by: evolutionwate on January 09, 2019, 15:35:23
Hi

I have the software setup and it sees my C480FW printer:

root@mcp:/opt/Samsung/mfp# samsungScannerServer.py
INFO:stdout:###########################
INFO:stdout:# Initiating version 0.4.5
INFO:stdout:###########################
INFO:stdout:At program termination joining log listener process with:
INFO:stdout:    <function exitListener at 0x7f01dae6a320>
INFO:stdout:Used '/etc/samsungScannerServer.conf' as configuration file.
INFO:stdout:Below is what was configured with it.
INFO:stdout:CONFIG: ENABLED_SERVER=True
INFO:stdout:CONFIG: MODIFIED_SANE=False
INFO:stdout:CONFIG: PROXY_DEBUGLEVEL=1
INFO:stdout:CONFIG: SCANNER_CACHING=True
INFO:stdout:CONFIG: SCANNER_SANE_NAME = 'smfp:SAMSUNG C48x Series on 172.25.25.109'
INFO:stdout:CONFIG: SERVER_NAME='ScanServer'
INFO:stdout:CONFIG: OWNER_UID=0
INFO:stdout:CONFIG: OUTPUT_PREFIX='${homedir}/Scans/SCAN_${date}__${uid}'
INFO:stdout:CONFIG: def contrastFilter(im):
INFO:stdout:CONFIG:     return ImageOps.autocontrast(im,10)
INFO:stdout:CONFIG: OPTIONS=[
INFO:stdout:CONFIG:  { 'name' : 'S_PDF-300' , 'color' : 'COLOR_TRUE' , 'resolution' : 'DPI_300' , 'format' : 'FORMAT_S_PDF' , 'size' : 'SIZE_A4' , 'output' : OUTPUT_PREFIX ,   'filters' : [ ] } ,
INFO:stdout:CONFIG:  { 'name' : 'JPEG-300'    , 'color' : 'COLOR_GRAY' , 'resolution' : 'DPI_300' , 'format' : 'FORMAT_JPEG'   , 'size' : 'SIZE_A4' , 'output' : OUTPUT_PREFIX ,   'filters' : [ ] } ,
INFO:stdout:CONFIG: ]
INFO:stdout:CONFIG: MODES2SANE={'COLOR_MONO':'Black and White - Line Art', 'COLOR_GRAY':'Grayscale - 256 Levels','COLOR_TRUE':'Color - 16 Million Colors'}
INFO:stdout:CONFIG: SIZE2SANE={'SIZE_A4':'A4', 'SIZE_A5':'A5', 'SIZE_B5_JIS':'B5 (JIS)', 'SIZE_EXECUTIVE':'Executive', 'SIZE_LETTER':'Letter', 'SIZE_LEGAL':'Legal', 'SIZE_FOLIO':'Folio'}
INFO:stdout:CONFIG: EXTENSIONS={'FORMAT_S_PDF':'pdf','FORMAT_M_PDF':'pdf','FORMAT_PDF':'pdf','FORMAT_JPEG':'jpg','FORMAT_S_TIFF':'tiff','FORMAT_M_TIFF':'tiff'}
INFO:stdout:CONFIG: LOG_NAME="/var/log/samsungScannerServer.log"
INFO:stdout:CONFIG: LOG_MAXBYTES=100000
INFO:stdout:CONFIG: LOG_BACKUPCOUNT=1
INFO:stdout:The following was automatically configured.
INFO:stdout:AUTOCONFIG: OWNER = 'root'
INFO:stdout:AUTOCONFIG: HOME_DIR = '/root'
INFO:stdout:AUTOCONFIG: SCANNER_IP = '172.25.25.109'
INFO:stdout:Newly registered server 'ScanServer' with UniqueID 'baedb6dcf11ec51f' has got
INFO:stdout:    InstanceID '13'.
INFO:stdout:At program termination unregistering server with:
INFO:stdout:    <function unregisterServer at 0x7f01dae350c8>
INFO:stdout:Init SANE ...
INFO:stdout:Connecting to scanner ...

INFO:stdout:Connected to scanner.
INFO:stdout:Waiting for scan job ...


INFO:stdout:    Got it!
INFO:stdout:Waiting for user selection ...
INFO:stdout:Reconnected, waiting for user selection ..

When I go to the printer and select print to PC, then select my server name, select the scan properties, it says "not available" on the printer screen and beeps.  Nothing is updated on the server side and the python script just sits at "waiting for scan job"

Thanks for any help, not sure what i can do to debug any further