[Asterisk-Users] TE406p no interrupts
Boris Bakchiev
boris at jildent.com.au
Sun Sep 11 03:37:39 MST 2005
Well.
Try this please (but only if you're running on the latest sources).
Open wct4xxp.c sources and search for pci_module_init
Replace it with pci_register_driver
So the line should read:
res = pci_register_driver(&t4_driver);
That allows you to get the card working on 2.6.13 in almost exactly the
same setup as yours.
One weird thing though. Do no use insmod ./wct4xxp.ko from zaptel
directory as it will not work. Do a proper make install and then
modprobe.
This is just part of the fixes you might need to do.
If you encounter a problem after span reconfiguration (ztcfg) let me
know.
If you get stuck.. let me know.
Regards
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jason Kim
Sent: Sunday, September 11, 2005 8:14 PM
To: asterisk-users at lists.digium.com
Subject: RE: [Asterisk-Users] TE406p no interrupts
I'm using FC3.
uname -a
-----------------------------------------
Linux billitipcc 2.6.9-1.667smp #1 SMP Tue Nov 2
15:09:11 EST 2004 x86_64 x86_64 x86_64 GNU/Linux
More information about the asterisk-users
mailing list