I had to use the --quiet option because this module did not exist in order to remove it.

Kirkwood Donavin
2024-03-11 16:30:52 -06:00
parent 9d79c641f3
commit b708216dee

@@ -106,7 +106,7 @@ This may be used as an alternative to the manual installation steps described ab
sudo depmod
printf "done\n\n";
printf "Running modprobe -r bdc_pci\n";
printf "Running modprobe --remove --quiet bdc_pci\n";
sudo modprobe -r bdc_pci
printf "done\n\n";