Zaptel Modules

I have done “make” and 'make install" for the zaptel driver.
I am using a TDM11B card.

Now I want to do “make config”. but then I have to edit /etc/sysconfig/zaptel .

The file is by default as follows:

Directory: Hardware/Telephony

Description: Zaptel modules

Type: sting

Default: “”

##Config: “”
##ServiceRestart: zaptel

This is a space saparated list of zaptel modules to be

loaded. Valid module names are:

qozap, tor2, torisa, wcfxo, wcfxs, wct1xxp, wct4xxp,

wcusb, zaphfc, ztd-eth.

ZAPTEL-MODULES=""

Which module name should I use for the TDM11B?

Something like:
ZAPTEL-MODULES=wcfxo wcfxs (?)
or
ZAPTEL-MODULES=wct4xxp (?)
or
ZAPTEL-MODULES=wct1xxp (?)
or something else??

gr.
Henk

The driver name for the TDMXXB cards is “wctdm”

Yes I agree with that.
But I am confused since that one is not in the list of valid module names.

So I can put wctdm there anyhow ??

Gr.
Henk

You should be able to add it just fine. Your file is different than the one’s I have on my system. Where did you get this zaptel code? The file should have this line:

MODULES="$MODULES wctdm" # TDM400P - Modular FXS/FXO interface (1-4 ports)

[quote=“angler”]You should be able to add it just fine. Your file is different than the one’s I have on my system. Where did you get this zaptel code? The file should have this line:

MODULES="$MODULES wctdm" # TDM400P - Modular FXS/FXO interface (1-4 ports)[/quote]

This code was in /etc/sysconfig/zaptel
May be it was put there by SuSE10.0 itself (?)
Or while compiling of zaptel (?)

Anyway it is strange that it differs from yours.