|
From: Andrzej O. <an...@ma...> - 2012-03-21 16:18:09
|
Dears, Anyone know, how to use blacklist with new udev? Before was sufficient to append to file /etc/modprobe.d/modprobe.conf: > root@VoIP:/etc/modprobe.d # cat /etc/modprobe.d/modprobe.conf|grep blacklist > blacklist wct4xxp > blacklist wcte12xp > blacklist wct1xxp > blacklist wcte11xp > blacklist wctdm24xxp > blacklist wcfxo > blacklist wctdm > blacklist wctc4xxp > blacklist wcb4xxp but with new udev it is not woorking. I tried with other filenames, i.e. blacklist.conf or dahdi.blacklist.conf but it is not working too. So drivers are loaded in improper sequence and the only solution is unload and load again. But this is not completely safe. Probably udev should call /sbin/modprobe with option --use-blacklist but I can't find palce, where this should be configured. Maybe in /etc/udev/udev.conf but how? Anyone know? I would like to avoid reading sources. Best regards -- Andrzej Odyniec |