Unfortunately, for me, 1.0.31-3 has changed nothing. For Canoscan Lide 20 to work, I still need to create the /var/lock/sane with the correct permissions after boot.
Please reopen. For reference, this is the script I launch as root after boot in order to make the scanner do its job. I called it sane-correct and put it into /usr/local/lib/sbin ================================================================ #!/bin/bash mkdir --parents /var/lock/sane chown saned:scanner /var/lock/sane chmod 775 /var/lock/sane ls -ald /var/lock/sane ================================================================ -- Francesco Potortì (ricercatore) Voice: +39.050.621.3058 ISTI - Area della ricerca CNR Mobile: +39.348.8283.107 via G. Moruzzi 1, I-56124 Pisa Skype: wnlabisti (gate 20, 1st floor, room C71) Web: http://fly.isti.cnr.it

