# # Listing a module here prevents udev from loading it. # Usually that'd be so that some other driver will bind it instead, # no matter which driver happens to get probed first. Sometimes user # mode tools can also control driver binding. # # Syntax: blacklist modulename # # # blacklist the event debugging driver # # evbug is a debug tool and should be loaded explicitly blacklist evbug # # blacklist the firewire ipv4 driver # # autoloading eth1394 most of the time re-orders your network # interfaces, and with buggy kernel 2.6.21, udev persistent-net # is not able to rename these devices, so you get eth?_rename devices # plus an exceeded 30sec boot timeout blacklist eth1394 # # blacklist *all* framebuffer video-modules # # They should be loaded explicitly by the user via # /etc/modules.autoload/kernel-xy or initrd/initramfs blacklist atyfb blacklist aty128fb blacklist sisfb blacklist i810fb blacklist rivafb blacklist hgafb blacklist pm2fb blacklist cyber2000fb blacklist vga16fb blacklist nvidiafb blacklist savagefb blacklist cirrusfb blacklist radeonfb blacklist intelfb blacklist tridentfb # # blacklist *all* proprietary video drivers # # They should be loaded explicitly by the user via # /etc/modules.autoload/kernel-xy or initrd/initramfs blacklist fglrx blacklist nvidia blacklist nvidia-legacy # However you should blacklist the open pendants for these drivers # if you want to use them. The proprietary and the kernel provided # drivers may collide and you get some bad errors if udev loads them both #blacklist radeon #blacklist nv