From: John B <joh...@gm...> - 2006-03-09 22:41:50
|
On 3/9/06, Tony Brijeski <tb...@gm...> wrote: > > Found a better patch but it is for the kernel. The uevent patch. It will > be included in the 2.6.16 kernel so it might be best to just wait till > 2.6.16 goes stable. > > These 3 lines will then replace the whole udevstart/coldplug issue and > much better than udevsynthesize. > > for i in /sys/block/*/*/uevent; do echo 1 > $i; done > for i in /sys/class/*/*/uevent; do echo 1 > $i; done > for i in /sys/bus/*/devices/*/uevent; do echo 1 > $i; done > > Let me know what you folks think. I can patch the stock kernel we use if > we want to play with it before 2.6.16 comes out. > Tony, I wouldn't mind playing around with a pre-2.6.16 kernel patched with this patch. FWIW, I have the source for 2.6.13 sitting on my box. If you can let me know via a unified diff which file(s) need to be patched, I'll roll my own 2.6.13 kernel for my box and see how well it works for me. ;-) Thanks, John |