Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ACPI problems
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
grx
Apprentice
Apprentice


Joined: 19 Jan 2005
Posts: 173
Location: Maryland

PostPosted: Wed Apr 27, 2005 5:27 pm    Post subject: ACPI problems Reply with quote

OK, I've been fighting this one for a bit, and I'm just not getting anywhere. I've got a dell inspiron 8600, and I'm running gentoo done with the stage 1/3 install using very conservative settings for now. Everything works great, but I have a real issue with the ACPI.

First of all, I can get a full 4 hours or a little more of battery life when I run windows. At best, I can get two and a half in linux. I also noticed that the laptop tends to get a little too warm in linux, and it makes me nervous enough that I had to switch back to booting windows as the default. When exploring the causes, I did notice that speedfreq does scale the cpu correctly, but it jumps up to the full 1.6GHz if I execute anything at all, and then it doesn't come back down afterward. I'm betting this might be related to the battery life and heat, but I'm not sure. Maybe what I'm after is just having it set at a fixed 600MHz on the battery--I think that might be what windows does. I also know that windows powers off the lan card and such when it's on battery, but I don't know if gentoo is doing that or not.

I've read all the how-tos and things I could find, but I just barely finished my bachelor's degree, and my mind is a little fried right now. From what little of it I can actually understand, everything seems installed correctly, but I want to make sure before really making the switch to linux on this machine.

Does anyone have some experience with getting all the power management problems smoothed out, especially with this model? (I also need to get the suspend working, but it's not quite as important as getting rid of the heat problems and making sure the battery isn't drained so quickly.)
Back to top
View user's profile Send private message
exklusve
Apprentice
Apprentice


Joined: 23 Aug 2002
Posts: 270
Location: currently ~/

PostPosted: Wed Apr 27, 2005 5:29 pm    Post subject: Reply with quote

did you enable support for the cpu to be able to change speeds?
I think its under where you select what type of CPU you have in your kernel config. Or in the ACPI portion...one of those two.
_________________
eXklusve

You do know that no one gives a shit about your system spec's right?
Back to top
View user's profile Send private message
keidii
n00b
n00b


Joined: 27 Apr 2005
Posts: 6

PostPosted: Wed Apr 27, 2005 5:42 pm    Post subject: Reply with quote

i'v done it 3 days ago :>
key is good config cor cpufreqd
If u want i can give it you , just tell me ;D
Back to top
View user's profile Send private message
grx
Apprentice
Apprentice


Joined: 19 Jan 2005
Posts: 173
Location: Maryland

PostPosted: Wed Apr 27, 2005 5:59 pm    Post subject: Reply with quote

Here's what I have:

Code:

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_SOFTWARE_SUSPEND=y
CONFIG_PM_STD_PARTITION=""

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set
# CONFIG_ACPI_CONTAINER is not set

#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_TABLE=y

#
# CPUFreq processor drivers
#
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_SPEEDSTEP_ICH is not set
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set


Looking at this, maybe what's wrong is the # CONFIG_X86_SPEEDSTEP_CENTRINO is not set. I'll try that and see what happens

In the mean time, I should also mention that when I try to run speedfreq in any way (change policies, view the status, or even see the version or quit) it does nothing at all. Just gives me back the prompt without doing a thing. Don't know if that's a clue or not.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum