Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-02 Thread Vieri
--- Tzafrir Cohen <[EMAIL PROTECTED]> wrote: > 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

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-02 Thread Tzafrir Cohen
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

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-02 Thread Vieri
--- Tzafrir Cohen <[EMAIL PROTECTED]> wrote: > As I cannot replicate it here, I'd like to ask you > to add the following > lines to wctm24xxp/base.c right before the call to > zap_pci_module(): > > #warning version KERNEL_VERSION. > #warning will now call function zap_pci_module(). > > re-run '

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-02 Thread Tzafrir Cohen
On Wed, Jan 02, 2008 at 02:19:08AM -0800, Vieri wrote: > > --- Stefan Guenther <[EMAIL PROTECTED]> wrote: > > > 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 t

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-02 Thread Vieri
--- Vieri <[EMAIL PROTECTED]> wrote: > --- Stefan Guenther <[EMAIL PROTECTED]> wrote: > > > 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

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-02 Thread Vieri
--- Stefan Guenther <[EMAIL PROTECTED]> wrote: > 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 wit

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-02 Thread Tzafrir Cohen
On Wed, Jan 02, 2008 at 10:31:17AM +0100, Stefan Guenther wrote: > 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 exp

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-02 Thread Stefan Guenther
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

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-01 Thread Vieri
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: wctdm2

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-01 Thread Vieri
--- Tzafrir Cohen <[EMAIL PROTECTED]> wrote: > Is it a custom kernel that has no PCI support? It's a custom 2.6.22 with # grep -i pci /usr/src/linux/.config # Bus options (PCI, PCMCIA, EISA, MCA, ISA) CONFIG_PCI=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GOMMCONFIG is not set # CONFIG_PCI_GO

Re: [asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-01 Thread Tzafrir Cohen
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

[asterisk-users] zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init

2008-01-01 Thread Vieri
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 m