PDA

View Full Version : [64 bit] Daru2 + Karmic, crazy power management


werewolves
November 8th, 2009, 01:59 PM
Well, I had heard this was supposed to be fixed under Karmic, and for the first week it seemed to be, but the flaky power monitoring that used to plague the Daru2 seems to be back.

I will be running along just fine, and the system will decide that I have no battery, and the temp monitor will go crazy.

There used to be a PPA that had a fix, but I believe this was for an older kernel. So, what should I do now?

Thanks

werewolves
November 9th, 2009, 09:32 PM
Hello System 76... any help would be appreciated.

gaussian
November 9th, 2009, 09:53 PM
Are you sure that you are running a Karmic Kernel? There have been cases of borked upgrades lead to wrong Kernel being default choice under Grub?

If this is a clean install, then never mind.

You can check you kernel version by uname -r

werewolves
November 9th, 2009, 10:02 PM
werewolves@loki:~$ uname -r
2.6.31-14-generic

gaussian
November 9th, 2009, 10:23 PM
Well, there goes my theory. You are running the same Karmic kernel as I am. I have not seen any problems yet with my Daru2

werewolves
November 9th, 2009, 11:28 PM
Well, thanks for trying. Anyone else?

thomasaaron
November 10th, 2009, 12:22 PM
werewolves, did you upgrade to karmic or do a fresh install?
How about you, gaussian?

gaussian
November 10th, 2009, 01:07 PM
werewolves, did you upgrade to karmic or do a fresh install?
How about you, gaussian?

I have both (32-bit) non-fresh install. Actually, it is as non-fresh as they come, it has been updated from 7.04 to 9.10 incrementally. No problems currently with power management. Suspend obviously does not work.

werewolves
November 10th, 2009, 03:42 PM
I did an upgrade (specifically from Kubuntu 9.04) to Kubuntu 9.10. Like I said, the first week or so I had NO issues, then all of a sudden it starts acting up again.

thomasaaron
November 11th, 2009, 12:25 PM
We're not really able to support Kubuntu, and I'm wondering if an update hosed it.

I'm *assuming* guassian is using Ubuntu.

Do you know if you have acpi=noirq as a kernel option?

gaussian
November 11th, 2009, 02:55 PM
We're not really able to support Kubuntu, and I'm wondering if an update hosed it.

I'm *assuming* guassian is using Ubuntu.

Do you know if you have acpi=noirq as a kernel option?

I am using Ubuntu. And I do have acpi=noirq (kills brightness function keys).

thomasaaron
November 12th, 2009, 11:40 AM
Werewolves,

I think the reason guassian doesn't have the problem is that he's carried that acpi=noirq kernel option over through several versions.

Yours may have been lost. Can you see if it is there?

Run...
sudo <whatever text editor you use> /etc/default/grub
...and see if there is a line like this...
GRUB_CMDLINE_LINUX="acpi=noirq"

If there is not, add it, save, and then run...

sudo update-grub

...and then reboot.

werewolves
November 12th, 2009, 01:48 PM
We're not really able to support Kubuntu, and I'm wondering if an update hosed it.

I'm *assuming* guassian is using Ubuntu.

Do you know if you have acpi=noirq as a kernel option?

I understand that, but I would think power management is the same...

At any rate, I'll check that when I get home, but I don't think so.

Oddly, it has been behaving itself for a couple of days now. Gremlins. I'll keep you posted.

thomasaaron
November 12th, 2009, 04:55 PM
but I would think power management is the same

Probably is under the hood. But they use different power management programs. I doubt that has anything to do with it, though.

werewolves
November 12th, 2009, 09:23 PM
Werewolves,

I think the reason guassian doesn't have the problem is that he's carried that acpi=noirq kernel option over through several versions.

Yours may have been lost. Can you see if it is there?

Run...
sudo <whatever text editor you use> /etc/default/grub
...and see if there is a line like this...
GRUB_CMDLINE_LINUX="acpi=noirq"

If there is not, add it, save, and then run...

sudo update-grub

...and then reboot.

OK, there was nothing in that file, so I added the line above and rebooted.

So far, so good. I will watch it for a couple of days, and let you know.

Thank you for the help.

ackey
November 13th, 2009, 08:25 PM
Run...
sudo <whatever text editor you use> /etc/default/grub
...and see if there is a line like this...
GRUB_CMDLINE_LINUX="acpi=noirq"

If there is not, add it, save, and then run...

sudo update-grub

Should this be for the old grub or grub2? I didn't upgrade my grub and the /etc/default/grub file doesn't exist, update-grub didn't mention it, and the noirq option hasn't appeared in my menu.lst.

If this is for grub2, what is the best way to do it with the old grub? I had lost track that this option was still needed.

thomasaaron
November 16th, 2009, 02:13 PM
That's for grub2.

You can update to grub2 (if you're on karmic) by running...

sudo apt-get install grub-pc