search for: pci_module_init

Displaying 5 results from an estimated 5 matches for "pci_module_init".

2008 Jan 01
4
zaptel 1.2.22.1 on kernel 2.6.22: wctdm24xxp.ko needs unknown symbol pci_module_init
...m, 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
2005 Sep 11
5
TE406p no interrupts
Hi, I've installed an TE406p, asterisk1.2 on tyan opteron board. After installation there is no interrupts from TE406p. Is this board stable? Should i change * version to 1.0.9? Regards, Jason __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2007 Aug 28
1
ATrpms/Fritz FCPCI CAPI/Fedora 7
HI all, Has anyone succesfully installed an AVM Fritz! card on Fedora 7 using the drivers at ATrpms recently? http://atrpms.net/dist/f7/fcpci/ I tried with a clean F7 build on my EPIA 5000 yesterday, after modifying /etc/capi.conf (removing the coment # in front of fcpci line) I received the following error when executing 'capiinit' - FATAL: Error inserting fcpci
2005 Aug 01
2
TDM400P REV I issues - ProSLIC vs TDM400P
...ion in syslog or the output from dmesg /lib/modules/2.4.21-4.EL/misc/wcfxs.o: insmod /lib/modules/2.4.21-4.EL/misc/wcfxs.o failed /lib/modules/2.4.21-4.EL/misc/wcfxs.o: insmod wcfxs failed Very confusing. Adding some printk()s to wcfxs.c, for example in wcfxs_init() just before the call to pci_module_init() and as the first command in wcfxs_init_one(), shows that pci_module_init() gets called but wcfxs_init_one() never gets called. In the PCI table of wcfxs_pci_tbl, if I add { 0xe159, 0x0001, 0xb119, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsi }, (as done revision 1.116 of wctdm.c) to it, th...
2004 Jun 10
1
Intel 537EP chipset, revisited
...ing /lib/modules/2.4.20/misc/wcfxo.o /lib/modules/2.4.20/misc/wcfxo.o: init_module: No such device Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters. You may find more information in syslog or the output from dmesg This happens because pci_module_init() returns a non-zero value, so the module returns -ENODEV (no such device). Did I not modify wcfxo_pci_tbl properly for the card to at least be detected by pci_module_init() ? If not, what did I miss? I didn't necessarily expect the driver to work, maybe it would even crash the machine,...