blob: 2e771c1a77996da7723fe57740aca2e9c35d4468 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/files/speedtouch.confd,v 1.5 2004/09/27 13:56:33 dragonheart Exp $
# Config file for the speedtouch ebuild
# Set the microcode path
#MICROCODE="/usr/share/speedtouch/mgmt.o"
# Set verbose level for modem_run
VERBOSE="0"
# Set the peer filename
# This should be in /etc/ppp/peers/
PEER="adsl"
# Extra options to modem_run
# Some modems will need "-s", if in doubt then leave blank
# add "-k" for use with the kernel mode driver
# add "-a /usr/share/speedtouch/boot.v123.bin" if your modem is green or purple
#MODEM_RUN_EXTRAOPTS="-s"
|