Koozali.org: home of the SME Server

After SME updates SAIL no longer finds my TDM

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
After SME updates SAIL no longer finds my TDM
« on: May 03, 2008, 09:46:59 PM »
I ran the latest SME updates and Sail can no longer detect my TDM:
Code: [Select]
Found following card...

06:01.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface
Subsystem: Unknown device b119:0003
Flags: bus master, medium devsel, latency 32, IRQ 177
I/O ports at 1000 [size=256]
Memory at 50105000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 2

Requesting Load of wctdm ...

Loaded wctdm...

No Telephony Boards found - check admin-error log for probe failures...

Signalling asterisk daemon to load ZTDUMMY for timing purposes

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: After SME updates SAIL no longer finds my TDM
« Reply #1 on: May 03, 2008, 11:25:05 PM »
This is because your kernel release has changed.  If you are running ATrpms asterisk then, after you have done your sme yum update and rebooted your system, simply do...

Code: [Select]
yum install zaptel-kmdl-`uname -r` --enablerepo=atrpms
This will download the correct modules for your new kernel.

You should not need to reprobe your card.

You should issue this command after each sme update and restart if you know or suspect that a new kernel has been installed.

Alternatively, if you are running selintra bristuff asterisk then you should simply do a reboot after the yum update (you need to be running bristuff-1.4.17 or higher and sail-612 or higher).  SAIL will automatically handle the kernel change for you.

Kind Regards

S



Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: After SME updates SAIL no longer finds my TDM
« Reply #2 on: May 03, 2008, 11:35:34 PM »
I did update the system completelly, including asterisk and all the modules!
When I reboot the system I get the V3 signatures problem:
Code: [Select]
[root@sme ~]# rpm -qa  | grep zaptel
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
zaptel-kmdl-2.6.9-67.0.1.ELsmp-1.4.10-50.el4
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
zaptel-1.4.10-50.el4
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
Code: [Select]
uname -r
2.6.9-67.0.7.ELsmp

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: After SME updates SAIL no longer finds my TDM
« Reply #3 on: May 03, 2008, 11:44:04 PM »
OK, Just ran the command you suggested and found a new update  :lol:

Crossing fingers...

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: After SME updates SAIL no longer finds my TDM
« Reply #4 on: May 03, 2008, 11:59:56 PM »
OK!
So for the record, my mistake was run a single command
Quote
yum update zaptel libpri asterisk zaptel-kmdl-`uname -r` asterisk-addons --enablerepo=atrpms
instead of one per line like the manual said!
Back in business
Thanks again Jeff!

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: After SME updates SAIL no longer finds my TDM
« Reply #5 on: May 04, 2008, 12:07:59 AM »
Quote
nstead of one per line like the manual said!

No.  Asterisk zaptel modules are saved in /lib/modules/{kernel-release}/extra.  When a new kernel release gets loaded by yum, the /extra directory gets left behind.  So, you have to run the yum install for the new kernel release to create the new /extra directory.  You don't need to run any of the other asterisk or sail installs, just the one for zaptel-kmdl.

Best

S
« Last Edit: May 04, 2008, 12:11:16 AM by selintra »

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: After SME updates SAIL no longer finds my TDM
« Reply #6 on: May 04, 2008, 12:18:20 AM »
Ahh!
Thanks again!

Now I need to fix all the rest of the problems that these updates brought  :???:
My panels are all messed up!

Best,

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
Re: After SME updates SAIL no longer finds my TDM
« Reply #7 on: May 04, 2008, 01:57:50 AM »
Yes. I have seen a few posts on this issue.  It does not seem to affect SAIL but I think it screws a lot of the other contribs.

Best

S

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
Re: After SME updates SAIL no longer finds my TDM
« Reply #8 on: May 05, 2008, 11:31:59 AM »
Yes. I have seen a few posts on this issue.  It does not seem to affect SAIL but I think it screws a lot of the other contribs.

Actually, it is not as bad - I panicked myself a little when faced with the nice mess my panel had become, but in the end, it was caused by one contrib only (smeserver-saco-qmHandle).  Check: http://wiki.contribs.org/Translations#Outdated_contribs for more info.
Phew....
Best.
chris.

- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.