Previous Next Contents

8. ISDN subsystem

Setting up ISDN-networking is a complicated task. Read documentation found in /usr/src/linux/Documentation/isdn.

8.1 ISDN support (isdn.o).


Load command:
        /sbin/modprobe isdn.o

        No module parameters.

        Depends on slhc.o

8.2 ICN 2B and 4B support (icn.o).


Load command:
        /sbin/modprobe icn.o [parameters]

        portbase=p membase=m icn_id=idstring [icn_id2=idstring2]

        p = portbase            (default: 0x320)
        m = shared memory       (default: 0xd0000)

        When using the ICN double card, you MUST define TWO idstrings.
        idstring must start with a character!

        Depends on isdn.o

8.3 PCBIT-D support (pcbit.o).


Load command:
        /sbin/modprobe pcbit.o

        mem = 0         default = 0xd0000
        irq = 0         default = 5

        Depends on isdn.o

8.4 Teles/NICCY1016PC/Creatix support (teles.o).


Load command:
        /sbin/modprobe teles.o io=.....

        io=m0,i0,p0,d0[,m1,i1,p1,d1 ... ,mn,in,pn,dn] teles_id=idstring

        m0 = shared memory of 1st card.         (default: 0xd0000
        i0 = irq of 1st card.                   (default: 15)
        p0 = portbase of 1st card.              (default: 0xd80)
        d0 = D-channel protocol of 1st card.    1=1TR6, 2=EDSS1 (default: 2)

        p1,i1,m1,d1 = Parameters of second card (defaults: none)
        pn,in,mn,d1 = Parameters of n'th card (up to 16 cards are supported)

        idstring = Driver-Id for accessing with utilities and identification
        when using a Line-monitor. (default: none) idstring must start with a character!

        The type of the card is determined by the port, irq and shared memory:

        port == 0, shared memory != 0   -> Teles S0-8
        port != 0, shared memory != 0   -> Teles S0-16.0
        port != 0, shared memory == 0   -> Teles S0-16.3

        Depends on isdn.o


Previous Next Contents