So, once and for all, can someone help me with ACPI support?
Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
So, once and for all, can someone help me with ACPI support?
I keep ketting the same damn error message when acpi tries to start. It says
Starting acpid: cant find /proc/acpi/events
I tried making an acpi directory in /proc and it says it cant. Ive been working on this all night, and have gotten absolutely nowhere. I even tried the RC2 since I heard it had "enhanced" acpi support, but it looks like it doesnt have jack so far. Now, how can I get this fixed, before it burns my laptop to a crisp? Do I need the new kernel? Do I need to patch the kernel? How can I change where acpid looks for the events directory? Someone please help...
First of all, quit trying to write things in /proc, it's a "virtual" file system mostly controlled by the kernel, read only. Check first your bios setup to see if acpi is enabled, then check /etc/lilo.conf to see if the default boot has "acpi=off" in it, if so, remove that section, then do not fail to run "lilo" before rebooting as no changes to lilo.conf will be recognized without it.
Originally posted by akaBeaVis First of all, quit trying to write things in /proc, it's a "virtual" file system mostly controlled by the kernel, read only. Check first your bios setup to see if acpi is enabled, then check /etc/lilo.conf to see if the default boot has "acpi=off" in it, if so, remove that section, then do not fail to run "lilo" before rebooting as no changes to lilo.conf will be recognized without it.
Been there, done all of that. I have no acpi options in the BIOS, and if i change lilo.conf to acpi=on, it freezes at boot. If I leave it at acpi=off, its still tries to start anyway, and doesnt freeze after the splash. My BIOS is not on the blacklist at the sourceforge website. Any other suggestions?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.