Air 802 Linux USB?ADG?2 Especificaciones Pagina 15

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 32
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 14
3.3 BUILDANDINSTALLTHEDRIVER
The package contains drivers for AIR802 and AIR802B. Unless you specify, both of them will be
installed.
Under the extracted directory, there is a Makefile in the directory. Because our driver can
support for kernel 2.4 and kernel 2.6, there are two sets of rules in the Makefile. You must
modify the Makefile according to the path of “kernel source tree” and the version of the kernel
in your system. In the Makefile, you may see the following statements,
# if the kernel is 2.6.x, turn on this
#KERN_26=y
#KERNEL_SOURCE=/usr/src/linux-2.6.7
# if the kernel is 2.4.x, turn on this
KERN_24=y
KERNEL_SOURCE=/usr/src/linux-2.4.20-8
If you want to build the kernel under the kernel of 2.4.x, you must set the variable KERN_24=y
and comment the KERN_26=y like that as the example above and modify the variable
KERNEL_SOURCE to the path which you install the kernel source. After doing these things,
you just need to type the make, and the driver module will be generated and installed.
3.4 INSTALLINDIVIDUALDRIVER
If you only need driver of AIR802 and AIR802B, you can issue:
make clean
make AIR802REV_B=0 (0 for AIR802, 1 for AIR802B)
make AIR802REV_B=0 install (0 for AIR802, 1 for AIR802B)
This will install the driver.
12
Vista de pagina 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 31 32

Comentarios a estos manuales

Sin comentarios