Gentoo Archives: gentoo-user

From: Charles Trois <charles.trois@×××××××.fr>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ppp-2.4.3-r10.ebuild
Date: Thu, 12 Jan 2006 11:43:26
Message-Id: 43C63FF8.2050307@wanadoo.fr
1 It's not easy to install things in Gentoo without Internet access,
2 especially when it's about installing the Internet connexion itself.
3
4 My ISP uses PPPoA, and I have a Speedtouch USB modem, the installation
5 of which requires ppp-2.4.3. This is not provided by the distfiles, so I
6 used a tarball downloaded under MacOS, which I installed in the ordinary
7 way (which is not the Gentoo way). The Speedtouch pages say that one should
8
9 (1) write PEER="speedtch" in /etc/conf.d/net.ppp0 (speedtch is the
10 name of the modem config file)
11
12 (2) run "rc-update add net.ppp0 default" in order that ppp0 start at
13 boot.
14
15 Thus installed, the thing works, but only up to a point, in that
16
17 (3) I have to run "pppd call speedtch" to start ppp, and
18
19 (4) I must change the default route from eth0 to ppp0 to make the
20 name resolution work.
21
22 Supposing that these difficulties might result from a bad installation
23 of ppp-2.4.3, and Internet now being available, I looked for a proper
24 emerge, and found ppp-2.4.3-r10.ebuild, which I installed, unmasking it
25 for ~ppc (this is an iMac). That was ok, but the note at the end says
26 that /etc/init.d/net.ppp0 is no longer used and that everything goes
27 through pppd. Then (2) above does no longer make sense, and I am not
28 sure about (1).
29
30 I tried to run pppd just to see, but there was no result (although no
31 error). From the script, it seems that it might give some messages, but
32 there was nothing.
33
34 How does it work? What should I do instead of (1) and (2), and shall I
35 be rid of (3) and (4)?
36
37 I'll be grateful for all hints.
38
39 Charles
40
41
42
43
44
45 --
46 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] ppp-2.4.3-r10.ebuild Uwe Thiem <uwix@××××.na>
Re: [gentoo-user] ppp-2.4.3-r10.ebuild maxim wexler <blissfix@×××××.com>