=== chris14_ is now known as chris14 [18:13] I am upgrading some servers from 22.04 to 24.04 and the new system is loading kernel modules I have blacklisted in a file in /etc/modprobe.d/ [18:14] 22.04 worked (problem modules were not loaded) [18:15] running depmod -a and update-initramfs -u didn't help [18:15] do I need to run a modprobe command to make it read the conf files? [18:17] modprobe -c correctly reports my blacklist lines [18:19] I could delete the ko files but that is a bit nasty [18:41] adding alias off in addition to the blacklist seems to fix it