diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-04-09 18:38:43 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-04-09 18:38:43 +0000 |
commit | 0695b7c9f20209073f6525e3e58d9d41ca843416 (patch) | |
tree | 6c4318b2c3959b66eda10b4dadb819b186403646 | |
parent | Fixing stupid SRC_URI error (diff) | |
download | historical-0695b7c9f20209073f6525e3e58d9d41ca843416.tar.gz historical-0695b7c9f20209073f6525e3e58d9d41ca843416.tar.bz2 historical-0695b7c9f20209073f6525e3e58d9d41ca843416.zip |
Documentation update (#129232)
Package-Manager: portage-2.0.54
-rw-r--r-- | net-dialup/speedtouch-usb/ChangeLog | 5 | ||||
-rw-r--r-- | net-dialup/speedtouch-usb/Manifest | 10 | ||||
-rw-r--r-- | net-dialup/speedtouch-usb/files/README | 22 |
3 files changed, 22 insertions, 15 deletions
diff --git a/net-dialup/speedtouch-usb/ChangeLog b/net-dialup/speedtouch-usb/ChangeLog index c8769f5878f8..41d0fc2079a2 100644 --- a/net-dialup/speedtouch-usb/ChangeLog +++ b/net-dialup/speedtouch-usb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/speedtouch-usb # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/ChangeLog,v 1.2 2006/03/19 15:29:18 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/ChangeLog,v 1.3 2006/04/09 18:38:42 mrness Exp $ + + 09 Apr 2006; Alin Nastac <mrness@gentoo.org> files/README: + Documentation update (#129232). 19 Mar 2006; Alin Nastac <mrness@gentoo.org> files/README, -files/speedtch.usermap, speedtouch-usb-3.0.1.2.ebuild: diff --git a/net-dialup/speedtouch-usb/Manifest b/net-dialup/speedtouch-usb/Manifest index 844d3df17ff6..1ec2e793c1cc 100644 --- a/net-dialup/speedtouch-usb/Manifest +++ b/net-dialup/speedtouch-usb/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 aa256c95d68159d9113032f014ffa86e ChangeLog 721 -MD5 db58c9b8e5fb85bd60a9d09c77f21e95 files/README 9861 +MD5 0bb63ac5d4a38827bef81dd99e2e59fe ChangeLog 817 +MD5 a0550d0681bdc7199ebf52f11614cf4c files/README 9874 MD5 455d21a7ea0d002dcd3cb16b8ac4c16d files/digest-speedtouch-usb-3.0.1.2 76 MD5 82c09fc4e58b4a48f4730afef332413c metadata.xml 301 MD5 282326a62fdd14e9e4a5fb1ab50f5f86 speedtouch-usb-3.0.1.2.ebuild 4056 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFEHXjgjG8pv1lIUX4RAn94AJ94eHtsAXD6QZcac9gbiM3ugtHKGQCgkEgH -BcxuWdt4bINCtWLuo7kpGwk= -=rMDw +iD8DBQFEOVTDjG8pv1lIUX4RAiUrAKCEuCRnKmYTrbo/QJowDQpJ4h9C6ACgz4ij +7rq5oJ60pXkM25yrLpo7Xdw= +=xiV9 -----END PGP SIGNATURE----- diff --git a/net-dialup/speedtouch-usb/files/README b/net-dialup/speedtouch-usb/files/README index d72174bc3b9e..a0abc6622c58 100644 --- a/net-dialup/speedtouch-usb/files/README +++ b/net-dialup/speedtouch-usb/files/README @@ -26,7 +26,7 @@ Add the following lines from the appropriate section below to a) PPPoATM configuration: -config_ppp0=( 'ppp' ) # Runs /lib/rcscripts/net.modules.d/pppd +config_ppp0=( 'ppp' ) # Runs /lib/rcscripts/net.modules.d/pppd.sh link_ppp0='/dev/null' # Not required by PPPoA links, but must be specified # The 2 numbers represent the VPI & VCI of your ISP, and they are separated # by a dot. Choose here, or ask your ISP: @@ -34,7 +34,7 @@ link_ppp0='/dev/null' # Not required by PPPoA links, but must be specified plugins_ppp0=( 'pppoa 0.38' ) # 'man pppd' shows other options. Compression is disabled because it is # rarely taken advantage of, and may interfere with the connection. -# Add option 'usepeerdns' to populate /etc/ppp/resolv.conf +# Add option 'usepeerdns' to populate /etc/resolv.conf pppd_ppp0=( updetach debug defaultroute noaccomp nobsdcomp noccp nodeflate nopcomp novj novjccomp ) username_ppp0='username@isp.com' # E.g. 'fredbloggs@hg5.btclick.com' @@ -44,21 +44,21 @@ password_ppp0='password' # ADSL password, assigned by your ISP # before starting the PPP daemon: function preup() { if [[ "$1" = "ppp0" ]] ; then - modprobe -q pppoatm modprobe -q speedtch + return 0 fi } b) PPPoE configuration: -config_ppp0=( 'ppp' ) # Runs /lib/rcscripts/net.modules.d/pppd +config_ppp0=( 'ppp' ) # Runs /lib/rcscripts/net.modules.d/pppd.sh # The name of the Ethernet interface over which PPPoE links link_ppp0='nas0' # Must correspond to the -c option of the br2684ctl utility plugins_ppp0=( pppoe ) # 'man pppd' shows other options. Compression is disabled because it is # rarely taken advantage of, and may interfere with the connection. -# Add option 'usepeerdns' to populate /etc/ppp/resolv.conf +# Add option 'usepeerdns' to populate /etc/resolv.conf pppd_ppp0=( updetach debug defaultroute noaccomp nobsdcomp noccp nodeflate nopcomp novj novjccomp ) username_ppp0='username@isp.com' # E.g. 'fredbloggs@hg5.btclick.com' @@ -89,6 +89,10 @@ function postdown() { } + +Configuration continued +======================= + Create a symlink for the new network interface, for it to be enabled by baselayout: cd /etc/init.d && ln -sfn net.lo net.ppp0 @@ -125,7 +129,7 @@ are present. Note that in the list below, "[*]" means that the option is compiled into the kernel, whereas "[M]" means that the option can either be compiled into the kernel, or as a module. Compiling them into the -kernel is preferable, to guarantee that the modules are already loaded +kernel is recommended, to guarantee that the modules are already loaded when they are needed, and it will improve the bootup time by a couple of seconds. @@ -160,7 +164,7 @@ list includes the prerequisites, e.g. USB_SPEEDTOUCH depends on USB): Device Drivers ---> Network device support ---> [*] Network device support - CONFIG_NETDEVICES - [M] PPP (point-to-point protocol) support - CONFIG_PPP + [*] PPP (point-to-point protocol) support - CONFIG_PPP [M] PPP Deflate compression - CONFIG_PPP_DEFLATE (only useful if compression is supported - rare) [M] PPP BSD-Compress compression - CONFIG_PPP_BSDCOMP (only useful @@ -216,8 +220,8 @@ pppd_ppp0. "man pppd" explains all the options in that file. If the ADSL connection seems to have worked, but no websites can be contacted, then check that /etc/resolv.conf is populated, and possibly -add the "usepeerdns" option to pppd_ppp0, along with running: - ln -s /etc/resolv.conf /etc/ppp/resolv.conf +add the "usepeerdns" option (to use the ISP's DNS) to pppd_ppp0 in +/etc/conf.d/net If the problem is still not resolved, then describe the problem in the "discussion and bugs" tab at: |