I’m trying to compile dahdi on my system and having some problems - my TDM800P w/hardware EC isn’t correctly recognized.
I’ve tried Digium Support, but they respond that the product is out of warranty, too bad for me.
The board works correctly under its ‘current’ install/same machine under dahdi 2.9
When I compile 3.0, I get a warning about vpm (something), but it is gone too fast; but I get the message that dahdi has compiled correctly. When I run make install-config, I get:
WARNING: could not find /usr/src/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/vpmadt032_loader/.vpmadt032_x86_64.o.cmd for /usr/src/dahdi-linux-complete-3.0.0+3.0.0/linux/drivers/dahdi/vpmadt032_loader/vpmadt032_x86_64.o
which I believe is the crux of the problem (since this is the HW EC).
If I run service dahdi restart, I get:
service dahdi restart
Unloading DAHDI hardware modules: done
Loading DAHDI hardware modules:
/usr/sbin/dahdi_span_assignments: Missing ‘/etc/dahdi/assigned-spans.conf’
Running dahdi_cfg: /usr/sbin/dahdi_cfg: error while loading shared libraries: libtonezone.so.2: cannot open shared object file: No such file or directory
[FAILED]
This is being attempted under Centos 7.
I have tried various iterations of make clean, make, make install, etc, - same issue.
dahdi_hardware shows the ‘Wildcard’, but with a “-” next to vctdm24xxp (ie driver not loaded).
Any thoughts?
Andrew