Hi, On Sat, Jun 21, 2025 at 10:18 AM JPT via sane-devel < [email protected]> wrote:
> Hi, > > I was able to compile the code without problem. But how to I feed the > driver to sane? > > If you have the backend .so file, you can add "oki" to the /etc/sane.d/dll.conf and let SANE able to find the .so by adding the path that directory in LD_LIBRARY_PATH env variable. Then try a "scanimage -L". If you want to know where SANE is looking and to make sure that it finds your new backend, you can do: "SANE_DEBUG_DLL=5 scanimage -L" I can't remember off the top of my head if you need to configure the machine in a config file. This should get you started though, Cheers, Ralph > thanks > > JPT > > Am 13.06.25 um 14:36 schrieb Sungjoon Moon: > > Hi, > > > > I talked with OKI company few month ago and they gave me the source > > code because it was GPL code. > > It's not integrated to the upstream yet, but you can try. > > > > Here's source code and related issue: > > - https://github.com/OctopusET/sane-backend-oki > > - https://gitlab.com/sane-project/backends/-/issues/798 > > > > On 6/13/25 9:33 PM, Simon Matter via sane-devel wrote: > >> Hi, > >> > >>> Hi, > >>> > >>> no idea why, but I just cannot find any serious docs on how to make my > >>> Oki MC261 scanner work. > >>> is this because nobody tried yet or because it should be easy? > >> > >
