Updated docs

This commit is contained in:
Michiel Broek
2002-05-11 20:10:36 +00:00
parent 86c57ee734
commit bbaa8d950f
3 changed files with 108 additions and 98 deletions

View File

@@ -55,6 +55,7 @@
<li><a name="_BBSsetup"></a><a href='#4'>BBS Setup</a></li>
<ol>
<li><a href='#4.1'>How do I run DOS doors under MBSE BBS?</a></li>
<li><a href='#4.2'>How to set up MBSE for ISDN.</a></li>
</ol>
</ol>
@@ -587,6 +588,112 @@ And that is everything...
<a href='#_BBSsetup'><img src='images/hand.up.gif' border=0 alt='Up'></a>
<p>
<table width=100%>
<tr><td width=50 valign=top><a name="4.2">Q 4.2</a></td><td>
How to set up MBSE for ISDN.
</td></tr>
<tr><td valign=top>A 4.2</td><td>
Contributed by: J. Beekhuizen, 2:280/1018
<p>
Of course, you have to configure and build your kernel for ISDN support
and the correct drivers for your card. It is beyond the scope of this
document to explain how to do that.
<p>
To your /etc/inittab file add the following lines for your ISDN devices
ttyI0 and ttyI1.
<pre>
# ISDN lines
I1:23:respawn:/usr/local/sbin/mgetty -x 4 -i /opt/mbse/etc/issue ttyI0
I2:23:respawn:/usr/local/sbin/mgetty -x 4 -i /opt/mbse/etc/issue ttyI1
</pre>
To your mgetty.config file
[/usr/local/etc/mgetty_sendfax/mgetty.config on my system]
set up the ttyI0 and ttyI1 ports. With AT&amp;E you set the
MSN/EAZ the device should listen to. This should for an MSN be
your telephone number <b>with</b> the area code but
<b>without</b> the leading 0. For an EAZ the last digit of your EAZ.
<p>
The ISDN ports
<pre>
port ttyI0
modem-type data
init-chat "" ATZ OK AT&amp;E714015437&amp;W0 OK AT&amp;B512 OK
port ttyI1
modem-type data
init-chat "" ATZ OK AT&amp;E714017198&amp;W0 OK AT&amp;B512 OK
</pre>
From the mbsetup menu #5 "Edit Modem types" configure the ISDN modem
type.
<pre>
Modem type ISDN Linux
Init string ATZ\r
Init string
Init string
OK string OK
Hangup \d\p\p\p+++\d\p\p\pATH0\r
Info command ATI2\r
Dial command ATD\T\r
Connect CONNECT 64000
Connect CONNECT
[...]
Reset cmd ATZ\r
Error string BUSY
Error string NO CARRIER
Error string NO DIALTONE
Error string NO ANSWER
Error string RING\r
Error string ERROR
Error string
Error string
Error string
Error string
Cost offset 0
EMSI speed 28800 ! not relevant for ISDN
Strip dashes No
Available Yes
</pre>
And from #6 "Edit TTY lines info" the ISDN lines
<pre>
TTY name ISDN Line 1
Device name ttyI0
Phone or DNS 31-71-4015437
Line speed 64 kbits
Fido flags CM,XA,MO,X75
Equipment ISDN
Available Yes
Auth. log No
Honor ZMH Yes
Callout Yes
Modem type ISDN Linux
Locked speed 0 ! not relevant for ISDN
EMSI name The Wizard's ISDN line 1
TTY name ISDN Line 2
Device name ttyI1
Phone or DNS 31-71-4017198
Line speed 64 kbits
Fido flags CM,XA,MO,X75
Equipment ISDN
Available Yes
Auth. log No
Honor ZMH Yes
Callout Yes
Modem type ISDN Linux
Locked speed 0
EMSI name The Wizard's ISDN line 2
</pre>
T-t-that's all folks :))
</td></tr></table>
<a href='#_BBSsetup'><img src='images/hand.up.gif' border=0 alt='Up'></a>
<p>
<!-- Empty reply block for cut & paste:
<table width=100%>
<tr><td width=50 valign=top><a name="4.1">Q 4.1</a></td><td>