• Home
  • Raw
  • Download

Lines Matching +full:linux +full:- +full:ia32

4 With Linux 2.4.* you could either use the kernel scanner module or libusb to
5 access USB scanners. In Linux 2.6.4 the kernel scanner module was removed.
9 ------------
11 present during the build of sane-backends, setting permissions will require some
12 attention. So if scanimage -L lists your scanner as root but not as normal user
23 you use udev. The exact file name can be found out by running sane-find-scanner
26 The permissions will be reset when the scanner is replugged or Linux is
29 One solution to set permissions on-the-fly is Linux udev which comes with
34 must be exported as a system-wide environment variable.
36 Older distributions may use the Linux hot-plug tools (or hotplug-ng). Your
44 -------------------
51 Under Linux, your kernel must have generic SCSI support (sg) as well as a
54 sane-scsi(5).
59 # modprobe your-driver-name
76 If your scanner is supported by SANE, scanimage -L will list it now:
78 # scanimage -L
83 your backend. To find out about the right SCSI device use sane-find-scanner:
85 # sane-find-scanner
93 If you need more information on the Linux SCSI subsystem, look at
102 the option --enable-scsibuffersize or set the environment variable
108 The Linux kernel "Emulation of a SCSI host adapter for IDE ATAPI
113 SCSI Direct IO: Recent versions of the Linux SG driver for the 2.4 kernels
119 configure --enable-scsi-directio=yes
121 Very old Linux distributions are missing the /usr/include/scsi directory. In
125 cp -a /usr/src/linux/include/scsi /usr/include
136 /etc/ld.so.conf. If your scanner is not detected or only Video for Linux
144 export CFLAGS="-g -O2 -D__NO_STRING_INLINES"
148 If you use DEC cc on Linux Alpha, you may need to set LDFLAGS="-N" to
149 be able to build sane-backends.
151 The Intel C++ Compiler for IA32 and IA64 isn't supported yet. If you want