Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / speedtouch / files / README
blobb0f505c1a98e048466f33eac2750dd04f229a09a
1 $NetBSD$
3 This is pretty much a distillation of INSTALL-BSD
5 In order to use this package:
7  - If you are not running a GENERIC kernel from 1.5.1 or later,
8    ensure your config does not include 'option DIAGNOSTIC', and
9    does include 'device usb', 'device ugen', 'pseudo-device ppp 1',
10    and 'pseudo-device tun 2' (the numbers can be higher).
12  - Copy /usr/pkg/share/examples/ppp.conf to /usr/pkg/etc/ppp/ppp.conf,
13    and set:
14      - authname login@provider  (for example : fti/xxx@fti)
15      - authkey password
16      - The -vpi and -vci numbers:
17          * 8.35 or 8.67 for France 
18          * 0.38 in the UK 
19          * 8.48 in the Netherlands
20          (check the value used under Windows) 
21     - If you have your own DNS, you can also remove the 'enable dns'.
23  - Copy /usr/pkg/etc/rc.d/adsl to /etc/rc.d, and set adsl=YES in /etc/rc.conf
25  Note: 'adsl start' tries to load the modem firmware and currently fails if
26  called a second time without a reboot or the modem being disconnected from
27  the machine. To workaround this use '/etc/rc.d/adsl stop ; ppp -ddial adsl'
28  if you need to restart the ppp session.