Hi, I've installed an TE406p, asterisk1.2 on tyan opteron board. After installation there is no interrupts from TE406p. Is this board stable? Should i change * version to 1.0.9? Regards, Jason __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Did it take an interrupt?? Whats does /proc/interrupts say?? Did you check your span= settings in zaptel.conf?? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jason Kim Sent: Sunday, September 11, 2005 5:48 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] TE406p no interrupts Hi, I've installed an TE406p, asterisk1.2 on tyan opteron board. After installation there is no interrupts from TE406p. Is this board stable? Should i change * version to 1.0.9? Regards, Jason __________________________________________________ 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@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
What kernel are you using? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jason Kim Sent: Sunday, September 11, 2005 7:48 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] TE406p no interrupts Hi, I've installed an TE406p, asterisk1.2 on tyan opteron board. After installation there is no interrupts from TE406p. Is this board stable? Should i change * version to 1.0.9? Regards, Jason __________________________________________________ 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@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
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@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jason Kim Sent: Sunday, September 11, 2005 8:14 PM To: asterisk-users@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
You should have just done this: rmmod wct4xxp rmmod zaptel modprobe wct4xxp It will do the same thing> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Jason Kim > Sent: Monday, 12 September 2005 00:34 > To: asterisk-users@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@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@lists.digium.com > > [mailto:asterisk-users-bounces@lists.digium.com] On > > Behalf Of Jason Kim > > Sent: Sunday, September 11, 2005 8:14 PM > > To: asterisk-users@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@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@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
Well. That means pci_register_driver probably not ding what it supposed to do. In newer kernels pci_module_init should be replaced with pci_register_driver as pci_module_init doesn't it what it supposed to. How brave are you at getting a new kernel on your system? I'm currently running on 2.6.13 on 955X chipset and it works really well. At first I had all sorts of problems with interrupts but with couple of patches to wct4xxp all working just fine with close to 3-5K of calls per day. What is the model of the motherboard you have? See if you can force a particular IRQ on a slot where your TE406P is. Some motherboards do allow this, so you can assign IRQ bellow 15 to the card. That could help as well. For now, revert the changes back. If you can, try new kernel (in parallel) with the pci_register_driver. Regards> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Jason Kim > Sent: Monday, 12 September 2005 11:28 > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] TE406p no interrupts > > I modified wct4xxp.c and installed it. > This is the message for 'modprobe wct4xxp' > > -------------------------------------------------- > FATAL: Error inserting wct4xxp > (/lib/modules/2.6.9-1.667smp/extra/wct4xxp.ko): No > such device > FATAL: Error running install command for wct4xxp > astpbx kernel: Oops: 0000 [1] SMP > astpbx kernel: CR2: ffffffffa0362081 > > Regards, > Jason