From: Bertrik S. <be...@zo...> - 2002-09-13 04:36:52
|
NetNoise wrote: >I cannot understand why my hp3300c work if I use the patch in sane1.0.7 but >if I use the same patch in sane1.0.8 it tells me: >$ scanimage > ~testfile >scanimage: no sane device found > >$ scanimage -d niash > ~testfile >scanimage: open of device niash failed: invalid argument > >I can't understand why, since the configuration file are the same. > >NetNoise > > Things I can image that can be the problem are: * multiple dll.conf config files. Make sure that all dll.conf files on your system contain a line with niash * out-of-date cache for dynamic linking which causes libsane-niash not to be found. Run ldconfig to bring it up-to-date. Bertrik |