TDM10, Newb, and No Dialtone

I’ve read the TDM400P user guide and checked the FAQ/KB but have not yet been able to resolve my issue(s).

I was given a TDM10 by a friend. I’ve installed it in a PC running Ubuntu 9.04 on which I’ve compiled and installed the following:

asterisk-1.6.2.0-beta3
asterisk-gui
dahdi-linux-2.2.0
dahdi-tools-2.2.0

Both the asterisk and dadhi services are running.

Applicable dmesg output:

[ 25.802814] dahdi: Telephony Interface Registered on major 196
[ 25.802830] dahdi: Version: 2.2.0
[ 26.269127] PCI: setting IRQ 12 as level-triggered
[ 26.269145] wcfxo 0000:00:10.0: found PCI INT A -> IRQ 12
[ 26.269210] wcfxo 0000:00:10.0: sharing IRQ 12 with 0000:00:14.0
[ 26.331423] Found a Wildcard FXO: Wildcard X101P
[ 26.365342] wctdm 0000:00:14.0: found PCI INT A -> IRQ 12
[ 26.365401] wctdm 0000:00:14.0: sharing IRQ 12 with 0000:00:10.0
[ 26.366086] Freshmaker version: 63
[ 26.366349] Freshmaker passed register test
[ 27.897837] Module 0: Installed – AUTO FXS/DPO
[ 27.897917] Module 1: Not installed
[ 27.897992] Module 2: Not installed
[ 27.898067] Module 3: Not installed
[ 27.927064] Found a Wildcard TDM: Wildcard TDM400P REV E/F (1 modules)
[ 28.199331] dahdi_transcode: Loaded.
[ 28.542240] INFO-xpp: revision trunk-r6963 MAX_XPDS=64 (8*8)
[ 28.542257] INFO-xpp: FEATURE: without BRISTUFF support
[ 28.542313] INFO-xpp: FEATURE: with PROTOCOL_DEBUG
[ 28.542529] INFO-xpp: FEATURE: with sync_tick() from DAHDI
[ 28.587695] INFO-xpp_usb: revision trunk-r6963
[ 28.588200] usbcore: registered new interface driver xpp_usb
[ 29.363752] dahdi: Registered tone zone 0 (United States / North America)

And lspci -v:

00:10.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
Subsystem: Device 8085:0003
Flags: bus master, medium devsel, latency 64, IRQ 12
I/O ports at a800 [size=256]
Memory at e8001000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2
Kernel driver in use: wcfxo
Kernel modules: wcfxo, hisax

00:14.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
Subsystem: Device b100:0003
Flags: bus master, medium devsel, latency 64, IRQ 12
I/O ports at c000 [size=256]
Memory at e8002000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2
Kernel driver in use: wctdm
Kernel modules: wctdm, hisax

I used asterisk-gui to create a dial plan, user, and extension and connected an analog phone to port 1. I have talk battery but no dialtone. Also restarted asterisk - even rebooted to no avail.

Figured I’d first to with voice mail before setting up a VOIP trunk but am stumped by the no dialtone issue.

Can someone help steer me in the right direction? I’m a software developer and ex telecommunications analyst/PBX administrator… but feeling completely inept right now.

Many thanks.

How does your /etc/dahdi/system.conf look like ??

This was my bad. Had the cart before the horse as they say (where I come from). I compiled/installed asterisk “before” dahdi. Went back and recompiled asterisk and all is well. On my way…

Thanks again.