LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   /proc/acpi does not exiat (https://www.linuxquestions.org/questions/linux-software-2/proc-acpi-does-not-exiat-90906/)

jjge 09-09-2003 11:16 AM

/proc/acpi does not exiat
 
Hello,

I have ACPI support compiled in my 2.4.22 kernel but the acpid demon refuses to run because /proc/acpid does not exist. How do you create it? mkdir (as root) does not work in this case.

And as a matter of fact, how are /proc subdirs created anyway?

thanks in advance joopg

Kramer 09-09-2003 11:46 AM

Im having that same probelm in Mandrake, and Im still looking for the answer. Did you try logging in as su under the shell prompt to make the directory?

DrOzz 09-09-2003 01:00 PM

k first and foremost read this ::
Quote:

In Linux, everything is stored as a file. Most users are familiar with the two primary types of files, text and binary. However, the /proc directory contains files that are not part of any file system associated with any physical storage device connected to your system. Instead, the virtual files in /proc are part of a virtual file system.


The virtual files in /proc have unique qualities. Most of them are 0 bytes in size. Yet when the file is viewed, it can contain quite a bit of information. In addition, most of their time and date settings reflect the current time and date, meaning that they are constantly changing.


Both applications and system administrators can use /proc as a method of accessing information about the state of the kernel, the attributes of the machine, the state of individual processes, and so on. Most of the files in the directory, such as interrupts, meminfo, mounts, and partitions, provide an up-to-the-moment glimpse of a system's physical environment. Others, like file systems and the /proc/sys/ directory provide software configuration information.


To make things easier, files that contain information covering a similar topic are grouped into virtual directories and sub-directories, such as /proc/ide/ for all physical IDE devices.
now that that is said, you can now see why you cannot go and create a acpi directory....
try using apm...
modprobe apm
and then try shutting down
acpi is basically used for multi-processors and laptops...


All times are GMT -5. The time now is 03:09 AM.