I have a laptop powered via the A/C Adapter, I have no battery. The problem I'm having is that the CPU frequency is locked in at the minimum frequency (800MHz) regardless of the load on the system. From my understanding this is due to not having a battery installed. Is there a way around this to make the system scale the frequency as it should?
As it is now the only way to get my system to run at its maximum frequency or any frequency above the minimum 800MHz is by manually setting the variable dev.cpu.0.freq to the desired frequency. I ran Linux on this system before trying FreeBSD and I was able to pass the following parameter to my boot loader via GRUB's configuration:
which stopped the CPU from being locked into the lowest frequency.
Is something like this possible with FreeBSD, or is that even advisable?
Thanks.
As it is now the only way to get my system to run at its maximum frequency or any frequency above the minimum 800MHz is by manually setting the variable dev.cpu.0.freq to the desired frequency. I ran Linux on this system before trying FreeBSD and I was able to pass the following parameter to my boot loader via GRUB's configuration:
Code:
processor.ignore_ppc=1
Is something like this possible with FreeBSD, or is that even advisable?
Thanks.