Bryan Kadzban wrote: > Minimally tested (i.e., I've booted maybe 10-20 times and have never > seen an issue) patch is attached.
Er, some comments on it. I didn't remove the walk_sysfs function since my original intent was to revert the script if it failed and I couldn't get it to work. But it worked the first time around (well, after a change I'll talk about later), and I seem to have forgotten to remove the function. I didn't do any testing regarding changing the timeout used by the wait_for_uevents function, either. But udevtrigger is pretty much a drop-in replacement for walk_sysfs. --------- As for the one change I had to make: I had to fix my /etc/modprobe.conf so that the full path to modprobe was used in the snd-pcm install rule. The udev_update book currently says this will work: install snd-pcm modprobe -i snd-pcm ; modprobe snd-pcm-oss ; true but it will not. You need to have /sbin/modprobe in there, otherwise you'll get unresolved symbol errors when udevd loads the module.
signature.asc
Description: OpenPGP digital signature
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page