On Mon, Jan 5, 2009 at 20:56, Rick Weber <riweber@xxxxxxxxxx> wrote: > Hopefully a quick question. I'm working on a very hacked kernel (based > off of Ubuntu LTS), and trying to get RAID support working. > > Long story short, after I do a "modprobe md_mod", I need to issue > /sbin/udevtrigger to have the udev rules execute. Running udevd with > the debug options on pretty much verifies that the system doesn't want > to automatically execute the rules after the modprobe, and won't execute > until I do the udevtrigger call. > > Can you point me in a general direction on where to look? Is it > something as simple as udev is disable, a named pipe needs to get > created, or something else? Which events do you expect to run? If you run "udevmonitor" while loading the module, you see the events the kernel generates. Kay -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html