Slackware This Forum is for the discussion of Slackware Linux.
|
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-13-2004, 05:26 PM
|
#1
|
|
Member
Registered: May 2003
Location: Somewhere over the Rainbow
Distribution: Slackware 9.x, Knoppix, Damn Small Linux, RedHat.
Posts: 465
Rep:
|
ACPI and Kernel
Hi All. I recently added acpi support to my slack 10, then I recompiled the kernel, but still dont get the acpi support. Here are the steps that I did:
Code:
cd /usr/src/linux
make xconfig
added the acpi support
make dep
make clean
make modules
mv /lib/modules/2.4.26 /lib/modules/2.4.26.old.
make modules_install
make
make install
reboot
I would like some help about what could be the problem
Thanks in advance. 
Last edited by Gerardoj; 11-13-2004 at 05:42 PM.
|
|
|
|
11-13-2004, 05:51 PM
|
#2
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
Re: ACPI and Kernel
Quote:
Originally posted by Gerardoj
still dont get the acpi support.
|
are you running the acpi daemon ( acpid)??
|
|
|
|
11-13-2004, 05:52 PM
|
#3
|
|
Member
Registered: May 2003
Location: Somewhere over the Rainbow
Distribution: Slackware 9.x, Knoppix, Damn Small Linux, RedHat.
Posts: 465
Original Poster
Rep:
|
Thanks for your reply. When I run the acpi daemon I get:
acpid: can't open /proc/acpi/event: No such file or directory
Also if I run xconfig again, I can see the ACPI modules on on "Y"
What I did wrong?
Last edited by Gerardoj; 11-13-2004 at 05:54 PM.
|
|
|
|
11-13-2004, 06:09 PM
|
#4
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
what happens if you use slackware's pre-compiled acpi kernel??
ftp://ftp.slackware.com/pub/slackwar...ls/bareacpi.i/
Last edited by win32sux; 11-13-2004 at 06:10 PM.
|
|
|
|
11-13-2004, 06:10 PM
|
#5
|
|
Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
at least just to see if it works...
Last edited by win32sux; 11-13-2004 at 06:11 PM.
|
|
|
|
11-13-2004, 10:20 PM
|
#6
|
|
Member
Registered: May 2003
Location: Somewhere over the Rainbow
Distribution: Slackware 9.x, Knoppix, Damn Small Linux, RedHat.
Posts: 465
Original Poster
Rep:
|
Thanks win32sux, Let me try with slackware's pre-compiled acpi kernel. 
|
|
|
|
11-15-2004, 05:51 AM
|
#7
|
|
LQ Newbie
Registered: Nov 2004
Posts: 22
Rep:
|
try using your recompiled kernel and just put an "acpi=on" kernel parameter in your lilo/grub configuration
|
|
|
|
11-15-2004, 12:48 PM
|
#8
|
|
Member
Registered: Jul 2003
Location: Israel
Distribution: slackware current kernel 2.6.9
Posts: 70
Rep:
|
What is this acpi anyway? Is it for laptops?
|
|
|
|
11-15-2004, 02:44 PM
|
#9
|
|
Member
Registered: May 2003
Location: Somewhere over the Rainbow
Distribution: Slackware 9.x, Knoppix, Damn Small Linux, RedHat.
Posts: 465
Original Poster
Rep:
|
ACPI is a quite old technology but it is pretty badly supported by the officiel Kernel. ACPI is developped by a consortium of few corporation like Intel, compaq, IBM ... The aim of the technology is to provide a remplacement for APM.
It is very usefull on laptops (power management, temperature ...).
|
|
|
|
11-15-2004, 03:20 PM
|
#10
|
|
Senior Member
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140
|
Did you enabled ACPI feature only, without APM support ?
cd /where/your/kernel/tree/is
grep -i apm .config
|
|
|
|
11-16-2004, 09:47 AM
|
#11
|
|
Member
Registered: May 2003
Location: Somewhere over the Rainbow
Distribution: Slackware 9.x, Knoppix, Damn Small Linux, RedHat.
Posts: 465
Original Poster
Rep:
|
Quote:
|
Did you enabled ACPI feature only, without APM support ?
|
Yeah I think so.
Here is my grep -i apm .config
Code:
CONFIG_APM=m
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
|
|
|
|
11-16-2004, 11:09 AM
|
#12
|
|
Senior Member
Registered: Jul 2004
Distribution: Slackware
Posts: 2,140
|
I would not enamble APM at all (even as module) maybe some init scripts load the APM module
at boot. For my part, I configured ACPI kernel without APM support and did just a chmod +x to
/etc/rc.d/rc.acpid to enable ACPI in my system, all work fine. I enabled hotplug too (I don't know
if that matters)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:41 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|