On Wed, Mar 11, 2015 at 10:11 AM, Alessandro DE LAURENZIS <[email protected]> wrote: > Dear misc@ readers,
... > But when I try to scan (or also just launch xsane): > > just22@poseidon:[~]> scanimage --format=tiff > ./scanner_test.tiff > Abort trap > > > This is what is reported in /var/log/messages: > > just22@poseidon:[~]> tail /var/log/messages > Mar 11 10:05:59 poseidon scanimage: io/hpmud/musb.c 527: invalid > set_altinterface 7/1/2 altset=0: Invalid argument > Mar 11 10:05:59 poseidon scanimage: backwards memcpy This is the culprit. graphics/sane-backends needs to be patched: probably a memcpy->memmove. Ciao! David

