Matthew Burgess wrote:
Alexander E. Patrakov wrote:

<snipped list of bugs>

For those of you who are still patient enough to test the udev_update branch out, please find an updated Udev rules file at http://www.linuxfromscratch.org/~matthew/pub/. I think it corrects all the problems Alexander pointed out.


Thanks, that works a treat. It's solved the problem I reported earlier with the uhci-hcd module. In fact it works perfectly. One little detail, the line

ACTION=="add", SUBSYSTEM=="firmware", RUN+="/lib/udev/firmware_helper"

can be shortened a little. It seems (since udev-077) if you don't specify the full path, the default is to look in /lib/udev so it can be written

ACTION=="add", SUBSYSTEM=="firmware", RUN+="firmware_helper"

Andy
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to