pkgsrc/net/speedtouch/files
grant 0c5bb6abcc Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.

as discussed with jlam.
2002-09-20 02:01:54 +00:00
..
adsl.sh Make these scripts more portable by taking advantage of automatic rc.d 2002-09-20 02:01:54 +00:00
README Import speedtouch-21062001: 2001-07-29 01:18:33 +00:00

$NetBSD: README,v 1.1.1.1 2001/07/29 01:18:33 abs Exp $

This is pretty much a distillation of INSTALL-BSD

In order to use this package:

 - If you are not running a GENERIC kernel from 1.5.1 or later,
   ensure your config does not include 'option DIAGNOSTIC', and
   does include 'device usb', 'device ugen', 'pseudo-device ppp 1',
   and 'pseudo-device tun 2' (the numbers can be higher).

 - Copy /usr/pkg/share/examples/ppp.conf to /usr/pkg/etc/ppp/ppp.conf,
   and set:
     - authname login@provider  (for example : fti/xxx@fti)
     - authkey password
     - The -vpi and -vci numbers:
	 * 8.35 or 8.67 for France 
	 * 0.38 in the UK 
	 * 8.48 in the Netherlands
	 (check the value used under Windows) 
    - If you have your own DNS, you can also remove the 'enable dns'.

 - Copy /usr/pkg/etc/rc.d/adsl to /etc/rc.d, and set adsl=YES in /etc/rc.conf

 Note: 'adsl start' tries to load the modem firmware and currently fails if
 called a second time without a reboot or the modem being disconnected from
 the machine. To workaround this use '/etc/rc.d/adsl stop ; ppp -ddial adsl'
 if you need to restart the ppp session.