source: connect/dialup/wvdial.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6192 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.3 KB
RevLine 
[246c904]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[246c904]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[9be6d17]6
[0aeb696]7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
[246c904]19 <!ENTITY wvdial-download-http "http://open.nit.ca/download/wvdial-&wvdial-version;.tar.gz">
20 <!ENTITY wvdial-download-ftp "ftp://ftp.ing-steen.se/pub/unix/unsort/wvdial-&wvdial-version;.tar.gz">
[9be6d17]21 <!ENTITY wvdial-md5sum "8648c044305fc66ee33ecc55d36f8c8b">
[246c904]22 <!ENTITY wvdial-size "66 KB">
[08802956]23 <!ENTITY wvdial-buildsize "2.7 MB">
[246c904]24 <!ENTITY wvdial-time "0.06 SBU">
25]>
26
[377584f]27<sect1 id="wvdial" xreflabel="WvDial-&wvdial-version;">
[84a779b]28 <?dbhtml filename="wvdial.html"?>
[4839c17]29
[84a779b]30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
[4839c17]34
[84a779b]35 <title>WvDial-&wvdial-version;</title>
[4839c17]36
[84a779b]37 <indexterm zone="wvdial">
38 <primary sortas="a-WvDial">WvDial</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to WvDial</title>
[4839c17]43
[893d9711]44 <para>The <application>WvDial</application> package contains a no-nonsense,
[84a779b]45 quick and easy to use alternative to <command>chat</command> and
[893d9711]46 <command>pppd</command> scripts. If you simply want to dial a modem
47 without the fuss and hassle of <command>chat</command> issues, then you'll
[84a779b]48 want this.</para>
[4839c17]49
[84a779b]50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>Download (HTTP): <ulink url="&wvdial-download-http;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download (FTP): <ulink url="&wvdial-download-ftp;"/></para>
57 </listitem>
58 <listitem>
59 <para>Download MD5 sum: &wvdial-md5sum;</para>
60 </listitem>
61 <listitem>
62 <para>Download size: &wvdial-size;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated disk space required: &wvdial-buildsize;</para>
66 </listitem>
67 <listitem>
68 <para>Estimated build time: &wvdial-time;</para>
69 </listitem>
70 </itemizedlist>
[4839c17]71
[68dcb2dd]72 <bridgehead renderas="sect3">WvDial Dependencies</bridgehead>
[4839c17]73
[84a779b]74 <bridgehead renderas="sect4">Required</bridgehead>
[6d4fc00]75 <para role="required"><xref linkend="wvstreams"/> and
76 <xref linkend="ppp"/></para>
[4839c17]77
[7e1f3aa]78 <para condition="html" role="usernotes">User Notes:
[6c42d4e]79 <ulink url="&blfs-wiki;/WvDial"/></para>
[7e1f3aa]80
[84a779b]81 </sect2>
[4839c17]82
[84a779b]83 <sect2 role="installation">
84 <title>Installation of WvDial</title>
85
[893d9711]86 <para>Install <application>WvDial</application> by running the following
[84a779b]87 commands:</para>
88
89<screen><userinput>make PREFIX=/usr</userinput></screen>
[4839c17]90
[84a779b]91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[4839c17]92
[84a779b]93<screen role="root"><userinput>make PREFIX=/usr install</userinput></screen>
[4839c17]94
[84a779b]95 </sect2>
[4839c17]96
[84a779b]97 <sect2 role="configuration">
98 <title>Configuring WvDial</title>
99
100 <sect3 id="wvdial-config">
101 <title>Config Files</title>
[4839c17]102
[893d9711]103 <para><filename>/etc/wvdial.conf</filename> and
[84a779b]104 <filename>/etc/ppp/peers/*</filename></para>
[4839c17]105
[84a779b]106 <indexterm zone="wvdial wvdial-config">
107 <primary sortas="e-etc-wvdial.conf">/etc/wvdial.conf</primary>
108 </indexterm>
[4839c17]109
[84a779b]110 <indexterm zone="wvdial wvdial-config">
111 <primary sortas="e-etc-ppp-peers">/etc/ppp/peers/*</primary>
112 </indexterm>
[4839c17]113
[84a779b]114 </sect3>
[4839c17]115
[84a779b]116 <sect3>
117 <title>Configuration Information</title>
118
[893d9711]119 <para>Perform the following two commands as the
[84a779b]120 <systemitem class="username">root</systemitem> user:</para>
121
122<screen role='root'><userinput>touch /etc/wvdial.conf &amp;&amp;
123wvdialconf /etc/wvdial.conf</userinput></screen>
124
[893d9711]125 <para><command>wvdialconf</command> will test that you have a working modem
[84a779b]126 and try to determine its exact setup. You will then need to enter your
127 ISP's phone number, login name and password into the
128 <filename>/etc/wvdial.conf</filename> file.</para>
[4839c17]129
[84a779b]130 <para>You then start <command>wvdial</command> with:</para>
131
132<screen><userinput>wvdial</userinput></screen>
133
[893d9711]134 <para>For more information, examine the <command>wvdialconf</command>,
135 <filename>wvdial.conf</filename> and <command>wvdial</command> man
[9d391d12]136 pages.</para>
137
138 <!-- Commented out 20060401 as the link is broken
139 Also, have a look at <ulink
[84a779b]140 url="http://www.electronicschat.org/nonroot-dialout/index.html">the
141 Non-Root Dial Out HOWTO</ulink> if you want to give non-root users
[9d391d12]142 access to <command>wvdial</command>.</para> -->
[4839c17]143
[84a779b]144 </sect3>
[4839c17]145
[84a779b]146 </sect2>
[4839c17]147
[84a779b]148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Libraries</segtitle>
154 <segtitle>Installed Directory</segtitle>
[4839c17]155
[84a779b]156 <seglistitem>
157 <seg>wvdial and wvdialconf</seg>
158 <seg>None</seg>
159 <seg>/etc/ppp/peers</seg>
160 </seglistitem>
161 </segmentedlist>
[4839c17]162
[84a779b]163 <variablelist>
164 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
165 <?dbfo list-presentation="list"?>
166 <?dbhtml list-presentation="table"?>
[4839c17]167
[84a779b]168 <varlistentry id="wvdial-prog">
169 <term><command>wvdial</command></term>
170 <listitem>
[b1d305ed]171 <para>starts a PPP connection.</para>
[84a779b]172 <indexterm zone="wvdial wvdial-prog">
173 <primary sortas="b-wvdial">wvdial</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
[4839c17]177
[84a779b]178 <varlistentry id="wvdialconf">
179 <term><command>wvdialconf</command></term>
180 <listitem>
[893d9711]181 <para>automates the configuration of
[84a779b]182 <command>wvdial</command>.</para>
183 <indexterm zone="wvdial wvdialconf">
184 <primary sortas="b-wvdialconf">wvdialconf</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
[4839c17]188
[84a779b]189 </variablelist>
190
191 </sect2>
[f45b1953]192
193</sect1>
Note: See TracBrowser for help on using the repository browser.