On Saturday 23 December 2006 00:27, Andre Truter wrote: > ... > > > A third idea, have a look at the values under /proc/acpi/processor/ > > before and after. > > Looks the same before and after. All files are empty.
Are those files actually empty, or is it just that you're looking at the file size reported by "ls -l"? Because the zero size reported by ls is not true for many of the introspective files in /proc. E.g.: % ls -l /proc/acpi total 0 dr-xr-xr-x 2 root root 0 2006-12-23 07:48 ac_adapter/ -rw-r--r-- 1 root root 0 2006-12-23 07:48 alarm dr-xr-xr-x 2 root root 0 2006-12-23 07:48 battery/ dr-xr-xr-x 3 root root 0 2006-12-23 07:48 button/ -r-------- 1 root root 0 2006-12-23 07:48 dsdt dr-xr-xr-x 2 root root 0 2006-12-23 07:48 embedded_controller/ -r-------- 1 root root 0 2006-12-21 11:07 event -r-------- 1 root root 0 2006-12-23 07:48 fadt dr-xr-xr-x 2 root root 0 2006-12-23 07:48 fan/ -r--r--r-- 1 root root 0 2006-12-23 07:48 info dr-xr-xr-x 2 root root 0 2006-12-23 07:48 power_resource/ dr-xr-xr-x 4 root root 0 2006-12-23 07:48 processor/ -rw-r--r-- 1 root root 0 2006-12-23 07:48 sleep dr-xr-xr-x 2 root root 0 2006-12-23 07:48 thermal_zone/ -rw-r--r-- 1 root root 0 2006-12-23 07:48 wakeup % cat /proc/acpi/alarm 2006-12-00 00:03:25 % cat /proc/acpi/dsdt |wc -c 35110 % cat /proc/acpi/fadt 2ACP�A M I OEMFACP MSFT�@ �� ��' % cat /proc/acpi/info version: 20060707 % cat /proc/acpi/sleep S0 S1 S3 S4 S5 Etc. Hmmm... I wonder what that "MSFT" is about. It looks suspiciously like Microsoft's stock symbol. > ... > Andre Truter Randall Schulz -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
