How to block drivers built-into Kernel, i.e. drivers who are not a module
Clash Royale CLAN TAG#URR8PPP
up vote
6
down vote
favorite
I configured and compiled Linux kernel with nouveau
driver built-into kernel, i.e. with <*>
as opposed to <M>
when doing make menuconfig
inside Linux kernel source directory.
Now, I intend to use another driver rather than nouveau
. If nouveau
was a module, I would add a line like blacklist nouveau
inside /etc/modprobe.d/blacklist.conf
What should I do now.
kernel linux-kernel drivers kernel-modules modprobe
add a comment |Â
up vote
6
down vote
favorite
I configured and compiled Linux kernel with nouveau
driver built-into kernel, i.e. with <*>
as opposed to <M>
when doing make menuconfig
inside Linux kernel source directory.
Now, I intend to use another driver rather than nouveau
. If nouveau
was a module, I would add a line like blacklist nouveau
inside /etc/modprobe.d/blacklist.conf
What should I do now.
kernel linux-kernel drivers kernel-modules modprobe
add a comment |Â
up vote
6
down vote
favorite
up vote
6
down vote
favorite
I configured and compiled Linux kernel with nouveau
driver built-into kernel, i.e. with <*>
as opposed to <M>
when doing make menuconfig
inside Linux kernel source directory.
Now, I intend to use another driver rather than nouveau
. If nouveau
was a module, I would add a line like blacklist nouveau
inside /etc/modprobe.d/blacklist.conf
What should I do now.
kernel linux-kernel drivers kernel-modules modprobe
I configured and compiled Linux kernel with nouveau
driver built-into kernel, i.e. with <*>
as opposed to <M>
when doing make menuconfig
inside Linux kernel source directory.
Now, I intend to use another driver rather than nouveau
. If nouveau
was a module, I would add a line like blacklist nouveau
inside /etc/modprobe.d/blacklist.conf
What should I do now.
kernel linux-kernel drivers kernel-modules modprobe
asked Apr 14 '16 at 9:17
user3405291
723315
723315
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
5
down vote
accepted
You can also temporarily blacklist them on the grub command line (linux line) when you boot with the syntax
module_to_blacklist.blacklist=yes
OR
modprobe.blacklist=module_to_blacklist
You need to modify the grub,cfg to make the changes permanent.
Mind you, this solution will not work for few modules
Which modules does it not work for, for example? What is the reason? E.g. in particular does not seem to work fori8042
.
â Ciro Santilli æ°çÂÂæ¹é ä¸Âå¿ å ÂÃ¥ÂÂäºÂ件 æ³Âè½®åÂÂ
Dec 30 '17 at 22:57
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
accepted
You can also temporarily blacklist them on the grub command line (linux line) when you boot with the syntax
module_to_blacklist.blacklist=yes
OR
modprobe.blacklist=module_to_blacklist
You need to modify the grub,cfg to make the changes permanent.
Mind you, this solution will not work for few modules
Which modules does it not work for, for example? What is the reason? E.g. in particular does not seem to work fori8042
.
â Ciro Santilli æ°çÂÂæ¹é ä¸Âå¿ å ÂÃ¥ÂÂäºÂ件 æ³Âè½®åÂÂ
Dec 30 '17 at 22:57
add a comment |Â
up vote
5
down vote
accepted
You can also temporarily blacklist them on the grub command line (linux line) when you boot with the syntax
module_to_blacklist.blacklist=yes
OR
modprobe.blacklist=module_to_blacklist
You need to modify the grub,cfg to make the changes permanent.
Mind you, this solution will not work for few modules
Which modules does it not work for, for example? What is the reason? E.g. in particular does not seem to work fori8042
.
â Ciro Santilli æ°çÂÂæ¹é ä¸Âå¿ å ÂÃ¥ÂÂäºÂ件 æ³Âè½®åÂÂ
Dec 30 '17 at 22:57
add a comment |Â
up vote
5
down vote
accepted
up vote
5
down vote
accepted
You can also temporarily blacklist them on the grub command line (linux line) when you boot with the syntax
module_to_blacklist.blacklist=yes
OR
modprobe.blacklist=module_to_blacklist
You need to modify the grub,cfg to make the changes permanent.
Mind you, this solution will not work for few modules
You can also temporarily blacklist them on the grub command line (linux line) when you boot with the syntax
module_to_blacklist.blacklist=yes
OR
modprobe.blacklist=module_to_blacklist
You need to modify the grub,cfg to make the changes permanent.
Mind you, this solution will not work for few modules
answered Apr 14 '16 at 9:20
SHW
7,67133370
7,67133370
Which modules does it not work for, for example? What is the reason? E.g. in particular does not seem to work fori8042
.
â Ciro Santilli æ°çÂÂæ¹é ä¸Âå¿ å ÂÃ¥ÂÂäºÂ件 æ³Âè½®åÂÂ
Dec 30 '17 at 22:57
add a comment |Â
Which modules does it not work for, for example? What is the reason? E.g. in particular does not seem to work fori8042
.
â Ciro Santilli æ°çÂÂæ¹é ä¸Âå¿ å ÂÃ¥ÂÂäºÂ件 æ³Âè½®åÂÂ
Dec 30 '17 at 22:57
Which modules does it not work for, for example? What is the reason? E.g. in particular does not seem to work for
i8042
.â Ciro Santilli æ°çÂÂæ¹é ä¸Âå¿ å ÂÃ¥ÂÂäºÂ件 æ³Âè½®åÂÂ
Dec 30 '17 at 22:57
Which modules does it not work for, for example? What is the reason? E.g. in particular does not seem to work for
i8042
.â Ciro Santilli æ°çÂÂæ¹é ä¸Âå¿ å ÂÃ¥ÂÂäºÂ件 æ³Âè½®åÂÂ
Dec 30 '17 at 22:57
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f276392%2fhow-to-block-drivers-built-into-kernel-i-e-drivers-who-are-not-a-module%23new-answer', 'question_page');
);
Post as a guest
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
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
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