As ixj module changes, I have tried to install Quicknet LineJACK in another Linux box, this time it is
much more smooth. Here are some hints:
1. You need to get the latest ixj module from http://www.openh323.org/driver/code.html
Even ixj module in kernel 2.4.14 doesn't work. When you try `modprobe ixj`,
you will get error somthing like:
"/lib/modules/2.4.14/kernel/drivers/telephony/ixj.o: init_module: Operation not permitted
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters..."
2. As mentioned in the HOWTO below, "Do not include Quicknet Telephony driver support,
either as a module or built-in, as this will overwrite the new module if the kernel is ever recompiled"
3. Because of Linux bugfix, you may experience error during compilation the ixj code.
You need change a line in ixj.c from "#if LINUX_VERSION_CODE < 0x020409" to
"#if LINUX_VERSION_CODE >= 0x020409". Is it because my kernel is 0x0204014?
4. Read the HOWTO below, it works perfect for me. Thanks for their good documentation.
You can find this file under your ixj download from www.openh323.org, not the one
in Documentation/telephony/ixj.txt
much more smooth. Here are some hints:
1. You need to get the latest ixj module from http://www.openh323.org/driver/code.html
Even ixj module in kernel 2.4.14 doesn't work. When you try `modprobe ixj`,
you will get error somthing like:
"/lib/modules/2.4.14/kernel/drivers/telephony/ixj.o: init_module: Operation not permitted
Hint: insmod errors can be caused by incorrect module parameters,
including invalid IO or IRQ parameters..."
2. As mentioned in the HOWTO below, "Do not include Quicknet Telephony driver support,
either as a module or built-in, as this will overwrite the new module if the kernel is ever recompiled"
3. Because of Linux bugfix, you may experience error during compilation the ixj code.
You need change a line in ixj.c from "#if LINUX_VERSION_CODE < 0x020409" to
"#if LINUX_VERSION_CODE >= 0x020409". Is it because my kernel is 0x0204014?
4. Read the HOWTO below, it works perfect for me. Thanks for their good documentation.
You can find this file under your ixj download from www.openh323.org, not the one
in Documentation/telephony/ixj.txt
Comments
Post a Comment