Hi there all! Does anyone know what this error is??? I am trying to compile the mISDN in kernel 2.6.11.5 I get the same error in kernel 2.6.10.2 Someone?????????????????????????????? HELP!!! WARNING: /lib/modules/2.6.11.5/kernel/drivers/isdn/hardware/mISDN/hfcmulti.ko needs unknown symbol pci_find_subsys -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050501/d056f429/attachment.htm
Hi,>From the chan_misdn readme:"Now I use Kernels > 2.6.9 and it works perfect. with kernels >= 2.6.10 there is a very litle bug in hfc_multi.c which causes the module not to compile, it can be easyly fixed by changenging pci_findsubsys to pci_getsubsys in code." Hope this helps