Dynalink

CVS Sources

[Editor: Dennis Slagers]
[Original by: Werner Cornelius ]

This archive contains the CVS source used for compiling the drivers available on the page http://www.dynalink.nl/linux

Download file: isdncvs.tgz

You need it perhaps if you want to compile it for another kernel version or choose other isdn options and additional cards not listed above.
t is assumed that your kernel sources reside in the directory /usr/src/linux and all isdn drivers are build as modules. Please follow these instructions:

  1. Assure that you have root rights and permissions to write to the desired directorys.
  2. Extract the archive in a directory outside the kernel tree, for example in your
    home dir. tar xvfz isdncvs.tgz
  3. Change to the isdn directory and update your kernel tree cd isdn
    /std2kern -d
    ./std2kern
  4. Change to your kernel dir and run menuconfig or xconfig
    cd /usr/src/linux
    make menuconfig (text mode)
    or make xconfig (running on X-windows)
    Select isdn subsystem and desired drivers and options
    Leave the config utility and save the configuration
  5. Build the modules
    make clean
    make modules
    make modules_install
    Now the new modules should be available for usage. Perhaps you need to adjust your startup or shutdown scripts for cards types and other parms. This is dependant on your Linux distribution.

CVS sources updated Sep 7, 1999