From: Obi-Wan <bv...@in...> - 2001-06-07 20:13:10
|
> OK, I didn't notice that. I changed it to -f and checked it in. Does it > work for you now? If that's all you changed, then I can tell you without checking that it works, since that's what I changed on my end to fix the problem. > There should be no issues with using hpoj with kernel 2.4.5, but let me know > if you do find any problems. Will do. >>> I take it you haven't tried running >>> "scanimage --test", because that has a tendency to lock up certain models, >>> including yours. I'm working on a fix for that problem right now. > > Try running "scanimage --test" multiple times in a row, and that's when > you'll probably see the problem. Sure enough, the second time I ran it (with a couple hours of screen saver running in between), it continued to run with no output after 10 minutes. strace on the running scanimage says: select(6, [5], NULL, NULL, NULL strace on ptal-mcld dumps these at about 2 selects per second: select(8, [3 7], [], NULL, {0, 470000}) = 0 (Timeout) time(NULL) = 991944622 select(8, [3 7], [], NULL, {0, 500000}) = 0 (Timeout) time(NULL) = 991944623 select(8, [3 7], [], NULL, {0, 500000}) = 0 (Timeout) time(NULL) = 991944623 select(8, [3 7], [], NULL, {0, 500000}) = 0 (Timeout) time(NULL) = 991944624 -- Ben "Obi-Wan" Hollingsworth ob...@je... The stuff of earth competes for the allegiance I owe only to the Giver of all good things, so if I stand, let me stand on the promise that You will pull me through. -- Rich Mullins |