source: connect/dialup/wvdial.xml@ 4e5749e

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 4e5749e was 4e5749e, checked in by Igor Živković <igor@…>, 20 years ago

Pointed to the non-root dialout documentation on WvDial page.

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

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