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 initfor solving https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.6/+bug/1900254/comments/6 – imz -- Ivan Zakharyaschev Oct 17 '20 at 18:32rtc_cmosdriver, blocking it withinitcall_blacklist=add_rtc_cmosworks great whilertc_cmos.blacklist=yesis ignored. – maxschlepzig Jul 18 '21 at 17:38