Hello,

I modified zaptel/zconfig.h on the latest svn (59) to us MG2 instead of the default, and now the modules won't load. They are there, contrary to what the error message says, but as I'm not a programmer, and certainly not a kernel/module programmer, I'm not sure where to go from here. I'm running 6.1-stable, updated from two days ago, full world and kernel build. Following is a diff of my zconfig.h to verify nothing else was done, and below that is the output of various attempts to load the modules. If you guys would like any further diagnostics or there is anything else I can try, please let me know.


Thanks,

Aaron Seelye

----------zconfig.h diff ------------

asterisk:~/tmp/zaptel-bsd/trunk/zaptel:#diff zconfig.h~ zconfig.h
71c71
< #define ECHO_CAN_MARK2
---
/* #define ECHO_CAN_MARK2 */
77c77
< /* #define ECHO_CAN_MG2 */
---
#define ECHO_CAN_MG2

-------------------------------------

asterisk:~/tmp/zaptel-bsd/trunk:#make load
make -C zaptel load
kldload ./zaptel.ko
kldload: can't load ./zaptel.ko: No such file or directory
*** Error code 1

Stop in /root/tmp/zaptel-bsd/trunk/zaptel.
*** Error code 1

Stop in /root/tmp/zaptel-bsd/trunk.


asterisk:/boot/kernel:#pwd
/boot/kernel
asterisk:/boot/kernel:#ls -l zaptel.ko
-r-xr-xr-x  1 root  wheel  91682 Sep 27 13:11 zaptel.ko
asterisk:/boot/kernel:#kldload -v zaptel.ko
kldload: can't load zaptel.ko: No such file or directory
asterisk:/boot/kernel:#kldload -v ./zaptel.ko
kldload: can't load ./zaptel.ko: No such file or directory
asterisk:/boot/kernel:#/usr/local/etc/rc.d/zaptel.sh start
kldload: can't load /boot/kernel/zaptel.ko: No such file or directory

_______________________________________________
Asterisk-BSD mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-bsd

Reply via email to