From: uel a. <ue...@gm...> - 2006-03-09 16:50:21
|
Tony, please go ahead and make the package. I know udev is up to 0.87 you can get it here http://www.us.kernel.org/pub/linux/utils/kernel/hotplug/udev-087.tar.bz2 once the package is done we can make sure all the udev rules, scripts, and permissions files are complete, and begin testing it Thanks Uelsk8s On 3/9/06, Tony Brijeski <tb...@gm...> wrote: > > I did some testing last night and it made no difference. I also found > that hotplug is running but it is sysvinit. I made a coldplug script but= it > didn't work. > > The other option we have is the udevsynthesize patch for udev. It remove= s > the need for udevstart and coldplug and can actually go through and setup > all the /dev/ entries and load modules in about 1 second on a 1.7Gigproce= ssor. Hotplug on my AthlonXP 2400+(which is overclocked like a 2900+ > or better) takes 7 seconds in addition to the udevstart time. > > Also while looking into the whole udev thing there is a lot of confusion. > The VL package on SOHO says 0.71 version but in the package contents it i= s > udev-0.64. What is this about? It looks like the packlage was created > manually so an uninstall of that package would fail as the slack tools st= rip > out the 1st 2 characters which should be ./ so whomever packaged that up > really needs to package it up using this type of command from the root of > the filesystem: > > tar cvzpf udev-0.71.....tgz ./install ./usr...... etc - there must always > be a ./ before the folder name so that the slack install doesn't strip it > out. > > If you folks want, I can patch udev with udevsynthesize and create a > proper new package. This would completely eliminate the need for hotplug > but we would have to make sure all of our udev rules, scripts, and > permissions files were complete. > > Regards, > Tony > > > > On 3/8/06, Tony Brijeski <tb...@gm...> wrote: > > > > I have done some digging and coldplug is actually just the old hotplug > > *.rc scripts. We have hotplug installed and there but it needs to be c= alled > > after udev is started. > > > > rc.hotplug is what coldplug really is. If it is run after udev, then > > the devices will be setup. I will do some testing and if all is well, = this > > should be a wash to just add to rc.S after starting udev. > > > > I'm testing it now and will let you all know. > > > > Regards, > > Tony > > > > > > > > > > > > > > > > On 3/7/06, uel archuletta < ue...@gm...> wrote: > > > > > > I also have the udev and rules from zenwalk and it replaces hotplug > > > as well > > > so besides X setup like you said se have other options. > > > > > > > > > Uel > > > > > > > > > > > > On 3/7/06, Tony Brijeski <tb...@gm...> wrote: > > > > > > > > How much of vlsetup is still being used to configure the hardware > > > > and how much of udev/hotplug are we now using? > > > > > > > > I think we should concentrate on setting up udev to handle pretty > > > > much everything vlsetup used to but it will be on the fly during bo= ot. > > > > > > > > Mandriva has setup some great scripts and rules for udev to take > > > > care of most of the hardware so a hardware probe is not necessary a= nymore > > > > other than for X setup. > > > > > > > > Let me know your thoughts on this. If we still want to keep > > > > vlsetup, then I will either have to try to find the source for it i= n one of > > > > my very old backups or I will have to take a look at the current hw= setup > > > > from knoppix and start from scratch again. > > > > > > > > I am thinking that the current state of udev makes most of vlsetup > > > > useless. If we have the right scripts and rules, there should be n= o > > > > problems with letting udev take care of all of it. > > > > > > > > Regards, > > > > Tony > > > > > > > > > > > > > > |