source: connect/dialup/wvdial.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY wvdial-download-http "http://open.nit.ca/download/wvdial-&wvdial-version;.tar.gz">
8 <!ENTITY wvdial-download-ftp "ftp://ftp.ing-steen.se/pub/unix/unsort/wvdial-&wvdial-version;.tar.gz">
9 <!ENTITY wvdial-md5sum "8648c044305fc66ee33ecc55d36f8c8b">
10 <!ENTITY wvdial-size "66 KB">
11 <!ENTITY wvdial-buildsize "2.7 MB">
12 <!ENTITY wvdial-time "0.06 SBU">
13]>
14
15<sect1 id="wvdial" xreflabel="WvDial-&wvdial-version;">
16<sect1info>
17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
19</sect1info>
20<?dbhtml filename="wvdial.html"?>
21<title>WvDial-&wvdial-version;</title>
22<indexterm zone="wvdial">
23<primary sortas="a-WvDial">WvDial</primary></indexterm>
24
25<sect2>
26<title>Introduction to <application>WvDial</application></title>
27
28<para>The <application>WvDial</application> package contains a no-nonsense,
29quick and easy to use alternative to <command>chat</command> and
30<command>pppd</command> scripts. If you simply want to dial a modem
31without the fuss and hassle of <command>chat</command> issues, then you'll
32want this.</para>
33
34<sect3><title>Package information</title>
35<itemizedlist spacing='compact'>
36<listitem><para>Download (HTTP):
37<ulink url="&wvdial-download-http;"/></para></listitem>
38<listitem><para>Download (FTP):
39<ulink url="&wvdial-download-ftp;"/></para></listitem>
40<listitem><para>Download MD5 sum: &wvdial-md5sum;</para></listitem>
41<listitem><para>Download size: &wvdial-size;</para></listitem>
42<listitem><para>Estimated disk space required:
43&wvdial-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&wvdial-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title><application>WvDial</application> dependencies</title>
49<sect4><title>Required</title>
50<para><xref linkend="wvstreams"/> and <xref linkend="ppp"/></para>
51</sect4>
52</sect3>
53
54</sect2>
55
56<sect2>
57<title>Installation of <application>WvDial</application></title>
58
59<para>Install <application>WvDial</application> by running the following
60commands:</para>
61
62<screen><userinput><command>make PREFIX=/usr</command></userinput></screen>
63
64<para>Now, as the root user:</para>
65
66<screen><userinput role='root'><command>make PREFIX=/usr install</command></userinput></screen>
67
68</sect2>
69
70<sect2>
71<title>Configuring <application>WvDial</application></title>
72
73<sect3 id="wvdial-config"><title>Config files</title>
74<para><filename>/etc/wvdial.conf</filename> and
75<filename>/etc/ppp/peers/*</filename></para>
76<indexterm zone="wvdial wvdial-config">
77<primary sortas="e-etc-wvdial.conf">/etc/wvdial.conf</primary></indexterm>
78<indexterm zone="wvdial wvdial-config">
79<primary sortas="e-etc-ppp-peers">/etc/ppp/peers/*</primary></indexterm>
80</sect3>
81
82<sect3><title>Configuration Information</title>
83
84<para>Perform the following two commands as the root user:</para>
85
86<screen><userinput role='root'><command>touch /etc/wvdial.conf &amp;&amp;
87wvdialconf /etc/wvdial.conf</command></userinput></screen>
88
89<para><command>wvdialconf</command> will test that you have a working modem
90and try to determine its exact setup. You will then need to enter your
91<acronym>ISP</acronym>'s phone number, login name and password into the
92<filename>/etc/wvdial.conf</filename> file.</para>
93
94<para>You then start wvdial with:</para>
95
96<screen><userinput><command>wvdial</command></userinput></screen>
97
98<para>For more information, examine the wvdialconf, wvdial.conf and
99wvdial man pages. Also, have a look at <ulink
100url="http://www.electronicschat.org/nonroot-dialout/index.html">the
101Non-Root Dial Out HOWTO</ulink> if you want to give non-root users
102access to <command>wvdial</command>.</para>
103
104</sect3>
105
106</sect2>
107
108<sect2>
109<title>Contents</title>
110
111<segmentedlist>
112<segtitle>Installed Programs</segtitle>
113<segtitle>Installed Libraries</segtitle>
114<segtitle>Installed Directory</segtitle>
115
116<seglistitem>
117<seg>wvdial and wvdialconf</seg>
118<seg>None</seg>
119<seg>/etc/ppp/peers</seg>
120</seglistitem>
121</segmentedlist>
122
123<variablelist>
124<bridgehead renderas="sect3">Short Descriptions</bridgehead>
125<?dbfo list-presentation="list"?>
126
127<varlistentry id="wvdial-prog">
128<term><command>wvdial</command></term>
129<listitem><para>Starts a <acronym>PPP</acronym> connection.</para>
130<indexterm zone="wvdial wvdial-prog">
131<primary sortas="b-wvdial">wvdial</primary>
132</indexterm></listitem>
133</varlistentry>
134
135<varlistentry id="wvdialconf">
136<term><command>wvdialconf</command></term>
137<listitem><para>automates the configuration of
138<command>wvdial</command>.</para>
139<indexterm zone="wvdial wvdialconf">
140<primary sortas="b-wvdialconf">wvdialconf</primary>
141</indexterm></listitem>
142</varlistentry>
143</variablelist>
144
145</sect2>
146
147</sect1>
148
Note: See TracBrowser for help on using the repository browser.