# # 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 arcfb blacklist atyfb blacklist aty128fb blacklist carminefb blacklist cirrusfb blacklist crvml blacklist cyber2000fb blacklist cyber2000fb blacklist g450_pll blacklist gx1fb blacklist gxfb blacklist hecubafb blacklist hgafb blacklist i2c-matroxfb blacklist i810fb blacklist ili9320 blacklist intelfb blacklist kyrofb blacklist lxfb blacklist matroxfb_DAC1064 blacklist matroxfb_Ti3026 blacklist matroxfb_accel blacklist matroxfb_base blacklist matroxfb_crtc2 blacklist matroxfb_g450 blacklist matroxfb_maven blacklist matroxfb_misc blacklist mb862xxfb blacklist metronomefb blacklist neofb blacklist nvidiafb blacklist pm2fb blacklist pm3fb blacklist radeonfb blacklist rivafb blacklist s1d13xxxfb blacklist savagefb blacklist sisfb blacklist sm501fb blacklist sstfb blacklist tdfxfb blacklist tmiofb blacklist tridentfb blacklist uvesafb blacklist vga16fb blacklist viafb blacklist vmlfb # # 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 # # blacklist usblp for cups 1.4+ # # hplip and cups 1.4+ use raw USB devices, so it requires usblp not be loaded blacklist usblp