Update ISDN Cards section of Advanced Networking.
Submitted by: Hellmuth Docs bullied out of Hellmuth by: murray
This commit is contained in:
parent
2bd00f53bc
commit
2fbbb3c1ef
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10363
1 changed files with 47 additions and 33 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.87 2001/08/14 22:06:02 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.88 2001/08/15 00:51:22 logo Exp $
|
||||
-->
|
||||
|
||||
<chapter id="advanced-networking">
|
||||
|
@ -1359,43 +1359,57 @@ hostname myclient.mydomain</programlisting>
|
|||
<primary>ISDN</primary>
|
||||
<secondary>cards</secondary>
|
||||
</indexterm>
|
||||
<para>This section is really only relevant to ISDN users in countries
|
||||
where the DSS1/Q.931 ISDN standard is supported.</para>
|
||||
|
||||
<para>Some growing number of PC ISDN cards are supported under FreeBSD
|
||||
2.2.X and up by the isdn4bsd driver package. It is still under
|
||||
development but the reports show that it is successfully used all over
|
||||
Europe.</para>
|
||||
|
||||
<indexterm><primary>isdn4bsd</primary></indexterm>
|
||||
<para>The latest isdn4bsd version is available from <ulink
|
||||
url="ftp://isdn4bsd@ftp.consol.de/pub/">ftp://isdn4bsd@ftp.consol.de/pub/</ulink>,
|
||||
the main isdn4bsd FTP site (you have to log in as user
|
||||
<username>isdn4bsd</username> , give your mail address as the password
|
||||
and change to the <filename>pub</filename> directory. Anonymous FTP
|
||||
as user <username>ftp</username> or <username>anonymous</username>
|
||||
will <emphasis>not</emphasis> give the desired result).</para>
|
||||
<para>FreeBSD's ISDN implementation supports only the DSS1/Q.931
|
||||
(or Euro-ISDN) standard using passive cards. Starting with
|
||||
FreeBSD 4.4, some active cards are supported where the firmware
|
||||
also supports other signalling protocols; this also includes the
|
||||
first supported Primary Rate (PRI) ISDN card.</para>
|
||||
|
||||
<para>Isdn4bsd allows you to connect to other ISDN routers using either
|
||||
IP over raw HDLC or by using synchronous PPP. A telephone answering
|
||||
machine application is also available.</para>
|
||||
<para><application>Isdn4bsd</application> allows you to connect
|
||||
to other ISDN routers using either IP over raw HDLC or by using
|
||||
synchronous PPP: either by using kernel PPP with isppp, a
|
||||
modified sppp driver, or by using userland &man.ppp.8;. By using
|
||||
userland &man.ppp.8;, channel bonding of two or more ISDN
|
||||
B-channels is possible. A telephone answering machine
|
||||
application is also available as well as many utilities such as
|
||||
a software 300 Baud modem.</para>
|
||||
|
||||
<para>Many ISDN PC cards are supported, mostly the ones with a Siemens
|
||||
ISDN chipset (ISAC/HSCX), support for other chipsets (from Motorola,
|
||||
Cologne Chip Designs) is currently under development. For an
|
||||
up-to-date list of supported cards, please have a look at the <ulink
|
||||
url="ftp://isdn4bsd@ftp.consol.de/pub/README">README</ulink>
|
||||
file.</para>
|
||||
<para>Some growing number of PC ISDN cards are supported under
|
||||
FreeBSD and the reports show that it is successfully used all
|
||||
over Europe and in many other parts of the world.</para>
|
||||
|
||||
<para>In case you are interested in adding support for a different ISDN
|
||||
protocol, a currently unsupported ISDN PC card or otherwise enhancing
|
||||
isdn4bsd, please get in touch with <email>hm@kts.org</email>.</para>
|
||||
<para>The passive ISDN cards supported are mostly the ones with
|
||||
the Infineon (formerly Siemens) ISAC/HSCX/IPAC ISDN chipsets,
|
||||
but also ISDN cards with chips from Cologne Chip (ISA bus only),
|
||||
PCI cards with Winbond W6692 chips, some cards with the
|
||||
Tiger300/320/ISAC chipset combinations and some vendor specific
|
||||
chipset based cards such as the AVM Fritz!Card PCI V.1.0 and the
|
||||
AVM Fritz!Card PnP.</para>
|
||||
|
||||
<para>A majordomo maintained mailing list is available. To join the
|
||||
list, send mail to &a.majordomo; and
|
||||
specify:</para>
|
||||
|
||||
<programlisting>subscribe freebsd-isdn</programlisting>
|
||||
<para>Currently the active supported ISDN cards are the AVM B1
|
||||
(ISA and PCI) BRI cards and the AVM T1 PCI PRI cards.</para>
|
||||
|
||||
<para>For documentation on <application>isdn4bsd</application>,
|
||||
have a look at <filename>/usr/share/examples/isdn/</filename>
|
||||
directory on your FreeBSD system or at the <ulink
|
||||
url="http://www.freebsd-support.de/i4b/">homepage of
|
||||
isdn4bsd</ulink> which also has pointers to hints, erratas and
|
||||
much more documentation such as the <ulink
|
||||
url="http://people.freebsd.org/~hm/">isdn4bsd
|
||||
handbook</ulink>.</para>
|
||||
|
||||
<para>In case you are interested in adding support for a
|
||||
different ISDN protocol, a currently unsupported ISDN PC card or
|
||||
otherwise enhancing <application>isdn4bsd</application>, please
|
||||
get in touch with <email>hm@freebsd.org</email>.</para>
|
||||
|
||||
<para>For questions regarding the installation, configuration
|
||||
and troubleshooting <application>isdn4bsd</application>, a
|
||||
majordomo maintained mailing list is available. To join, send
|
||||
mail to <email>majordomo@FreeBSD.org</email> and specify:</para>
|
||||
|
||||
<para><literal>subscribe freebsd-isdn</literal></para>
|
||||
|
||||
<para>in the body of your message.</para>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue