[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-30 Thread Schugy
I have a Raon Digital Everun Note UMPC and I need to replace the not
working powernow-k8 code with a code that at least makes the
conservative governor work.

Currently the Turion X2 TL-56 is always running at 1200 MHz instead of
800 MHz. This results in 70 minutes battery life instead of 115 mins.
I'm seriously considering to change to another distribution.

The code that is at least partially working (ondemand and userspace
crash the system) can be found here.
http://www.schugy.de/Linux/Raon%20Everun%20Note/powernow-k8-src.zip

Thanks for any support!

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-26 Thread balak
I am in the same boat as most ppl above. I have been using ubuntu since
breezy and undervolting the AMD Turion on my laptop since feisty.
Usually I check to make sure the usual suspects (X, suspend/hibernate)
have no issues before upgrading but did not think something basic as
acpi/powernow would be changed!

Undervolting saves battery life, cpu temperature and my hands (from
CTS).

It'll be good to have this back as a module and not in the kernel.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
For what it's worth, it is in commit
495f78bd6d8f7a5e35dd962031eb6e639d83e438, which IMHO should be reverted:

   UBUNTU: Build in CPU Frequency scaling drivers

Selecting the right CPU Frequency scaling driver is complicated from
userspace, involing a nasty shell script that attempts to guess by
grepping through /proc.

The kernel drivers themselves can adequately determine whether they
should be used, building them into the kernel will automatically select
the right one.

These aren't something you would want to unload either, you would
instead simply change the governor.

rtg - Added debian/abi/2.6.28-8.23/modules.ignore to accomodate the missing 
modules.

Signed-off-by: Scott James Remnant 
Signed-off-by: Tim Gardner 


- First of all, the kernel does not (and simply cannot) always adequately 
determine which one is the best driver to use for someones hardware (especially 
when choosing between speedstep-centrino and cpufreq-acpi). And even if it 
does, so would lets-modprobe-just-about-any-driver do. 

- They are something you would want to unload in realistic situations, 
especially since:
  * Some people prefer NOT to have a cpufreq driver, that's why it is a config 
option in the first place. There are systems known to consistently trigger a 
"pending-bit stuck" when using the powernow-k8 driver.

  * AFAIK the Ubuntu team wants to achieve a faster boottime, not
slower. Compiling in all drivers slow down booting noticeably. You don't
need them to boot either, so they can be postponed until a bit later.

  * Newer processors may not be supported until a new kernel is
distributed, unless a custom module can be loaded. This is true for AMD
0xf family processors with more than 1 low power state. Also for all
Black Edition AMD processors, the powernow-k8 driver does not support
using their unlocked multiplier and probably never will because AMD
doesn't want that feature in their powernow-k8 driver. The Linux-PHC
project provides such drivers that can be installed/maintained by the
DKMS.

  * You may want to use a modified module, that enables undervolting, to
maximize their battery life or reduce extreme heat by reducing the
processor's power consumption. The Linux-PHC project provides such
drivers. There is a large audience that uses them...

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
Tim Gardner is responsible for introducing this, assign him to this bug.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-11 Thread Arpad Kovacs
+1 from another AMD Turion and PHC user trying to reduce CPU temperature
(50C -> 30C) and extend battery life.

I would really like to keep using Ubuntu, but compiling a custom kernel
to enable undervolting is very time-consuming and could convince me to
switch to another distro.

Thanks in advance.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Brian Murray
** Changed in: linux-meta (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux-meta (Ubuntu)
   Status: New => Triaged

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Leann Ogasawara
** Package changed: linux-meta (Ubuntu) => linux (Ubuntu)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-01 Thread thekip
I'm having the same problem, I have been undervolting my laptop since at
least feisty fawn which has always worked for me within an hour after
upgrading to a new version of Ubuntu. Unfortunately this is not possible
anymore because it is build in now.

I think, allthough I know it is easy to say this yet hard to get this
completely right, only the modules that are essential to booting should
be compiled in. Is there anyone who can tell if this is a big change? To
me it sounds like just a small fix?

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
For what it's worth, it is in commit
495f78bd6d8f7a5e35dd962031eb6e639d83e438, which IMHO should be reverted:

   UBUNTU: Build in CPU Frequency scaling drivers

Selecting the right CPU Frequency scaling driver is complicated from
userspace, involing a nasty shell script that attempts to guess by
grepping through /proc.

The kernel drivers themselves can adequately determine whether they
should be used, building them into the kernel will automatically select
the right one.

These aren't something you would want to unload either, you would
instead simply change the governor.

rtg - Added debian/abi/2.6.28-8.23/modules.ignore to accomodate the missing 
modules.

Signed-off-by: Scott James Remnant 
Signed-off-by: Tim Gardner 


- First of all, the kernel does not (and simply cannot) always adequately 
determine which one is the best driver to use for someones hardware (especially 
when choosing between speedstep-centrino and cpufreq-acpi). And even if it 
does, so would lets-modprobe-just-about-any-driver do. 

- They are something you would want to unload in realistic situations, 
especially since:
  * Some people prefer NOT to have a cpufreq driver, that's why it is a config 
option in the first place. There are systems known to consistently trigger a 
"pending-bit stuck" when using the powernow-k8 driver.

  * AFAIK the Ubuntu team wants to achieve a faster boottime, not
slower. Compiling in all drivers slow down booting noticeably. You don't
need them to boot either, so they can be postponed until a bit later.

  * Newer processors may not be supported until a new kernel is
distributed, unless a custom module can be loaded. This is true for AMD
0xf family processors with more than 1 low power state. Also for all
Black Edition AMD processors, the powernow-k8 driver does not support
using their unlocked multiplier and probably never will because AMD
doesn't want that feature in their powernow-k8 driver. The Linux-PHC
project provides such drivers that can be installed/maintained by the
DKMS.

  * You may want to use a modified module, that enables undervolting, to
maximize their battery life or reduce extreme heat by reducing the
processor's power consumption. The Linux-PHC project provides such
drivers. There is a large audience that uses them...

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
Tim Gardner is responsible for introducing this, assign him to this bug.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-11 Thread Arpad Kovacs
+1 from another AMD Turion and PHC user trying to reduce CPU temperature
(50C -> 30C) and extend battery life.

I would really like to keep using Ubuntu, but compiling a custom kernel
to enable undervolting is very time-consuming and could convince me to
switch to another distro.

Thanks in advance.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-30 Thread Schugy
I have a Raon Digital Everun Note UMPC and I need to replace the not
working powernow-k8 code with a code that at least makes the
conservative governor work.

Currently the Turion X2 TL-56 is always running at 1200 MHz instead of
800 MHz. This results in 70 minutes battery life instead of 115 mins.
I'm seriously considering to change to another distribution.

The code that is at least partially working (ondemand and userspace
crash the system) can be found here.
http://www.schugy.de/Linux/Raon%20Everun%20Note/powernow-k8-src.zip

Thanks for any support!

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-26 Thread balak
I am in the same boat as most ppl above. I have been using ubuntu since
breezy and undervolting the AMD Turion on my laptop since feisty.
Usually I check to make sure the usual suspects (X, suspend/hibernate)
have no issues before upgrading but did not think something basic as
acpi/powernow would be changed!

Undervolting saves battery life, cpu temperature and my hands (from
CTS).

It'll be good to have this back as a module and not in the kernel.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Brian Murray
** Changed in: linux-meta (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux-meta (Ubuntu)
   Status: New => Triaged

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Leann Ogasawara
** Package changed: linux-meta (Ubuntu) => linux (Ubuntu)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
For what it's worth, it is in commit
495f78bd6d8f7a5e35dd962031eb6e639d83e438, which IMHO should be reverted:

   UBUNTU: Build in CPU Frequency scaling drivers

Selecting the right CPU Frequency scaling driver is complicated from
userspace, involing a nasty shell script that attempts to guess by
grepping through /proc.

The kernel drivers themselves can adequately determine whether they
should be used, building them into the kernel will automatically select
the right one.

These aren't something you would want to unload either, you would
instead simply change the governor.

rtg - Added debian/abi/2.6.28-8.23/modules.ignore to accomodate the missing 
modules.

Signed-off-by: Scott James Remnant 
Signed-off-by: Tim Gardner 


- First of all, the kernel does not (and simply cannot) always adequately 
determine which one is the best driver to use for someones hardware (especially 
when choosing between speedstep-centrino and cpufreq-acpi). And even if it 
does, so would lets-modprobe-just-about-any-driver do. 

- They are something you would want to unload in realistic situations, 
especially since:
  * Some people prefer NOT to have a cpufreq driver, that's why it is a config 
option in the first place. There are systems known to consistently trigger a 
"pending-bit stuck" when using the powernow-k8 driver.

  * AFAIK the Ubuntu team wants to achieve a faster boottime, not
slower. Compiling in all drivers slow down booting noticeably. You don't
need them to boot either, so they can be postponed until a bit later.

  * Newer processors may not be supported until a new kernel is
distributed, unless a custom module can be loaded. This is true for AMD
0xf family processors with more than 1 low power state. Also for all
Black Edition AMD processors, the powernow-k8 driver does not support
using their unlocked multiplier and probably never will because AMD
doesn't want that feature in their powernow-k8 driver. The Linux-PHC
project provides such drivers that can be installed/maintained by the
DKMS.

  * You may want to use a modified module, that enables undervolting, to
maximize their battery life or reduce extreme heat by reducing the
processor's power consumption. The Linux-PHC project provides such
drivers. There is a large audience that uses them...

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
Tim Gardner is responsible for introducing this, assign him to this bug.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-11 Thread Arpad Kovacs
+1 from another AMD Turion and PHC user trying to reduce CPU temperature
(50C -> 30C) and extend battery life.

I would really like to keep using Ubuntu, but compiling a custom kernel
to enable undervolting is very time-consuming and could convince me to
switch to another distro.

Thanks in advance.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-26 Thread balak
I am in the same boat as most ppl above. I have been using ubuntu since
breezy and undervolting the AMD Turion on my laptop since feisty.
Usually I check to make sure the usual suspects (X, suspend/hibernate)
have no issues before upgrading but did not think something basic as
acpi/powernow would be changed!

Undervolting saves battery life, cpu temperature and my hands (from
CTS).

It'll be good to have this back as a module and not in the kernel.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-30 Thread Schugy
I have a Raon Digital Everun Note UMPC and I need to replace the not
working powernow-k8 code with a code that at least makes the
conservative governor work.

Currently the Turion X2 TL-56 is always running at 1200 MHz instead of
800 MHz. This results in 70 minutes battery life instead of 115 mins.
I'm seriously considering to change to another distribution.

The code that is at least partially working (ondemand and userspace
crash the system) can be found here.
http://www.schugy.de/Linux/Raon%20Everun%20Note/powernow-k8-src.zip

Thanks for any support!

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Brian Murray
** Changed in: linux-meta (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux-meta (Ubuntu)
   Status: New => Triaged

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Leann Ogasawara
** Package changed: linux-meta (Ubuntu) => linux (Ubuntu)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-01 Thread thekip
I'm having the same problem, I have been undervolting my laptop since at
least feisty fawn which has always worked for me within an hour after
upgrading to a new version of Ubuntu. Unfortunately this is not possible
anymore because it is build in now.

I think, allthough I know it is easy to say this yet hard to get this
completely right, only the modules that are essential to booting should
be compiled in. Is there anyone who can tell if this is a big change? To
me it sounds like just a small fix?

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
For what it's worth, it is in commit
495f78bd6d8f7a5e35dd962031eb6e639d83e438, which IMHO should be reverted:

   UBUNTU: Build in CPU Frequency scaling drivers

Selecting the right CPU Frequency scaling driver is complicated from
userspace, involing a nasty shell script that attempts to guess by
grepping through /proc.

The kernel drivers themselves can adequately determine whether they
should be used, building them into the kernel will automatically select
the right one.

These aren't something you would want to unload either, you would
instead simply change the governor.

rtg - Added debian/abi/2.6.28-8.23/modules.ignore to accomodate the missing 
modules.

Signed-off-by: Scott James Remnant 
Signed-off-by: Tim Gardner 


- First of all, the kernel does not (and simply cannot) always adequately 
determine which one is the best driver to use for someones hardware (especially 
when choosing between speedstep-centrino and cpufreq-acpi). And even if it 
does, so would lets-modprobe-just-about-any-driver do. 

- They are something you would want to unload in realistic situations, 
especially since:
  * Some people prefer NOT to have a cpufreq driver, that's why it is a config 
option in the first place. There are systems known to consistently trigger a 
"pending-bit stuck" when using the powernow-k8 driver.

  * AFAIK the Ubuntu team wants to achieve a faster boottime, not
slower. Compiling in all drivers slow down booting noticeably. You don't
need them to boot either, so they can be postponed until a bit later.

  * Newer processors may not be supported until a new kernel is
distributed, unless a custom module can be loaded. This is true for AMD
0xf family processors with more than 1 low power state. Also for all
Black Edition AMD processors, the powernow-k8 driver does not support
using their unlocked multiplier and probably never will because AMD
doesn't want that feature in their powernow-k8 driver. The Linux-PHC
project provides such drivers that can be installed/maintained by the
DKMS.

  * You may want to use a modified module, that enables undervolting, to
maximize their battery life or reduce extreme heat by reducing the
processor's power consumption. The Linux-PHC project provides such
drivers. There is a large audience that uses them...

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
Tim Gardner is responsible for introducing this, assign him to this bug.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-11 Thread Arpad Kovacs
+1 from another AMD Turion and PHC user trying to reduce CPU temperature
(50C -> 30C) and extend battery life.

I would really like to keep using Ubuntu, but compiling a custom kernel
to enable undervolting is very time-consuming and could convince me to
switch to another distro.

Thanks in advance.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-30 Thread Schugy
I have a Raon Digital Everun Note UMPC and I need to replace the not
working powernow-k8 code with a code that at least makes the
conservative governor work.

Currently the Turion X2 TL-56 is always running at 1200 MHz instead of
800 MHz. This results in 70 minutes battery life instead of 115 mins.
I'm seriously considering to change to another distribution.

The code that is at least partially working (ondemand and userspace
crash the system) can be found here.
http://www.schugy.de/Linux/Raon%20Everun%20Note/powernow-k8-src.zip

Thanks for any support!

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Brian Murray
** Changed in: linux-meta (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux-meta (Ubuntu)
   Status: New => Triaged

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Leann Ogasawara
** Package changed: linux-meta (Ubuntu) => linux (Ubuntu)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-26 Thread balak
I am in the same boat as most ppl above. I have been using ubuntu since
breezy and undervolting the AMD Turion on my laptop since feisty.
Usually I check to make sure the usual suspects (X, suspend/hibernate)
have no issues before upgrading but did not think something basic as
acpi/powernow would be changed!

Undervolting saves battery life, cpu temperature and my hands (from
CTS).

It'll be good to have this back as a module and not in the kernel.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-01 Thread thekip
I'm having the same problem, I have been undervolting my laptop since at
least feisty fawn which has always worked for me within an hour after
upgrading to a new version of Ubuntu. Unfortunately this is not possible
anymore because it is build in now.

I think, allthough I know it is easy to say this yet hard to get this
completely right, only the modules that are essential to booting should
be compiled in. Is there anyone who can tell if this is a big change? To
me it sounds like just a small fix?

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-30 Thread Schugy
I have a Raon Digital Everun Note UMPC and I need to replace the not
working powernow-k8 code with a code that at least makes the
conservative governor work.

Currently the Turion X2 TL-56 is always running at 1200 MHz instead of
800 MHz. This results in 70 minutes battery life instead of 115 mins.
I'm seriously considering to change to another distribution.

The code that is at least partially working (ondemand and userspace
crash the system) can be found here.
http://www.schugy.de/Linux/Raon%20Everun%20Note/powernow-k8-src.zip

Thanks for any support!

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
For what it's worth, it is in commit
495f78bd6d8f7a5e35dd962031eb6e639d83e438, which IMHO should be reverted:

   UBUNTU: Build in CPU Frequency scaling drivers

Selecting the right CPU Frequency scaling driver is complicated from
userspace, involing a nasty shell script that attempts to guess by
grepping through /proc.

The kernel drivers themselves can adequately determine whether they
should be used, building them into the kernel will automatically select
the right one.

These aren't something you would want to unload either, you would
instead simply change the governor.

rtg - Added debian/abi/2.6.28-8.23/modules.ignore to accomodate the missing 
modules.

Signed-off-by: Scott James Remnant 
Signed-off-by: Tim Gardner 


- First of all, the kernel does not (and simply cannot) always adequately 
determine which one is the best driver to use for someones hardware (especially 
when choosing between speedstep-centrino and cpufreq-acpi). And even if it 
does, so would lets-modprobe-just-about-any-driver do. 

- They are something you would want to unload in realistic situations, 
especially since:
  * Some people prefer NOT to have a cpufreq driver, that's why it is a config 
option in the first place. There are systems known to consistently trigger a 
"pending-bit stuck" when using the powernow-k8 driver.

  * AFAIK the Ubuntu team wants to achieve a faster boottime, not
slower. Compiling in all drivers slow down booting noticeably. You don't
need them to boot either, so they can be postponed until a bit later.

  * Newer processors may not be supported until a new kernel is
distributed, unless a custom module can be loaded. This is true for AMD
0xf family processors with more than 1 low power state. Also for all
Black Edition AMD processors, the powernow-k8 driver does not support
using their unlocked multiplier and probably never will because AMD
doesn't want that feature in their powernow-k8 driver. The Linux-PHC
project provides such drivers that can be installed/maintained by the
DKMS.

  * You may want to use a modified module, that enables undervolting, to
maximize their battery life or reduce extreme heat by reducing the
processor's power consumption. The Linux-PHC project provides such
drivers. There is a large audience that uses them...

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
Tim Gardner is responsible for introducing this, assign him to this bug.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-11 Thread Arpad Kovacs
+1 from another AMD Turion and PHC user trying to reduce CPU temperature
(50C -> 30C) and extend battery life.

I would really like to keep using Ubuntu, but compiling a custom kernel
to enable undervolting is very time-consuming and could convince me to
switch to another distro.

Thanks in advance.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-26 Thread balak
I am in the same boat as most ppl above. I have been using ubuntu since
breezy and undervolting the AMD Turion on my laptop since feisty.
Usually I check to make sure the usual suspects (X, suspend/hibernate)
have no issues before upgrading but did not think something basic as
acpi/powernow would be changed!

Undervolting saves battery life, cpu temperature and my hands (from
CTS).

It'll be good to have this back as a module and not in the kernel.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-01 Thread thekip
I'm having the same problem, I have been undervolting my laptop since at
least feisty fawn which has always worked for me within an hour after
upgrading to a new version of Ubuntu. Unfortunately this is not possible
anymore because it is build in now.

I think, allthough I know it is easy to say this yet hard to get this
completely right, only the modules that are essential to booting should
be compiled in. Is there anyone who can tell if this is a big change? To
me it sounds like just a small fix?

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Brian Murray
** Changed in: linux-meta (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux-meta (Ubuntu)
   Status: New => Triaged

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Leann Ogasawara
** Package changed: linux-meta (Ubuntu) => linux (Ubuntu)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-01 Thread thekip
I'm having the same problem, I have been undervolting my laptop since at
least feisty fawn which has always worked for me within an hour after
upgrading to a new version of Ubuntu. Unfortunately this is not possible
anymore because it is build in now.

I think, allthough I know it is easy to say this yet hard to get this
completely right, only the modules that are essential to booting should
be compiled in. Is there anyone who can tell if this is a big change? To
me it sounds like just a small fix?

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-30 Thread Schugy
I have a Raon Digital Everun Note UMPC and I need to replace the not
working powernow-k8 code with a code that at least makes the
conservative governor work.

Currently the Turion X2 TL-56 is always running at 1200 MHz instead of
800 MHz. This results in 70 minutes battery life instead of 115 mins.
I'm seriously considering to change to another distribution.

The code that is at least partially working (ondemand and userspace
crash the system) can be found here.
http://www.schugy.de/Linux/Raon%20Everun%20Note/powernow-k8-src.zip

Thanks for any support!

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-26 Thread balak
I am in the same boat as most ppl above. I have been using ubuntu since
breezy and undervolting the AMD Turion on my laptop since feisty.
Usually I check to make sure the usual suspects (X, suspend/hibernate)
have no issues before upgrading but did not think something basic as
acpi/powernow would be changed!

Undervolting saves battery life, cpu temperature and my hands (from
CTS).

It'll be good to have this back as a module and not in the kernel.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Brian Murray
** Changed in: linux-meta (Ubuntu)
   Importance: Undecided => Low

** Changed in: linux-meta (Ubuntu)
   Status: New => Triaged

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-04-06 Thread Leann Ogasawara
** Package changed: linux-meta (Ubuntu) => linux (Ubuntu)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-06-01 Thread thekip
I'm having the same problem, I have been undervolting my laptop since at
least feisty fawn which has always worked for me within an hour after
upgrading to a new version of Ubuntu. Unfortunately this is not possible
anymore because it is build in now.

I think, allthough I know it is easy to say this yet hard to get this
completely right, only the modules that are essential to booting should
be compiled in. Is there anyone who can tell if this is a big change? To
me it sounds like just a small fix?

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
For what it's worth, it is in commit
495f78bd6d8f7a5e35dd962031eb6e639d83e438, which IMHO should be reverted:

   UBUNTU: Build in CPU Frequency scaling drivers

Selecting the right CPU Frequency scaling driver is complicated from
userspace, involing a nasty shell script that attempts to guess by
grepping through /proc.

The kernel drivers themselves can adequately determine whether they
should be used, building them into the kernel will automatically select
the right one.

These aren't something you would want to unload either, you would
instead simply change the governor.

rtg - Added debian/abi/2.6.28-8.23/modules.ignore to accomodate the missing 
modules.

Signed-off-by: Scott James Remnant 
Signed-off-by: Tim Gardner 


- First of all, the kernel does not (and simply cannot) always adequately 
determine which one is the best driver to use for someones hardware (especially 
when choosing between speedstep-centrino and cpufreq-acpi). And even if it 
does, so would lets-modprobe-just-about-any-driver do. 

- They are something you would want to unload in realistic situations, 
especially since:
  * Some people prefer NOT to have a cpufreq driver, that's why it is a config 
option in the first place. There are systems known to consistently trigger a 
"pending-bit stuck" when using the powernow-k8 driver.

  * AFAIK the Ubuntu team wants to achieve a faster boottime, not
slower. Compiling in all drivers slow down booting noticeably. You don't
need them to boot either, so they can be postponed until a bit later.

  * Newer processors may not be supported until a new kernel is
distributed, unless a custom module can be loaded. This is true for AMD
0xf family processors with more than 1 low power state. Also for all
Black Edition AMD processors, the powernow-k8 driver does not support
using their unlocked multiplier and probably never will because AMD
doesn't want that feature in their powernow-k8 driver. The Linux-PHC
project provides such drivers that can be installed/maintained by the
DKMS.

  * You may want to use a modified module, that enables undervolting, to
maximize their battery life or reduce extreme heat by reducing the
processor's power consumption. The Linux-PHC project provides such
drivers. There is a large audience that uses them...

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-10 Thread David Gaarenstroom
Tim Gardner is responsible for introducing this, assign him to this bug.

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) => Tim Gardner (timg-tpi)

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 355232] Re: acpi-cpufreq/powernow-k8 should not be built-in into the kernel image

2009-07-11 Thread Arpad Kovacs
+1 from another AMD Turion and PHC user trying to reduce CPU temperature
(50C -> 30C) and extend battery life.

I would really like to keep using Ubuntu, but compiling a custom kernel
to enable undervolting is very time-consuming and could convince me to
switch to another distro.

Thanks in advance.

-- 
acpi-cpufreq/powernow-k8 should not be built-in into the kernel image
https://bugs.launchpad.net/bugs/355232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs