[Asterisk-Users] TE406p no interrupts

Boris Bakchiev boris at jildent.com.au
Sun Sep 11 16:30:30 MST 2005


You should have just done this:
rmmod wct4xxp
rmmod zaptel
modprobe wct4xxp

It will do the same thing

> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-
> bounces at lists.digium.com] On Behalf Of Jason Kim
> Sent: Monday, 12 September 2005 00:34
> To: asterisk-users at lists.digium.com
> Subject: RE: [Asterisk-Users] TE406p no interrupts
> 
> I modified wct4xxp.c and make clean; make linux26;
> make install; reboot;
> But the system is not rebooted.
> Because the system is in remote office I will check it
> next morning.
> Could you let me know your linux version, * version
> and motherboard?
> 
> Thank you Boris.
> 
> --- Boris Bakchiev <boris at jildent.com.au> wrote:
> 
> > 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
> > _______________________________________________
> > --Bandwidth and Colocation sponsored by Easynews.com
> > --
> >
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> >
> http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >
> >
> http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> --Bandwidth and Colocation sponsored by Easynews.com --
> 
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list