Fernando Pablo Lopez-Lezcano <[EMAIL PROTECTED]> writes: > > thats why i dont consider it necessary. what do you need the proc entry > > for fernando ? > > Just asking, I guess it is not really needed, just unloading and loading > should be enough. It would be nice to have some sort of confirmation > from /proc that the module is there and which options are active. Maybe > that information is available somewhere after the module is loaded.
These are valid concerns. It's not hard to detect that the module is loaded, `lsmod | grep realtime' works. But, I don't know how to query the module parameters, and that would certainly be useful. -- joq