On Fri, Oct 23, 2009 at 6:45 PM, Matthew Dharm <mdharm-usb@xxxxxxxxxxxxxxxxxx> wrote: > On Fri, Oct 23, 2009 at 05:03:05PM -0400, Bob Beers wrote: >> 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" > > The quotes around the DEVICE don't match. Or is that just a typo in the > email (and not in the rules file)? > Hi Matt, Good eyes. I fixed that mismatch and it does now load the pmcc4 driver on boot-up. Now I'll see if I can replace the RUN+= argument with a more complete script to create the chan devices and rename them to hdlcX. Thanks a lot, -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