MISDN v2 Installation
From mISDN.org
Contents |
[edit]
Install mISDN from kernel.org distribution
- this requires Linux Kernel >= 2.6.27
cd /usr/src/linux make menuconfig
General setup --->
[*] Prompt for development and/or incomplete code/drivers
Device Drivers ---
[*] ISDN support --->
<M> Modular ISDN driver --->
<M> Digital Audio Processing of transparent data
<M> ISDN over IP tunnel
*** mISDN hardware drivers ***
<M> Support for HFC PCI cards
<M> Support for HFC multiport cards (HFC-4S/8S/E1)
<M> Support for HFC-S USB based TAs
<M> Support for XHFC PCI2PI evalboard
<M> Support for virtual ISDN loop devices
< > Old ISDN4Linux (deprecated) --->
make make modules_install
[edit]
Install mISDN from snapshot
- download and extract mISDN and mISDNuser
- compile mISDN
cd mISDN make make install
- to update your standard Kernel's mISDN, simply use
cd mISDN ./std2kern
and go on with as shown above
- compile mISDNuser
cd mISDNuser make make install
[edit]
load mISDN v2 modules
- base modules
modprobe mISDN_core modprobe mISDN_dsp
- hardware specific modules (if needed)
modprobe hfcmulti modprobe hfcpci modprobe hfcsusb modprobe xhfc
follow the module specific links above to get information about additional module parameters of general module descriptions.
[edit]
test mISDN v2 installation
after loading your mISDN v2 kernel modules, you can check your ISDN devices via
# misdn_info
Found 3 ports
Port 0: 'HFC-S_USB.1': TE/NT-mode BRI S/T (for phone lines & phones)
2 B-channels
--------
Port 1: 'mISDN_l1loop.1': TE/NT-mode BRI S/T (for phone lines & phones)
2 B-channels
--------
Port 2: 'mISDN_l1loop.2': TE/NT-mode BRI S/T (for phone lines & phones)
2 B-channels
[edit]
