Possible Duplicate:
How to blacklist kernel modules?
I compiled Ndiswrapper from source. Then installed a wireless windows driver. After that I loaded the Ndiswrapper kernel-module with sudo modprobe ndiswrapper
. Now my system stops during boot.
How can I unload the Ndiswrapper kernel-module?
ndiswrapper
module temporarily and see the above link to disable it permanently once you get into the system – Anwar Sep 26 '12 at 16:01ndiswrapper.blacklist=yes
as boot parameter solved my problem, but it's not necessary to do that permanently. My intention was, how can I do that before boot. On a running system I know how to blacklist a kernel-modul. – BuZZ-dEE Sep 26 '12 at 17:16