On Fri, Oct 23, 2009 at 1:08 PM, Bob Beers <bob.beers@xxxxxxxxx> wrote: > So, finally, here are my questions: > > 1 - How can I get the driver to load automatically, and execute the > cfg calls to create the low level device? > Does this look like a sane first attempt? I created /etc/udev/rules.d/10-local.rules with this line: SUBSYSTEM=="pci", DEVICE=='0000:05:08.0", SYSFS{vendor}=="14f1", SYSFS{device}=="8474", RUN+="/sbin/modprobe pmcc4" I tried this, but did not see my driver module get loaded on next reboot. Where can I see udev log? Must I change udev_log in /etc/udev/udev.conf? It is currently udev_log=err. Am I completely on the wrong track? -Bob Beers -- 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