Andy Green wrote:
Marcel Janssen wrote:
On Monday 02 July 2007, Patrick Boutilier wrote:
/etc/modprobe.d/blacklist
blacklist module_name
Well, added "blacklist snd_via82xx" but it still gets loaded. Too bad that upgrades frequently break things.
If I don't find another solution I will downgrade my kernel to 2.6.19 which worked well for me (2.6.20 in FC6 also had issues for me).
another way to kill modules from getting installed is to add to /etc/modprobe.conf
install snd_via82xx /bin/true
... just a late thought, on disk these modules are called snd-* not snd_*. For some reason once the module is inserted it is reported with - changed to _. Therefore you may need to talk about snd-via82xx in /etc/modprobe.conf since that is the name of the module file itself.
-Andy