Re: udev-076 setup (was Re: Post LFS-6.1.1 plans)

2005-12-06 Thread Matthew Burgess
Alexander E. Patrakov wrote: Matthew Burgess wrote: And now coldplugging and hotplugging work automagically! So, is there anything else required, aside from the obvious expansion of the above modprobe related rules to other subsystems, etc? Build and install the firmware helper. Jim Giffor

Re: udev-076 setup (was Re: Post LFS-6.1.1 plans)

2005-12-06 Thread Alexander E. Patrakov
Matthew Burgess wrote: And now coldplugging and hotplugging work automagically! So, is there anything else required, aside from the obvious expansion of the above modprobe related rules to other subsystems, etc? Build and install the firmware helper. Jim Gifford has a shall script version o

Re: udev-076 setup (was Re: Post LFS-6.1.1 plans)

2005-12-06 Thread Bryan Kadzban
Matthew Burgess wrote: > I added the following (shamelessly nicked from the Redhat examples > shipped in the udev tarball): > > ACTION=="add", SUBSYSTEM=="usb", MODALIAS=="*", \ > RUN+="/sbin/modprobe $modalias" Shouldn't that be: ... MODALIAS="?*" ... Or is that only for environment variable

Re: udev-076 setup (was Re: Post LFS-6.1.1 plans)

2005-12-06 Thread Matthew Burgess
Alexander E. Patrakov wrote: My wild guess is that you removed the hotplug initscript, but forgot to remove stuff from /etc/hotplug.d and still have the run_hotplugd rule. I had removed the run_hotplugd rule, but obviously either not rebooted or restarted udevd. I also had old copies of run_

Re: udev-076 setup (was Re: Post LFS-6.1.1 plans)

2005-12-06 Thread Andrew Benton
Alexander E. Patrakov wrote: Ubuntu is irrelevant here. My wild guess is that you removed the hotplug initscript, but forgot to remove stuff from /etc/hotplug.d and still have the run_hotplugd rule. This runs the agents for every uevent. Look how long it takes for an empty bash script to run 80