[Revolved] zaptel-1.2.15 with HPEC license problem

hello

i just compile zaptel-1.2.15 for my TE110P T1 connection and with HPEC support as i iv obtain HPEC License but
when i did “make” it has a problem

and when i did "modprobe zaptel"
i received this error

and when i dmesg | grep zaptel i received this

any idea

You may have some zaptel modules currently loaded, so when u try to insert the new modules there is conflicts.

so how to wipe it out

kerberos, check your PMs

thanks sir
you have your reply

kerberos let me have SSH access to try something … all i’ve done is modify a line in /usr/src/zaptel-1.2.15/hpec/hpec_zaptel.h that checks for the kernel version. it was assuming that vprintk was available in all 2.6 kernels, but a quick google suggests that it was 2.6.9-rc1 and later that introduced vprintk support. modifying the line from #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
to #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,9)
has allowed it to compile and modprobe ok. dmesg returns no errors.

Thank you very much Sir Baconbuttie your Great

the Digium Thecnical support is scheduled to SSH my Asterisk tonight (since we have 12 difference) but i have to email now that is is not necessary as this problem was solve by Baconbuttie

Good find/fix baconbuttie.

Now fixed in Zaptel 1.2 and 1.4 svn.