I have just completed a fresh install of Ubuntu 10.04 server (i386) and have installed a WCTDM 4-port analog card. Following compilation and installation of dahdi-linux-complete-2.3.0.1+2.3.0, the CLI prompted me with the following error:
[code]DAHDI has been configured.
List of detected DAHDI devices:
driver should be ‘wctdm’ but is actually 'netjet’
pci:0000:02:03.0 wctdm+ e159:0001 Wildcard TDM400P REV I
run ‘dahdi_genconf modules’ to load support for only
the DAHDI hardware installed in this system. By
default support for all DAHDI hardware is loaded at
DAHDI start.[/code]
When I run a lsmod, I get the following output:
$ sudo lsmod
Module Size Used by
wctdm 35837 0
dahdi 197809 3 wctdm
fbcon 35102 71
tileblit 2031 1 fbcon
font 7557 1 fbcon
bitblit 4707 1 fbcon
softcursor 1189 1 bitblit
vga16fb 11385 0
vgastate 8961 1 vga16fb
hisax 504959 0
isdn 127297 1 hisax
netjet 11107 0
isdnhdlc 4523 1 netjet
crc_ccitt 1339 3 dahdi,hisax,isdnhdlc
mISDNipac 19227 1 netjet
nouveau 467624 1
i82875p_edac 3314 0
ttm 50071 1 nouveau
drm_kms_helper 29297 1 nouveau
edac_core 37331 3 i82875p_edac
dell_wmi 1793 0
mISDN_core 78392 3 netjet,mISDNipac
drm 163143 3 nouveau,ttm,drm_kms_helper
intel_agp 24473 1
dcdbas 5490 0
i2c_algo_bit 5028 1 nouveau
lp 7028 0
joydev 8708 0
psmouse 63245 0
serio_raw 3978 0
shpchp 28884 0
agpgart 31788 3 ttm,drm,intel_agp
parport 32635 1 lp
r8169 34140 0
mii 4381 1 r8169
usbhid 36174 0
hid 67032 1 usbhid
Can anyone suggest how best to fix this?
many thanks,
J.

