<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">I just
resolved the problem.<br>
<br>
The older zaptel kernel modules (IIRC) were installed into the /misc/
subdirectory and the newer modules are installed into /extra/.&nbsp; To
further complicate matters, I had entries in my /etc/modprobe.conf that
were still loading the previous kernel modules from the /misc/
directory and apparently causing the problem.<br>
<br>
To resolve, I removed all the previous forced module load commands from
/etc/modprobe.conf (removing all the zaptel related lines), cleared out
/lib/modules/&lt;version&gt;/misc, ran depmod -a, verified my
/etc/sysconfig/zaptel configuration file and rebooted.<br>
<br>
VOILA!<br>
<br>
Nothing wrong with 1.2.6, just make sure you really clean out all of
any previous install before upgrading.<br>
<br>
- Jerry<br>
</font></font><br>
Jerry Brady wrote:
<blockquote cite="mid44AA75E3.5000409@bluecircletech.com" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
  <font size="-1"><font face="Helvetica, Arial, sans-serif">I've
encountered a strange problem in what I thought would be a
straightforward upgrade to Asterisk 1.2 and was hoping someone out here
may have run into something similar.<br>
  <br>
The system is Linux FC3 with a 2.6.9 kernel.&nbsp; The problem is that the
new wctdm module will not load during modprobe.&nbsp; Everything compiles
and builds just fine.&nbsp; I have search the 'net and forums for typical
solutions and even tried to build from the latest source code, but the
results are still the same.<br>
  <br>
I ran "make linux26; make install; make install-udev; make config" and
verified that everything was okay, including the udev configuration.&nbsp; I
rebooted, audited my configuration files (the server has a 4-port FXS
TDM400P card), but still no go.<br>
  <br>
modprobe zaptel &lt;---- this works just fine<br>
  <br>
but when I try to load the module<br>
  <br>
modprobe wctdm <br>
  <br>
I get the following returned on the command line:<br>
  <br>
FATAL: Error inserting wctdm
(/lib/modules/2.6.9-1.667smp/extra/wctdm.ko): Unknown symbol in module,
or unknown parameter (see dmesg)<br>
  <br>
and the following in /var/log/messages:<br>
  <br>
kernel: wctdm: disagrees about version of symbol zt_receive <br>
kernel: wctdm: Unknown symbol zt_receive kernel: wctdm: disagrees about
version of symbol zt_qevent_lock<br>
kernel: wctdm: Unknown symbol zt_qevent_lock <br>
kernel: wctdm: disagrees about version of symbol zt_ec_chunk <br>
kernel: wctdm: Unknown symbol zt_ec_chunk <br>
kernel: wctdm: disagrees about version of symbol zt_transmit <br>
kernel: wctdm: Unknown symbol zt_transmit kernel: wctdm: disagrees
about version of symbol zt_unregister<br>
kernel: wctdm: Unknown symbol zt_unregister <br>
kernel: wctdm: disagrees about version of symbol zt_hooksig <br>
kernel: wctdm: Unknown symbol zt_hooksig <br>
kernel: wctdm: disagrees about version of symbol zt_register <br>
kernel: wctdm: Unknown symbol zt_register<br>
  <br>
Is it possible there is something left over from the previous zaptel
installation that is causing this mismatch?&nbsp; I'm not sure where to look
and any help would be appreciated.<br>
  <br>
I've already verified the CCITT module is present and tried everything
else I could dig up to resolve this.&nbsp; If I can't I'll need to rollback
to a previous version of the zaptel drivers.&nbsp; <br>
  <br>
Thanks in advance for your time and help.<br>
  <br>
  </font></font>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a>
  </pre>
</blockquote>
</body>
</html>