glfs/connect/dialup/wvdial/wvdial-config.xml
Larry Lawrence a75063d4ec seperating para and screen sections
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1223 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-27 18:46:10 +00:00

26 lines
869 B
XML

<sect2>
<title>Configuring <application>WvDial</application></title>
<sect3><title>Config files</title>
<para><filename>/etc/wvdial.conf</filename>,
<filename>/etc/ppp/peers/*</filename></para></sect3>
<sect3><title>Configuration Information</title>
<screen><userinput><command>touch /etc/wvdial.conf &amp;&amp;
wvdialconf /etc/wvdial.conf</command></userinput></screen>
<para><command>wvdialconf</command> will test that you have a working modem
and try to determine it's exact setup. You will then need to enter your
<acronym>ISP</acronym>'s phone number, login name and password into the
<filename>/etc/wvdial.conf</filename> file.</para>
<para>You then start wvdial with:</para>
<screen><userinput><command>wvdial</command></userinput></screen>
<para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
</sect3>
</sect2>