mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
a2d48f42e9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1010 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
843 B
XML
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 &&
|
|
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>
|
|
|