ELSA
SuSE Linux: Versions 6.1 to 7.3
Kernel: Versions since 2.2.x
You have an ISDN terminal adapter from the company ELSA
, that is controlled like a modem and you want to go online using the program wvdial
.
Unfortunatly, ISDN terminal adapters do not function exactly like an analog modem...they have a few peculiarities, for example they:
Autodetect Modem
as suggested in
wvdialconf /etc/wvdial
"System Administration ->","Network Configuration->","Configure a PPP Network"
"System Administration ->", "Integrate Hardware into system", "Configure Modem"
/etc/wvdial.conf
, that would otherwise be made automatically, by hand. Depending on the specific device the contents should read as follows:
ELSA MicroLink ISDN/TLpro and ISDN/TLV.34
:
[Dialer Defaults]
Modem = /dev/modem
Baud = 115200
Init1 = AT&F\N10%P1
Init2 = AT\V0
; Phone =
; Username =
; Password =
ELSA TanGo 1000 and ELSA TanGo 2000
:
[Dialer Defaults]
Modem = /dev/modem
Baud = 115200
Init1 = AT&F$IBP=HDLCP
Init2 = AT\V0
; Phone =
; Username =
; Password =