Last change
on this file since 105145 was 99797, checked in by vboxsync, 21 months ago |
Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
838 bytes
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="ts_linux-kernelmodule-fails-to-load">
|
---|
4 | <title>Linux Kernel Module Refuses to Load</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | If the <ph conkeyref="vbox-conkeyref-phrases/product-name"/> kernel module, <userinput>vboxdrv</userinput>,
|
---|
9 | refuses to load you may see an <codeph>Error inserting vboxdrv:
|
---|
10 | Invalid argument</codeph> message. As root, check the output of
|
---|
11 | the <userinput>dmesg</userinput> command to find out why the load
|
---|
12 | failed. Most probably the kernel disagrees with the version of
|
---|
13 | <userinput>gcc</userinput> used to compile the module. Make sure
|
---|
14 | that you use the same compiler that was used to build the
|
---|
15 | kernel.
|
---|
16 | </p>
|
---|
17 | </body>
|
---|
18 |
|
---|
19 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.