If i run xsane as root user, closing xsane turns of the scanners lamp. If i run as a non-root user, the lamps stays one when closing xsane.
After closing xsane, lamp can still be on 5-10 minutes later. Work around is to stop xsane, start it again (which turns off lamp) and then stop xsane. I'm using a hp2200c/usb + plustek backend. plustek.conf is below : # Plustek-SANE Backend configuration file # For use with Plustek parallel-port scanners and # LM9831/2/3 based USB scanners # # For parport devices use the parport section # #[parport] #device /dev/pt_drv # # leave the default values as specified in /etc/modules.conf # #option warmup -1 #option lOffOnEnd -1 #option lampOff -1 # # The USB section: # each device needs at least two lines: # - [usb] vendor-ID and product-ID # - device devicename # i.e. for Plustek (0x07B3) UT12/16/24 (0x0017) # [usb] 0x07B3 0x0017 # device /dev/usb/scanner0 # # additionally you can specify some options # warmup, lOffOnEnd, lampOff # # For autodetection use # [usb] # device /dev/usb/scanner0 # # 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 30 # warmup period in seconds, 0 means no warmup option warmup 10 # 0 means leave lamp-status untouched, not 0 means switch off # on sane_close option lOffOnEnd 1 # # options to tweak the image start-position # (WARNING: there's no internal range check!!!) # # for the normal scan area # option posOffX 0 option posOffY 0 # for transparencies option tpaOffX 0 option tpaOffY 0 # for negatives option negOffX 0 option negOffY 0 # # for adjusting the default gamma values # option redGamma 1.0 option greenGamma 1.0 option blueGamma 1.0 option grayGamma 1.0 # # and of course the device-name # device /dev/usb/scanner0 # # to define a new device, start with a new section: # [usb] or [parport] # -- -- sco...@bigpond.net.au