support

XP100 card hangs with a Kernal Panic on reboot

255
Posts: 80
Member Since:
2006-12-07

Hey guys having issues with XP100.com card causing a kernel panic on reboot. Before you ask, yep I have looked at http://ultradyna.wordpress.com/2006/10/11/kernel-panic-when-shutd...

This is my K09zaptel:

# Unload drivers
echo "Unloading zaptel hardware drivers:"
for x in $RMODULES; do
action "Unloading ${x}:" rmmod ${x}
done
action "Removing zaptel module:" rmmod zaptel
RETVAL=$?
[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/zaptel

Mine looks just the example but still hangs with the following error:

Code: Bad EIP Value
Kernel Panic – not syncing: Fatal Exception

Any Ideas?

Thanks

Alan Scott

--

Alan Scott
.255 Consulting Ltd.
New Zealand

alan.scott@255.co.nz



asd
Posts: 4
Member Since:
2006-12-06
XP100 card hangs with a Kernal Panic on reboot

This is gonna sound Stupid. We had the same problem - Kernel Panic. Executing a nano on \etc\grub.conf and changing acpi=off to acpi=no cured the problem. Don't ask. Don't know !
info found on Google ! Try it and let us know.



255
Posts: 80
Member Since:
2006-12-07
Thanks for the Idea :(

Tried that and still the same issue :(

Alan Scott
.255 Consulting Ltd.
New Zealand

alan.scott@255.co.nz

--

Alan Scott
.255 Consulting Ltd.
New Zealand

alan.scott@255.co.nz



sumnerp
Posts: 1
Member Since:
2007-07-03
I have the same problem.

I have the same problem.

This is on a brand new install of Trixbox of Trixbox on a 1GHz Athlon based machine. I can avouid the Kernal Panic if I shutdown Asterisk before rebooting. When I get the Bad EIP Value trap its proceeded by a stack dump which starts from the asterisk process in a module call zt_specchan_release. Its as if it is trying to unload the module before Asterisk exits. When I reboot, if Asterisk is running or not, I get an error message that module zaptel is still in use by zttranscode.

Any thoughts?



stevenorris
Posts: 8
Member Since:
2008-01-15
My Fix

FIX: Add the following to /etc/sysctl.conf:

kernel.panic = 20

This will reboot the box after 20 seconds... messy... but a fix none the less....

Cheers!



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.