Hello
(I know there’s a BSD section, but there’s a lot less traffic, and I’m a bit of hurry to get this host back to its working state. It only has an FXO card with a single plug.)
Since the Ports collection showed that I was a couple of minor versions for Zaptel and Asterisk, I updated the database, and compiled both.
Now, with Zaptel and Asterisk unloaded, if I start Zaptel, and then type “ztcfg -vv”, the host reboots with no further warning!
Here’s some information if that says anything to anyone:
# /usr/local/etc/rc.d/zaptel start
zaptel
kldload: can't load /usr/local/lib/zaptel/wcte11xp.ko: No such file or directory
# kldstat
Id Refs Address Size Name
1 11 0xc0400000 7a05b0 kernel
2 1 0xc0ba1000 5c304 acpi.ko
7 1 0xc2d20000 19000 linux.ko
8 4 0xc3a7c000 32000 zaptel.ko
9 1 0xc3aae000 b000 wctdm.ko
10 1 0xc3abe000 1c000 wctdm24xxp.ko
11 1 0xc3ade000 5000 wct1xxp.ko
# /usr/local/etc/rc.d/zaptel stop
zaptel kldunload: can't find file wcte12xp.ko: No such file or directory
kldunload: can't find file wcte11xp.ko: No such file or directory
[root@freebsd /usr/ports/misc/zaptel]# kldstat
Id Refs Address Size Name
1 7 0xc0400000 7a05b0 kernel
2 1 0xc0ba1000 5c304 acpi.ko
7 1 0xc2d20000 19000 linux.ko
# /usr/local/etc/rc.d/zaptel start
# ztcfg -vv
Zaptel Version: zaptel-bsd-ng v0.0.1
Echo Canceller: MG2
Configuration
======================
Channel map:
Channel 01: FXS Kewlstart (Default) (Slaves: 01)
1 channels to configure.
Here, the host reboots!
dmesg:
Dec 20 18:04:18 freebsd kernel: Zapata Telephony Interface Registered on major 196
Dec 20 18:04:18 freebsd kernel: Zaptel Version: zaptel-bsd-ng v0.0.1
Dec 20 18:04:18 freebsd kernel: Zaptel Echo Canceller: MG2
Dec 20 18:04:18 freebsd kernel: wctdm0 port 0xb400-0xb4ff mem 0xf5000000-0xf5000fff irq 9 at device 11.0 on pci2
Dec 20 18:04:18 freebsd kernel: wctdm0: [FAST]
Dec 20 18:04:18 freebsd kernel: Freshmaker version: 71
Dec 20 18:04:18 freebsd kernel: Freshmaker passed register test
Dec 20 18:04:18 freebsd kernel: Module 0: Installed -- AUTO FXO (FCC mode)
Dec 20 18:04:18 freebsd kernel: Module 1: Not installed
Dec 20 18:04:18 freebsd kernel: Module 2: Not installed
Dec 20 18:04:18 freebsd kernel: Module 3: Not installed
Dec 20 18:04:18 freebsd kernel: Found a Wildcard TDM: Wildcard TDM400P REV E/F (1 modules)
Dec 20 18:04:18 freebsd kernel: link_elf: symbol te11xp_init undefined
Dec 20 18:04:26 freebsd ntpd: logging to file /var/log/ntpd.log
What do you recommend I do? Can I go back to an older Ports?
Thank you for any hint.