Use a nicer way to check if rdesktop is installed.
[kdenetwork.git] / kppp / README.ModemDB
blobcc4992edc51416e20d04d4f443f564c45217b231
1 Modem Database
2 ==============
4 The Modem Database (MD) will further simplify kppp by allowing the user to
5 select a modem from a database. The MD will be organized by the name of the
6 manufacturer. Each modem will only have those entries not common to the
7 generic Hayes Modem command set. The following entries will be available
8 (defaults in brackets):
10 [Group]:        Can be freely chosen, may not be "Common"
11 Vendor:         The modem vendor
12 Name:           The name of the modem, without vendor. Needed
13 Parent:         All settings of this modem are inherited. Parent works
14                 recursive, so if the parent has another parent, this will
15                 be inherited too and so on.
16 Reset:          This should reset the modem (ATZ)
17 Init:           The init string (AT V1 E1)
18 Volume0:        Volume off (ATL0)
19 Volume1:        Medium volume (ATL1)
20 Volume2:        Loud volume (ATL3)
21 PreInitDelay:   Delay after opening the modem, before sending the Init
22                 command (50)
23 PostInitDelay:  Delay after sending the Init command (30)
24 InitResponse:   Modem response to the Init command (OK)
25 BlindDialOn:    To dial without waiting for line carrier (ATX3)
26 BlindDialOff:   Don't dial without waiting for line carrier (ATX4)
27 ToneDial:       The command to dial out, number is appended (ATDT)
28 PulseDial:      The command to use impulse dialing (ATDP)
29 ConnectResponse:The modems answer to "Dial" when connection is established
30 BusyResponse:   Response to a busy line (BUSY)
31 NoCarrierResponse: Response when carrier was not establ. (NO CARRIER)
32 NoDialTone:     Response when no dial tone was found (NO DIALTONE)
33 SupportsCD:     Modem supports the "Modem asserts CD line" feature (1==yes)
34 AutoAnswerOn:   Turn on auto answer (for callback) (ATS0=1)
35 AutoAnswerOff:   Turn off auto answer ATS0=0
37 If the name begins with "!", this is NOT shown in the modem list but can be
38 taken as parent. Every modem initially inherits from "Common".
40 Example:
41 ========
43 [Common]
44 Vendor=Generic
45 Name=Hayes Compatible
46 Reset=Z
47 Init=ATV1
48 Volume0=M0L0
49 Volume1=M1L1
50 Volume2=M1L3
51 PreInitDelay=50
52 PostInitDelay=30
53 InitResponse=OK
54 BlindDialOn=X3
55 BlindDialOff=X4
56 ToneDial=DT
57 PulseDial=DP
58 ConnectResponse=CONNECT
59 BusyResponse=BUSY
60 NoCarrierResponese=NO CARRIER
61 NoDialTone=NO DIALTONE
62 SupportsCD=true
64 [!Zyxel Omni TA128]
65 Vendor=Zyxel
66 Name=Omni TA 128
67 Reset=&F
69 [Zyxel Omni TA128/X75]
70 Parent=Zyxel Omni TA128
71 Name=Zyxel Omni TA128/X75
72 Init=B20 V1 E1
74 [Zyxel Omni TA128/sync.PPP]
75 Parent=!Zyxel Omni TA128
76 Name=Zyxel Omni TA128/sync.PPP
77 Init=B40 V1 E1