Fork of https://github.com/marschap/isdn4k-utils as well as custom CVS import with proper author name/email ('cvsimport' branch)
Go to file
fritz a5c65cf675 Added autoconf support for ipppstats. 1997-03-24 03:58:43 +00:00
FAQ Bugfix: Don't try to install CVS dir. 1997-03-23 19:53:07 +00:00
areacode Added files in areacode/make 1997-03-03 04:21:46 +00:00
avmb1 MANDATE was non generated correctly. 1997-03-23 12:03:11 +00:00
doc Misc corrections, more config otions. 1997-03-03 04:00:33 +00:00
icn Added capbility to override CFLAGS from commandline. 1997-03-24 01:34:43 +00:00
imon Added capbility to override CFLAGS from commandline. 1997-03-24 01:34:43 +00:00
imontty Added files in imontty. 1997-03-03 04:10:10 +00:00
ipppd Corrected install target, added uninstall target 1997-03-24 03:12:12 +00:00
ipppstats Added autoconf support for ipppstats. 1997-03-24 03:58:43 +00:00
iprofd Tons of changes. 1997-03-02 19:41:56 +00:00
isdnctrl Bugfix: mapping was broken. 1997-03-10 09:51:24 +00:00
isdnlog Added capbility to override CFLAGS from commandline. 1997-03-24 01:42:31 +00:00
lib Fixed 2 typos 1997-03-24 03:56:30 +00:00
pcbit Added capbility to override CFLAGS from commandline. 1997-03-24 01:34:43 +00:00
scripts Added support for ipppd. 1997-03-24 01:39:06 +00:00
teles Misc corrections, more config otions. 1997-03-03 04:00:33 +00:00
vbox Please see CHANGES for a detailed description 1997-03-18 12:36:24 +00:00
xisdnload Added capbility to override CFLAGS from commandline. 1997-03-24 01:34:43 +00:00
xmonisdn Added capbility to override CFLAGS from commandline. 1997-03-24 01:34:43 +00:00
COPYING New CVS tree 1997-02-17 00:08:36 +00:00
HOWTO Some hints for the ALPHA-testers .... 1997-03-17 21:37:48 +00:00
Makefile Fix rootperm target because on DLD id does not understand -u 1997-03-24 02:23:07 +00:00
README Tons of changes. 1997-03-02 19:41:56 +00:00

README

#
# $Id: README,v 1.3 1997/03/02 19:41:57 fritz Exp $
#
This is the README file for the "isdn4k-utils" package from "The i4l-crew".

This package contains the following stuff:

  isdnctrl,  general link-level setup utility.
  icnctrl,   setup utility for the icn driver.
  telesctrl, setup utility for the teles driver.
  hisaxctrl, setup utility for the HiSax driver.
  pcbitctl,  setup utility for the pcbit driver.
  imon,      a ncurses based utility for monitoring ISDN-activities.
  imontty,   a tty based utility for monitoring ISDN-activities.
  isdnlog,   a set of utilities for connection logging.
  xmonisdn,  a utility for monitoring and controlling ISDN-activity.
  xisdnload, an xload-like meter.
  isdnmon,   a Tcl/Tk based utility for monitoring ISDN-activities.
  
System prerequisites:

  To use this package, you need a kernel with an ISDN-subsystem configured.
  To get a such a kernel, take a clean standard-kernel (> Version 2.0.29 or
  > 2.1.26 resp.) enable the isdn-related features you want and build the
  kernel as usual. If applicable some patches may be needed

  isdn-patches are available at

     ftp.franken.de:/pub/isdn4linux

  For using modularised parts of the ISDN-subsystem, newest modutils
  are strongly recommended.

3. Configuration, Compilation.

   Run "make config"

   This will run an interactive configuration tool and the various
   configuration-scripts for each sub-package. (You may know that
   tool from kernel menuconfig.)
   There is a global configuration directory, where most programs
   expect their configuration files. The default is /etc/isdn.
   
   Run "make"

   This builds all utilities except the Tcl/Tk-script "isdnmon"

4. Installation

   For the following steps, root permissions are necessary

   a) Create the device-inodes:

     make devices

   b) Install the utilities, the man pages and config-files:

     make install

   The config files usually are installed in /etc/isdn if not
   specified otherwise during configuration.

5. Application

   The directory ./etc contains an example startup-script which gets
   not installed automatically, because it MUST BE CONFIGURED IN ANY
   CASE! Please don't try to connect to the Internet without setting
   your own IP-addresses. This script is intended to be used with
   the modularised version of the ISDN-subsystem. Refer to the
   Documentation/isdn subdirectory of your kernel-source-tree for
   more information on configuring Lowlevel drivers.

   For the utilities "isdnctrl", "icnctrl" "telesctrl" and "imon" refer to
   the man pages. For the other contributed utilities, look into their
   subdirectories for Documentation.

   For tips, troubleshooting etc. look into the FAQ subdirectory

 -Fritz