Search results for query: hint.acpi_throttle.0.disabled="0"

  1. The following words were not included in your search because they are too short, too long, or too common: 0, 0
  1. CiotBSD

    Dell Alienware AW13 - FBSD 11p3 - no wifi

    Hi, all For the Dell Alienware AW13, the embedded wifi is an "Qualcomm Atheros QCA6174": Show these outputs commands: # pciconf -lv | egrep -i -A3 "none" none0@pci0:0:4:0: class=0x118000 card=0x06831028 chip=0x0a038086 rev=0x0b hdr=0x00 vendor = 'Intel Corporation' class =...
  2. Vctrsnts

    Solved Install FreeBSD on laptop

    Hi. Solution, Solution :), I thinking yes, but... I use this : In file /etc/rc.conf powerd_enable="NO" performance_cx_lowest="Cmax" economy_cx_lowest="Cmax" In file /boot/loader.conf hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 drm.i915.enable_rc6=7 coretemp_load="YES" And...
  3. A

    FreeBSD 11 Install ends in black screen

    What I was suggesting is to install 10.3, which seems to work, and test things like kern.vty=vt in FreeBSD 10.3, and others, until you find what is the problem. Additionally you can get some more info while running 10.3, like dmesg and other hints, which is something you can't do from FreeBSD...
  4. lin

    Battery sucked quickly

    ...The module had already been loaded and error I had with powerd was solved by changing the value of these lines within /boot/device.hints: hint.acpi_throttle.0.disabled="0" hint.p4tcc.0.disabled="0" Change 1 to 0,But I do not understand why I have a high consumption. :( I'm using Fluxbox o_O
  5. B

    No Audio on my system

    shepper please help once more. I had to do a fresh install of FreeBSD because building some ports I setup a circular dependency that would run until my computer died. Anyways that's sorted out now but my audio no longer works, even with the edits you showed above. I tried but I am making some...
  6. fscorrea

    Intel HDA - Noise and GPIO Configs

    Hello everyone. I have some experience with Linux and now I'm trying FreeBSD for the first time, along with ArchLinux (dual-boot) just in case. I had trouble configuring my audio settings. At first, my front panel had no output at all. I'm using a headset plugged on it. Google and snd_hda...
  7. A

    System does not power off on FreeBSD 10.3

    I have experienced a similar but not identical problem when switching from 10.1 to 10.2 on an old machine, in my case the problem was related to a setting in device.hints: hint.acpi_throttle.0.disabled="1" The removal of this flag was described in 10.2 release notes: "Throttling via ACPI and...
  8. FzZzT

    powerd not working with fitlet-i (AMD A4-6400T)

    Interestingly, with hint.acpi_throttle.0.disabled="1" in /boot/loader.conf, powerd stops working. Maybe 10.2 and 10.3 disable it by default? I also noticed a couple reboots while powerd was running, so maybe it isn't stable with that anyway...the one time I was watching when this happened...
  9. FzZzT

    powerd not working with fitlet-i (AMD A4-6400T)

    powerd does not work with either 10.3 or 10.2. Both versions produce the same error regardless of having hint.acpi_throttle.0.disabled="1" in /boot/loader.conf: powerd: no cpufreq(4) support -- aborting: No such file or directory However 10.1 seems to work, even without adding the hint to...
  10. K

    CPU power Management

    On any CPU that supports EIST you should keep those disabled.
  11. User23

    CPU power Management

    It is old but still offers the right information: https://wiki.freebsd.org/TuningPowerConsumption On FreeBSD 10.3 hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 is disabled by default
  12. B

    CPU freq_levels

    ...but probably somewhere defaults have changed. Adding this to /boot/loader.conf solves it: hint.p4tcc.0.disabled="0" hint.acpi_throttle.0.disabled="0" Sysctl output: # sysctl dev.cpu dev.cpu.1.cx_usage: 100.00% last 6212us dev.cpu.1.cx_lowest: C1 dev.cpu.1.cx_supported: C1/1/0...
  13. SirDice

    Problems booting after upgrade to 10.3

    I'd start by removing these from loader.conf: hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 drm.i915.enable_rc6=7 hw.pci.do_power_nodriver=3
  14. T

    Powerd fails to boot the system, help!

    ...No such file or directory /etc/rc: WARNING: failed to start powerd. And proceeded in this manner and does not give a result. # ee /boot/device.hints hint.acpi_throttle.0.disabled="0" hint.p4tcc.0.disabled="0" # Or: # ee /boot/loader.conf performance_cx_lowest="Cmax" economy_cx_lowest="Cmax" #
  15. wblock@

    Skylake Power Management on 10.3

    A Haswell system here seems to do okay with these settings. Even in X, it drops to 754MHz when idle. /boot/loader.conf aesni_load="YES" coretemp_load="YES" drm.i915.enable_rc6=7 hwpmc_load="YES" hint.p4tcc.0.disabled="1" hint.acpi_throttle.0.disabled="1" hw.acpi.cpu.cx_lowest="cmax"...
  16. freebsdknowledge

    Xfce Audio not working on FreeBSD 10.2 x64 + XFCE

    Just for update reasons... I have installed x11/gnome3 and x11/gdm, no problem until here. I've read the section "7.2. Setting Up the Sound Card" in FreeBSD Handbook and the book instructs to add a line snd_hda_load="YES" to /boot/loader.conf. I will post my files, dmesg | grep pcm and cat...
  17. K

    Suspect system reboot

    You can make powerd work again by using these loader.conf entries: hint.acpi_throttle.0.disabled="0" hint.p4tcc.0.disabled="0" However, the advice I got on freebsd-stable is that those settings are not helping much with actual power consumtion on Intel Atoms. This document explains it in...
  18. mickey

    Is it a bug of 10.2-RELEASE?

    Just encountered the same problem. Apparently support for ACPI CPU throttling and Intel p4tcc has recently been disabled by default. To re-enable support for these, check your /boot/device.hints for the following lines and set one or both to "0", then reboot. hint.acpi_throttle.0.disabled="1"...
  19. zwieblum

    Solved CPU consumes more energy after upgrade from 10.1. to 10.2

    In the meantime I found that I had to add this line to /boot/loader.conf hint.acpi_throttle.0.disabled=0 Now the cpufrequency drops to 100 MHz when idle :-)
  20. H

    CPU overheating on ASUS X401A

    Well, the up-to-date kernel is still overheating... :( On CentOS6, with the same running environment (XFCE + firefox), I get this: Core 0: +56.0°C (high = +86.0°C, crit = +100.0°C) Core 1: +57.0°C (high = +86.0°C, crit = +100.0°C) This is 30°C lower. So I tried to disable...
Back
Top