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
-Andy