Vieri
2008-Jan-01 18:24 UTC
[asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init
Hi, Before I report a bug on http://bugs.digium.com, I would like to know if someone is seeing the same error message. Personally I am not using wctdm24xxp but other modules such as wcte12xp and wctdm. The latter modules load fine and are compiled with pci_register_driver as expected. The only module that seems to require the deprecated function pci_module_init is wctdm24xxp. Is this normal? Thanks, Vieri ____________________________________________________________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Tzafrir Cohen
2008-Jan-01 18:33 UTC
[asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init
On Tue, Jan 01, 2008 at 10:24:24AM -0800, Vieri wrote:> Hi, > > Before I report a bug on http://bugs.digium.com, I > would like to know if someone is seeing the same error > message. > > Personally I am not using wctdm24xxp but other modules > such as wcte12xp and wctdm. The latter modules load > fine and are compiled with pci_register_driver as > expected. > > The only module that seems to require the deprecated > function pci_module_init is wctdm24xxp.Is it a custom kernel that has no PCI support? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Vieri
2008-Jan-02 07:38 UTC
[asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init
If you have zaptel 1.2.22.1 and kernel 2.6.22 could you please do the following and see if it does the same for you? # modprobe wctdm24xxp FATAL: Error inserting wctdm24xxp (/lib/modules/2.6.22-gentoo-r9/misc/wctdm24xxp.ko): Unknown symbol in module, or unknown parameter (see dmesg) dmesg: wctdm24xxp: Unknown symbol pci_module_init Thanks Vieri --- Vieri <rentorbuy at yahoo.com> wrote:> Hi, > > Before I report a bug on http://bugs.digium.com, I > would like to know if someone is seeing the same > error > message. > > Personally I am not using wctdm24xxp but other > modules > such as wcte12xp and wctdm. The latter modules load > fine and are compiled with pci_register_driver as > expected. > > The only module that seems to require the deprecated > function pci_module_init is wctdm24xxp. > > Is this normal? > > Thanks, > > Vieri____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
Stefan Guenther
2008-Jan-02 09:31 UTC
[asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init
Hi,> > The only module that seems to require the deprecated > function pci_module_init is wctdm24xxp. >I had the same problem, when I tried to compile the driver for an EICON/DIALOGIC card. I'm not a kernel expert, but with a number of other postings I found out, that with kernel version 2.6.22 that following had changed: Instead of "pci_module_init" the driver has to use "pci_register_driver". Kernel 2.6.22 obviously doesn't use "pci_module_init" anymore. Well I suggest you either use kernel version 2.6.20 or you replace "pci_module_init" with "pci_register_driver" in wctdm24xxp. Stefan -- ******************************************** in-put GbR - Das Linux-Systemhaus Stefan-Michael Guenther Geschaeftsfuehrer Moltkestrasse 49 D-76133 Karlsruhe Tel./Fax : +49 (0)721 / 83044 - 98/93 http://www.in-put.de ******************************************** Schulungen Installationen Beratung Support Voice-over-IP-Loesungen ********************************************
Tzafrir Cohen
2008-Jan-02 12:57 UTC
[asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init
On Tue, Jan 01, 2008 at 11:38:44PM -0800, Vieri wrote:> # modprobe wctdm24xxp > FATAL: Error inserting wctdm24xxp > (/lib/modules/2.6.22-gentoo-r9/misc/wctdm24xxp.ko):One other thing to check: Maybe this one is a left-over from an older version of zaptel. It has been moved to the subdirectory wctdm24xxp/ in versions later than 1.2.19, I believe. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir