source: connect/dialup/wvdial.xml@ 518538f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 518538f was 518538f, checked in by Randy McMurchy <randy@…>, 19 years ago

Standardized the 'Estimated disk space required' text

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

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/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-size "66 KB">
10 <!ENTITY wvdial-buildsize "2.7 MB">
11 <!ENTITY wvdial-time "0.06 SBU">
12]>
13
14<sect1 id="wvdial" xreflabel="WvDial-&wvdial-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="wvdial.html"?>
20<title>WvDial-&wvdial-version;</title>
21
22<sect2>
23<title>Introduction to <application>WvDial</application></title>
24
25<para>The <application>WvDial</application> package contains a no-nonsense,
26quick and easy to use alternative to <command>chat</command> and
27<command>pppd</command> scripts. If you simply want to dial a modem
28without the fuss and hassle of <command>chat</command> issues, then you'll
29want this.</para>
30
31<sect3><title>Package information</title>
32<itemizedlist spacing='compact'>
33<listitem><para>Download (HTTP): <ulink url="&wvdial-download-http;"/></para></listitem>
34<listitem><para>Download (FTP): <ulink url="&wvdial-download-ftp;"/></para></listitem>
35<listitem><para>Download size: &wvdial-size;</para></listitem>
36<listitem><para>Estimated disk space required: &wvdial-buildsize;</para></listitem>
37<listitem><para>Estimated build time: &wvdial-time;</para></listitem></itemizedlist>
38</sect3>
39
40<sect3><title><application>WvDial</application> dependencies</title>
41<sect4><title>Required</title>
42<para><xref linkend="wvstreams"/> and <xref linkend="ppp"/>
43</para></sect4>
44</sect3>
45
46</sect2>
47
48<sect2>
49<title>Installation of <application>WvDial</application></title>
50
51<para>Install <application>WvDial</application> by running the following commands:</para>
52
53<screen><userinput><command>make PREFIX=/usr &amp;&amp;
54make PREFIX=/usr install</command></userinput></screen>
55
56</sect2>
57
58<sect2>
59<title>Configuring <application>WvDial</application></title>
60
61<sect3><title>Config files</title>
62<para><filename>/etc/wvdial.conf</filename>,
63<filename>/etc/ppp/peers/*</filename></para></sect3>
64
65<sect3><title>Configuration Information</title>
66
67<screen><userinput><command>touch /etc/wvdial.conf &amp;&amp;
68wvdialconf /etc/wvdial.conf</command></userinput></screen>
69<para><command>wvdialconf</command> will test that you have a working modem
70and try to determine its exact setup. You will then need to enter your
71<acronym>ISP</acronym>'s phone number, login name and password into the
72<filename>/etc/wvdial.conf</filename> file.</para>
73
74<para>You then start wvdial with:</para>
75<screen><userinput><command>wvdial</command></userinput></screen>
76
77<para>For more information, examine the wvdialconf, wvdial.conf and
78wvdial man pages. Also, have a look at <ulink
79url="http://www.electronicschat.org/nonroot-dialout/index.html">the
80Non-Root Dial Out HOWTO</ulink> if you want to give non-root users
81access to <command>wvdial</command>.</para>
82
83</sect3>
84
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<para>The <application>WvDial</application> package contains the <command>
91wvdial</command> and <command>wvdialconf</command> programs.</para>
92
93</sect2>
94
95<sect2><title>Description</title>
96
97<sect3><title>wvdial</title>
98<para>Starts a <acronym>PPP</acronym> connection.</para></sect3>
99
100<sect3><title>wvdialconf</title>
101<para>Automates the configuration of <command>wvdial</command>.</para></sect3>
102
103</sect2>
104
105</sect1>
106
Note: See TracBrowser for help on using the repository browser.