LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Modprobe, Loading module problem (https://www.linuxquestions.org/questions/fedora-35/modprobe-loading-module-problem-577275/)

mickeyboa 08-15-2007 09:44 AM

Modprobe, Loading module problem
 
FC7 i386
I'am getting a error message when I do a
a /sbin/modprobe/ pctel

dmesg error message;

pctel: Unknown symbol pci_module_init

What does that error message mean ??

jailbait 08-16-2007 12:58 PM

"pctel: Unknown symbol pci_module_init
What does that error message mean ??"

Using symbol pci_module_init has been deprecated since at least 2004. Your latest kernel may no longer support pci_module_init. You may need to gt a later version of your pctel driver.

http://www.ussg.iu.edu/hypermail/lin...11.0/0691.html


---------------------
Steve Stites

sm4rk0 08-22-2007 08:48 PM

I had the same problem after upgrading from 2.6.21 to 2.6.22.4 kernel
 
Quote:

Originally Posted by mickeyboa (Post 2859693)
FC7 i386
I'am getting a error message when I do a
a /sbin/modprobe/ pctel

dmesg error message;

pctel: Unknown symbol pci_module_init

What does that error message mean ??

If you have the driver source find where in code pci_module_init is called and replace it with pci_register_driver without changing the parameters (things in brackets). Recompile+reinstall the driver and then try to modprobe it.

Have fun! :)


All times are GMT -5. The time now is 07:55 AM.