How are kernel modules in /etc/modules determined (because one of mine fails to load)?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I was trying to setup lm-sensors (Community Guide) and when I get to step 4 (sudo service module-init-tools restart) the service fails to start.
In /var/log/upstart/module-init-tools.log I get an entry: "FATAL: Module rtc not found."
Here's my /etc/modules:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
loop
lp
rtc
# Generated by sensors-detect on Wed Jul 31 15:15:33 2013
# Chip drivers
coretemp
w83627ehf
So my question is, 1) How are those first few modules determined and is rtc there by mistake? and 2) Can I safely remove rtc from the list since it's not being found anyways?
12.04 server kernel upstart modules
bumped to the homepage by Community♦ 19 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I was trying to setup lm-sensors (Community Guide) and when I get to step 4 (sudo service module-init-tools restart) the service fails to start.
In /var/log/upstart/module-init-tools.log I get an entry: "FATAL: Module rtc not found."
Here's my /etc/modules:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
loop
lp
rtc
# Generated by sensors-detect on Wed Jul 31 15:15:33 2013
# Chip drivers
coretemp
w83627ehf
So my question is, 1) How are those first few modules determined and is rtc there by mistake? and 2) Can I safely remove rtc from the list since it's not being found anyways?
12.04 server kernel upstart modules
bumped to the homepage by Community♦ 19 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
There is a bug filed for the missing module: bugs.launchpad.net/ubuntu/+source/kmod/+bug/1240935 .
– Tolli
Feb 3 '14 at 6:00
add a comment |
I was trying to setup lm-sensors (Community Guide) and when I get to step 4 (sudo service module-init-tools restart) the service fails to start.
In /var/log/upstart/module-init-tools.log I get an entry: "FATAL: Module rtc not found."
Here's my /etc/modules:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
loop
lp
rtc
# Generated by sensors-detect on Wed Jul 31 15:15:33 2013
# Chip drivers
coretemp
w83627ehf
So my question is, 1) How are those first few modules determined and is rtc there by mistake? and 2) Can I safely remove rtc from the list since it's not being found anyways?
12.04 server kernel upstart modules
I was trying to setup lm-sensors (Community Guide) and when I get to step 4 (sudo service module-init-tools restart) the service fails to start.
In /var/log/upstart/module-init-tools.log I get an entry: "FATAL: Module rtc not found."
Here's my /etc/modules:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
loop
lp
rtc
# Generated by sensors-detect on Wed Jul 31 15:15:33 2013
# Chip drivers
coretemp
w83627ehf
So my question is, 1) How are those first few modules determined and is rtc there by mistake? and 2) Can I safely remove rtc from the list since it's not being found anyways?
12.04 server kernel upstart modules
12.04 server kernel upstart modules
edited Jul 31 '13 at 21:07
KarlBerger
asked Jul 31 '13 at 19:44
KarlBergerKarlBerger
1113
1113
bumped to the homepage by Community♦ 19 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 19 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
There is a bug filed for the missing module: bugs.launchpad.net/ubuntu/+source/kmod/+bug/1240935 .
– Tolli
Feb 3 '14 at 6:00
add a comment |
There is a bug filed for the missing module: bugs.launchpad.net/ubuntu/+source/kmod/+bug/1240935 .
– Tolli
Feb 3 '14 at 6:00
There is a bug filed for the missing module: bugs.launchpad.net/ubuntu/+source/kmod/+bug/1240935 .
– Tolli
Feb 3 '14 at 6:00
There is a bug filed for the missing module: bugs.launchpad.net/ubuntu/+source/kmod/+bug/1240935 .
– Tolli
Feb 3 '14 at 6:00
add a comment |
1 Answer
1
active
oldest
votes
The tool that loads modules in kernel is 'modprobe'.
From its manpage,
'modprobe' looks in the module directory /lib/modules/$(uname -r) for
all modules and other files, and also the optional configuration files
in the '/etc/modprobe.d'. 'modprobe' also find modules kernel from command
line, in the form of module.option and blacklists in the form of
modprobe.blacklist=module.
For a detailed description of what 'rtc' does, the link is this one. This is not strictly needed to the system, but only to some app. Perhaps your system does not have such app and it is safe to remove.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f327123%2fhow-are-kernel-modules-in-etc-modules-determined-because-one-of-mine-fails-to%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The tool that loads modules in kernel is 'modprobe'.
From its manpage,
'modprobe' looks in the module directory /lib/modules/$(uname -r) for
all modules and other files, and also the optional configuration files
in the '/etc/modprobe.d'. 'modprobe' also find modules kernel from command
line, in the form of module.option and blacklists in the form of
modprobe.blacklist=module.
For a detailed description of what 'rtc' does, the link is this one. This is not strictly needed to the system, but only to some app. Perhaps your system does not have such app and it is safe to remove.
add a comment |
The tool that loads modules in kernel is 'modprobe'.
From its manpage,
'modprobe' looks in the module directory /lib/modules/$(uname -r) for
all modules and other files, and also the optional configuration files
in the '/etc/modprobe.d'. 'modprobe' also find modules kernel from command
line, in the form of module.option and blacklists in the form of
modprobe.blacklist=module.
For a detailed description of what 'rtc' does, the link is this one. This is not strictly needed to the system, but only to some app. Perhaps your system does not have such app and it is safe to remove.
add a comment |
The tool that loads modules in kernel is 'modprobe'.
From its manpage,
'modprobe' looks in the module directory /lib/modules/$(uname -r) for
all modules and other files, and also the optional configuration files
in the '/etc/modprobe.d'. 'modprobe' also find modules kernel from command
line, in the form of module.option and blacklists in the form of
modprobe.blacklist=module.
For a detailed description of what 'rtc' does, the link is this one. This is not strictly needed to the system, but only to some app. Perhaps your system does not have such app and it is safe to remove.
The tool that loads modules in kernel is 'modprobe'.
From its manpage,
'modprobe' looks in the module directory /lib/modules/$(uname -r) for
all modules and other files, and also the optional configuration files
in the '/etc/modprobe.d'. 'modprobe' also find modules kernel from command
line, in the form of module.option and blacklists in the form of
modprobe.blacklist=module.
For a detailed description of what 'rtc' does, the link is this one. This is not strictly needed to the system, but only to some app. Perhaps your system does not have such app and it is safe to remove.
answered Feb 11 '14 at 1:43
vitorafsrvitorafsr
317212
317212
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f327123%2fhow-are-kernel-modules-in-etc-modules-determined-because-one-of-mine-fails-to%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
There is a bug filed for the missing module: bugs.launchpad.net/ubuntu/+source/kmod/+bug/1240935 .
– Tolli
Feb 3 '14 at 6:00