[Home]

Summary:ASTERISK-01743: Using Wildcard X101P FXO Card after a couple of minutes causes kernel panic on 64bit Athlon
Reporter:Daniel Niasoff (dniasoff)Labels:
Date Opened:2004-06-02 09:04:07Date Closed:2011-06-07 14:00:41
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hi Everyone,

I have asterisk intsalled on a 64bit Athlon system with a NVIDIA nforce3 chipset. I am using Fedora Core 1 - 2.4.22-1.2188.
Asterisk and Zaptel compiled Ok except for this "cc1: bad value (x86_64) for -march= switch" on the asterisk codec section so section. So I changed it to i386 arch which worked without any problems.

When using the card it will cause the machine to crash usually after a minute or two.

Here are some excerpts from the crash screen.

Call trace
wcfxo:wcfxo_interrupt x498
handle IRQevent.do_IRQ
default IDLE
common-Interrupt
default IDLE
RIP {Zaptel:2t_ec_chunk} RSD

The only hardware is a ATI AGP card and a USB storage (card reader). The card that I am using is a X100P FXO card.

Many thanks.

Daniel
Comments:By: Mark Spencer (markster) 2004-06-02 11:02:47

Can you please find me on IRC?  (kram, irc.freenode.net, #asterisk)

By: Mark Spencer (markster) 2004-06-02 15:49:33

Apparently zaptel compiled with -O4 on x86-64 will cause a panic.  We had to recompile zaptel with just -O.