Linux - Wireless NetworkingThis forum is for the discussion of wireless networking in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am running Fedora Core 6 and ndiswrapper 1.37. I managed to install ndiswrapper successfully, but when i tried "modprobe ndiswrapper" i got and error message that read:
FATAL: Error inserting ndiswrapper (/lib/modules/2.6.18-1.2798.fc6/misc/ndiswrapper.ko): Invalid module format
Any ideas on what i can do? If it means anything, the card im using is a d-link wua-2340.
Usually something like that means that your module is incompatible with you kernel. Have you recently done a kernel recompile? If so, you will also have to build a custom NDISwrapper as the binary one will no longer work.
it looks pretty good. That said, you shouldn't need to compile ndiswrapper from source unless you have re-compiled your kernel. Have you re-compiled your kernel?
Well, there's your problem them, you updated the kernel to version 2.6.19-1.2911.fc6-i686, but your ndiswrapper module is for 2.6.18-1.2798.fc6.
The module is for kernel 2.6.18 and you are using kernel 2.6.19. They are incompatible. You will have to update your ndiswrapper rpm package with the ndiswrapper package that corresponds to the 2.6.19 kernel you installed or compile ndiswrapper from scratch.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.