Search results

  1. D

    mknod vs devfs: why mknod-ed device not opened?

    Yes, I'd found it too, after a message was posted. Unfortunately, there is no "edit message" option. Anyway -- thanks.
  2. D

    mknod vs devfs: why mknod-ed device not opened?

    Greetings! Can anybody explain me such effect? FreeBSD 8.2, devfs. Simple code: /* test.c -- very simple, tries to open() file, shows file descriptor and error if occured during open */ #include <stdio.h> #include <unistd.h> #include <strings.h> #include <errno.h> #include...
  3. D

    Using linux native .so in FreeBSD native app -- is it possible?

    Greetings! Is there any common recipe how to use linux .so with a freebsd FreeBSD-native application? In particular: I know about "linux plugin wrapper" (nevertheless it seems to be frozen years ago). I want to run SANE applications (saned, scanimage) using linux-native binary-only sane...
  4. D

    Using USB device under linux app (linuxulator in FBSD 8.2)

    Greetings! Does anybody have success running linux native application which uses USB on freebsd FreeBSD 8.2? I'm trying to run linux SANE (saned/scanimage) on a freebsd FreeBSD 8.2 box. "Test" plugin works good, but when I'm trying to run it with USB-aware scanner plugin it cannot find any USB...
Back
Top