Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/speedtouch-usb/files: README
Date: Sun, 23 Aug 2009 06:59:44
Message-Id: E1Mf73F-00009n-Uy@stork.gentoo.org
1 mrness 09/08/23 06:59:41
2
3 Modified: README
4 Log:
5 Migrate to EAPI 2. Cleanup dependencies. Update README with changes occured in baselayout-2.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.7 net-dialup/speedtouch-usb/files/README
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/speedtouch-usb/files/README?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/speedtouch-usb/files/README?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/speedtouch-usb/files/README?r1=1.6&r2=1.7
14
15 Index: README
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/files/README,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- README 23 Sep 2006 16:09:15 -0000 1.6
22 +++ README 23 Aug 2009 06:59:41 -0000 1.7
23 @@ -2,10 +2,7 @@
24 ============
25
26 This ebuild enables kernel-space support for Alcatel/Thomson SpeedTouch
27 -USB modems, which first appeared in kernel 2.6.10 as a replacement for
28 -the user-space driver. For earlier kernels, the "speedtouch" ebuild
29 -must be emerged instead.
30 -
31 +USB modems, which first appeared in kernel 2.6.10.
32
33 Configuration
34 =============
35 @@ -26,17 +23,17 @@
36
37 a) PPPoATM configuration:
38
39 -config_ppp0=( ppp ) # Runs /lib/rcscripts/net/pppd.sh
40 +config_ppp0='ppp' # Runs /lib/rcscripts/net/pppd.sh
41 # The 2 numbers represent the VPI & VCI of your ISP, and they are separated
42 # by a dot. Choose here, or ask your ISP:
43 # http://www.linux-usb.org/SpeedTouch/faq/index.html#q12
44 link_ppp0='0.38'
45 -plugins_ppp0=( 'pppoa' )
46 +plugins_ppp0='pppoa'
47 # 'man pppd' shows other options. Compression is disabled because it is
48 # rarely taken advantage of, and may interfere with the connection.
49 # Add option 'usepeerdns' to populate /etc/resolv.conf
50 -pppd_ppp0=( updetach noauth debug defaultroute noaccomp nobsdcomp noccp
51 - nodeflate nopcomp novj novjccomp child-timeout 60 )
52 +pppd_ppp0='updetach noauth debug defaultroute noaccomp nobsdcomp noccp
53 + nodeflate nopcomp novj novjccomp child-timeout 60'
54 username_ppp0='username@×××.com' # ADSL login, assigned by your ISP
55 password_ppp0='password' # ADSL password, assigned by your ISP
56
57 @@ -53,20 +50,20 @@
58 b) PPPoE configuration:
59
60 # Configure first the RFC2684 bridge interface
61 -config_nas0=( null )
62 +config_nas0='null'
63 # Use "-e 0" for LLC mux or "-e 1" for VC mux.
64 # The 2 numbers after "-a" represent the VPI & VCI of your ISP, and
65 # they are separated by a dot. Ask your ISP about those numbers.
66 -br2684ctl_nas0="-e 0 -a 0.38"
67 +br2684ctl_nas0='-e 0 -a 0.38'
68
69 -config_ppp0=( ppp ) # Runs /lib/rcscripts/net/pppd.sh
70 +config_ppp0='ppp' # Runs /lib/rcscripts/net/pppd.sh
71 link_ppp0='nas0' # The name of the RFC2684 bridge interface
72 -plugins_ppp0=( 'pppoe' )
73 +plugins_ppp0='pppoe'
74 # 'man pppd' shows other options. Compression is disabled because it is
75 # rarely taken advantage of, and may interfere with the connection.
76 # Add option 'usepeerdns' to populate /etc/resolv.conf
77 -pppd_ppp0=( updetach noauth debug defaultroute noaccomp nobsdcomp noccp
78 - nodeflate nopcomp novj novjccomp child-timeout 60 )
79 +pppd_ppp0='updetach noauth debug defaultroute noaccomp nobsdcomp noccp
80 + nodeflate nopcomp novj novjccomp child-timeout 60'
81 username_ppp0='username@×××.com' # ADSL login, assigned by your ISP
82 password_ppp0='password' # ADSL password, assigned by your ISP
83
84 @@ -219,13 +216,13 @@
85 If the ADSL connection seems to have worked, but no websites can be
86 contacted, then check that /etc/resolv.conf is populated, and possibly
87 add the "usepeerdns" option (to use the ISP's DNS) to pppd_ppp0 in
88 -/etc/conf.d/net
89 +/etc/conf.d/net .
90
91 If the problem is still not resolved, then describe the problem in the
92 "discussion and bugs" tab at:
93 http://gentoo-wiki.com/HOWTO_Speedtouch_modem
94 Or post to the Gentoo Forums at http://forums.gentoo.org/ - ultimately,
95 -if there is no answer, then file a bug at http://bugs.gentoo.org/
96 +if there is no answer, then file a bug at http://bugs.gentoo.org/ .
97
98
99 Compression