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.
System.map
. I did it like thisfgrep elants /boot/System.map-5.8.0-23-generic | fgrep init
for solving https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.6/+bug/1900254/comments/6 – imz -- Ivan Zakharyaschev Oct 17 '20 at 18:32rtc_cmos
driver, blocking it withinitcall_blacklist=add_rtc_cmos
works great whilertc_cmos.blacklist=yes
is ignored. – maxschlepzig Jul 18 '21 at 17:38