keywords: ip pbx voip gateway gsm gateway

×

Notice

The forum is in read only mode.
× Questions about B100/200/400/800 ISDN BRI Cards

netjetpci causes a problem with mISDN(B400P)+Zaptel(A400P)!

15 years 9 months ago #1333 by james.zhu
hello, all of users:
when you use mISDN and A400P or A800p/a1200p, please take a particular attention to netjetpci.ko. It causes the wctdm register problem. you have to edit the makefile under /usr/src/mISDN-1_1_8/drivers/isdn/hardware/mISDN, please remove that module(netjetpci)
ifdef CONFIG_MISDN_AVM_FRITZ
obj-$(CONFIG_MISDN_DRV) += avmfritz.o
endif

#ifdef CONFIG_MISDN_NETJET
#obj-$(CONFIG_MISDN_DRV) += netjetpci.o
#endif


ifdef CONFIG_MISDN_HFCPCI
obj-$(CONFIG_MISDN_DRV) += hfcpci.o
endif
after editing it, you can compile the mISDN, it should work.
the problem, i think, is because of the netjetpci, it will detect wctdm first in mISDN, therefore, zaptel will generate error when running ztcfg -vvvvvvv
my test environment:
mISDN-1-18 // for OpenVox B400P
zaptel-1.4.11 // for OpenVox A400P
asterisk-1.4.21.1
centos-5
regards!
James.zhu

15 years 4 months ago #2394 by vmiro
After removing those lines, nothing happens! The "netjetpci" module is still there, and the problems are, too.
I tried removing netjetpci.ko file, but after restart the module is there again!
15 years 4 months ago #2395 by james.zhu
hello:
you have to check system booting, add the module in blacklist.
regards!
James.zhu

15 years 4 months ago #2396 by vmiro
Adding module in the blacklist is the solution:
Add line:
blacklist netjetpci
in "/etc/modprobe.d/blacklist" file !
Time to create page: 0.036 seconds
Powered by Kunena Forum