tidev-modules-source for Debian
-------------------------------
Modules versions:
- tiser v1.20
- tipar v1.19
- tiusb (tiglusb) v1.07
This package is a source package that can be used to build modules that
work with your custom-built linux kernel. The source files are contained in
the /usr/src/modules/tidev-modules.tar.gz file.
* Building the modules
======================
Basically, all you have to do is to run those commands :
# module-assistant prepare
# module-assistant build tidev-modules-source
# module-assistant install tidev-modules-source
For a 2.4 kernel, you can control which modules will be built by setting and
exporting the TIMODULES environment variable before running the build command.
# export TIMODULES="tiser tipar"
# module-assistant build tidev-modules-source
The available modules are tiser, tipar, tiglusb. By default, all modules will
be built.
For a 2.6 kernel, only the tiser module can be built. The other two modules are
available in the vanilla kernel (tipar and tiusb).
Thanks to Eduard Bloch for his help in porting this package to module-assistant.
-- Julien BLACHE <
jblache@debian.org>, Sun, 11 Apr 2004 11:25:56 +0000