[asterisk-bugs] [Zaptel 0012262]: wcte12xp driver fails to load in 1.4.9.2
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Mar 20 09:32:08 CDT 2008
The following issue requires your FEEDBACK.
======================================================================
http://bugs.digium.com/view.php?id=12262
======================================================================
Reported By: justdave
Assigned To: sruffell
======================================================================
Project: Zaptel
Issue ID: 12262
Category: wcte12xp
Reproducibility: always
Severity: crash
Priority: normal
Status: feedback
Zaptel Version: 1.4.9.2
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 03-19-2008 22:55 CDT
Last Modified: 03-20-2008 09:32 CDT
======================================================================
Summary: wcte12xp driver fails to load in 1.4.9.2
Description:
It compiles fine, but when attempting to load the driver, it fails with the
following error dump to dmesg:
Zapata Telephony Interface Registered on major 196
Zaptel Version: 1.4.9.2
Zaptel Echo Canceller: MG2
wcte12xp: disagrees about version of symbol zt_receive
wcte12xp: Unknown symbol zt_receive
wcte12xp: disagrees about version of symbol zt_ec_chunk
wcte12xp: Unknown symbol zt_ec_chunk
wcte12xp: disagrees about version of symbol zt_transmit
wcte12xp: Unknown symbol zt_transmit
wcte12xp: disagrees about version of symbol zt_rbsbits
wcte12xp: Unknown symbol zt_rbsbits
wcte12xp: disagrees about version of symbol zt_unregister
wcte12xp: Unknown symbol zt_unregister
wcte12xp: disagrees about version of symbol zt_register
wcte12xp: Unknown symbol zt_register
wcte12xp: disagrees about version of symbol zt_alarm_notify
wcte12xp: Unknown symbol zt_alarm_notify
======================================================================
----------------------------------------------------------------------
sruffell - 03-20-08 09:32
----------------------------------------------------------------------
Sounds like a potential issue with stale drivers in the /lib/modules/`uname
-r` directory. When you load the wcte12xp driver, it's not loading the
version that you want loaded due to another binary sitting around somewhere
in the modules directory.
Could you try running:
'build_tools/uninstall-modules /lib/modules/`uname -r` zaptel'
To clean out all the old modules, run make install again, and see if that
solves your problem?
Issue History
Date Modified Username Field Change
======================================================================
03-20-08 09:32 sruffell Note Added: 0084316
03-20-08 09:32 sruffell Status assigned => feedback
======================================================================
More information about the asterisk-bugs
mailing list