glfs/connect/dialup/wvdial/wvdial-config.xml
Larry Lawrence a2d48f42e9 intro change in wvstreams and wvdial
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1010 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-31 16:57:51 +00:00

26 lines
843 B
XML

<sect2>
<title>Configuring wvdial</title>
<sect3><title>Config files</title>
<para><filename>/etc/wvdial.conf</filename>,
<filename>/etc/ppp/peers/*</filename></para></sect3>
<sect3><title>Configuration Information</title>
<para><screen><userinput><command>touch /etc/wvdial.conf &amp;&amp;
wvdialconf /etc/wvdial.conf</command></userinput></screen>
<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:
<screen><userinput><command>wvdial</command></userinput>.</screen></para>
<para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
</sect3>
</sect2>