Welcome to the Linux Foundation Forum!
Invalid module format
Wayne_Sallee
Posts: 20
in Installation
I have googled this and found a thousand answers, but none of them seem to answer my problem.
I have been using the distro kernels (Mandriva), but needed to install a current kernel directly from kernel.org.
When doing a modprobe on some modules I get this error.
This error usually means that one thing is using a different version, but I can't find where that is happening.
I have a lot of kernels installed, but while the distro kernels don't give me that error, any kernel I install from source from Kernel.org, I get the error on a few modules.
Wayne Sallee
[email protected]
0
Comments
-
You probably neglected to build and install the kernel modules from the previous kernel. That's why you should use the previous kernels config file when building the new kernel. Then if you follow the steps correctly, the modules in the old kernel are also updated for the new kernel.
I'm a kernel noob, so, what I'm telling you is just an assumption of what you did wrong. Maybe check out the steps you took to build the kernel, and see if you left something out.0 -
Goineasy9 wrote:You probably neglected to build and install the kernel modules from the previous kernel. That's why you should use the previous kernels config file when building the new kernel. Then if you follow the steps correctly, the modules in the old kernel are also updated for the new kernel.
I'm a kernel noob, so, what I'm telling you is just an assumption of what you did wrong. Maybe check out the steps you took to build the kernel, and see if you left something out.
It makes no differeence whether I use the old config, or a fresh config.
The problem is that when an attempt to install the module is made, that I get the error.
Wayne Sallee
[email protected]0 -
I'm still having trouble with this. Is there anyone here that is knowledgeable on this issue that can help me with this?
Wayne Sallee
[email protected]0 -
As far as I know the Mandriva team customize their kernels with patches that are not in the vanilla kernels, so if that is the case then a vanilla install may cause issues.
now to give you what you need, to get the modules used in the stock mandriva kernel installed in a new vanilla kernel you can do the following:
#Boot into a stock kernel
# copy the running kernel config into the new kernel directory
zcat /proc/config.gz>/usr/src/linux-??????/
cd /usr/src/linux-??????
# Run the configure command to customize the kernel
# Run the make and install commands to build the kernel and output the necessary files0 -
0
-
The steps I gave instructed you on the steps to load the working configuration for a new kernel, that at least added the existing modules. With each step that is attempted can you please tell us why it did not work or give the error messages so we can attempt to correct your problem?
Now for the step I gave you, they came from a guide that I have used many times to build a stock kernel in slackware, I hope that they can help you. http://alien.slackbook.org/dokuwiki/doku.php?id=linux:kernelbuilding
And here are two guide to build a kernel on Mandriva.
http://wiki.mandriva.com/en/Docs/Howto/Mandriva_Kernels
http://www.howtoforge.com/kernel_compilation_mandriva0 -
I've come to the conclusion that "Invalid module format" means absolutely nothing, accept that it could not do what it was asked to do. It's just another useless error that has no specific meaning or cause. So "invalid module format" should be ignored and translated as "I could not do it". There are many posts on the internet that say that it means this, or it means that, but the truth is that it means nothing other than the fact that it failed to do what you asked it to do.
Wayne Sallee
[email protected]0 -
-
abdallah2 wrote:
It's almost 2 years later, and I still have the same issues. I've started reading http://www.tldp.org/HOWTO/Module-HOWTO/index.html . I have not gotten very far yet.
Wayne Sallee
[email protected]0 -
um almost 3 years. :-) It ain't 2014 anymore. :-)
My mind is on too many things these days.
Wayne Sallee
[email protected]0
Categories
- All Categories
- 51 LFX Mentorship
- 104 LFX Mentorship: Linux Kernel
- 576 Linux Foundation IT Professional Programs
- 304 Cloud Engineer IT Professional Program
- 125 Advanced Cloud Engineer IT Professional Program
- 53 DevOps Engineer IT Professional Program
- 61 Cloud Native Developer IT Professional Program
- 5 Express Training Courses
- 5 Express Courses - Discussion Forum
- 2.1K Training Courses
- 19 LFC110 Class Forum
- 7 LFC131 Class Forum
- 27 LFD102 Class Forum
- 158 LFD103 Class Forum
- 20 LFD121 Class Forum
- 1 LFD137 Class Forum
- 61 LFD201 Class Forum
- 1 LFD210 Class Forum
- LFD210-CN Class Forum
- 1 LFD213 Class Forum - Discontinued
- 128 LFD232 Class Forum
- LFD237 Class Forum
- 23 LFD254 Class Forum
- 611 LFD259 Class Forum
- 105 LFD272 Class Forum
- 1 LFD272-JP クラス フォーラム
- 1 LFD273 Class Forum
- 2 LFS145 Class Forum
- 24 LFS200 Class Forum
- 739 LFS201 Class Forum
- 1 LFS201-JP クラス フォーラム
- 11 LFS203 Class Forum
- 75 LFS207 Class Forum
- 300 LFS211 Class Forum
- 54 LFS216 Class Forum
- 47 LFS241 Class Forum
- 41 LFS242 Class Forum
- 37 LFS243 Class Forum
- 11 LFS244 Class Forum
- 37 LFS250 Class Forum
- 1 LFS250-JP クラス フォーラム
- LFS251 Class Forum
- 141 LFS253 Class Forum
- LFS254 Class Forum
- 1.1K LFS258 Class Forum
- 10 LFS258-JP クラス フォーラム
- 93 LFS260 Class Forum
- 132 LFS261 Class Forum
- 33 LFS262 Class Forum
- 80 LFS263 Class Forum
- 15 LFS264 Class Forum
- 11 LFS266 Class Forum
- 18 LFS267 Class Forum
- 17 LFS268 Class Forum
- 23 LFS269 Class Forum
- 203 LFS272 Class Forum
- 1 LFS272-JP クラス フォーラム
- LFS274 Class Forum
- LFS281 Class Forum
- 236 LFW211 Class Forum
- 172 LFW212 Class Forum
- 7 SKF100 Class Forum
- SKF200 Class Forum
- 903 Hardware
- 219 Drivers
- 74 I/O Devices
- 44 Monitors
- 116 Multimedia
- 209 Networking
- 101 Printers & Scanners
- 85 Storage
- 763 Linux Distributions
- 88 Debian
- 66 Fedora
- 15 Linux Mint
- 13 Mageia
- 24 openSUSE
- 142 Red Hat Enterprise
- 33 Slackware
- 13 SUSE Enterprise
- 357 Ubuntu
- 479 Linux System Administration
- 41 Cloud Computing
- 70 Command Line/Scripting
- Github systems admin projects
- 95 Linux Security
- 78 Network Management
- 108 System Management
- 49 Web Management
- 68 Mobile Computing
- 23 Android
- 30 Development
- 1.2K New to Linux
- 1.1K Getting Started with Linux
- 537 Off Topic
- 131 Introductions
- 217 Small Talk
- 21 Study Material
- 826 Programming and Development
- 278 Kernel Development
- 514 Software Development
- 928 Software
- 260 Applications
- 184 Command Line
- 3 Compiling/Installing
- 76 Games
- 316 Installation
- 61 All In Program
- 61 All In Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)