Hi Jim, There are a few newer (and fixed/updated in some manner or another) scripts in the lkml/lm-sensors archives you might want to look at, they are essentially the same idea, but the last revision worked with some other rare cases and added a device_attribute parameter rather than a void * as the second argument to the callbacks. On 7/26/05, Jim Cromie <jcromie at divsol.com> wrote: > In order to understand the regexs in it, I reformatted one of them > to use perls x regex modifier, which allows regex code to be > reformatted for readability. Then I added comments to the regex. > > here it is, in hopes it will be useful. This looks useful, my only complaint is that I think you used an older revision than the one that actually did the massive code change that was accepted into the mainline kernel. I do at some point intend on changing the other sysfs attribute callbacks, so its useful for myself even to have a well documented script to look back at in a few months :-). Thanks, Yani