Powertop Auto Tune On Boot

  1. I run `powertop -auto-tune` each boot with a simple systemd service. As long as there are no problems with the hardware I don't see a reason why not to. Originally posted by Adarion View Post. I usually make a script from powertop (e.g. Also via the html export) and use that during startup (on desktops, thin clients and laptops alike).
  2. The next picture below shows the ubuntu-booted system after running powertop 2.7. Now the power usage ranges between about 1-7 watts. So much improved but still much higher than it should be. The package Cstates are much improved. Now the system can hit C3, C7, and C10. But I have to run 'powertop -auto-tune' every time I boot.
  3. You can use the -auto-tune feature from powertop which sets all tunable options to their GOOD setting. This can be combined with systemd service to have the tunables set on boot. This can be combined with systemd service to have the tunables set on boot.
  4. # systemctl enable powertop # systemctl start powertop. The next time you boot the system, the buzz will be gone. Might want to run with –calibrate first. If powertop doesn’t work, another way (reduces battery life slightly) is to add processor.maxcstate=2 to the linux line in grub.cfg, using this guide.
  1. Powertop Auto Tune
  2. Powertop Auto Tune On Startup
  3. Powertop Auto Tune Startup
  4. Powertop Auto Tune On Booth
< Libreboot
Note: This guide will be merged with the official Libreboot documentation. Please update your links.
The ThinkPad X60, X60T, and X60s.

The ThinkPad X60 is the first Libreboot laptop, and the only laptop series where every motherboard is guaranteed to work with Libreboot (no ATI GPUs, all LCDs work out of the box, etc.).

Good point about -auto-tune but settings are gone after a reboot. As per their user guide. Keep in mind that these settings will be reset after you boot the system. I added a section to the guide to use -auto-tune with a systemd unit file to start on boot per ot4con's comment below. Dec 18, 2015  powertop -auto-tune. Persist after boot You can use the following systemd unit file to simply make powertop a systemd-controlled service. Cat /etc/systemd/system/powertop.service tunings Service Type=idle ExecStart=/usr/sbin/powertop -auto-tune Install WantedBy=multi-user.target EOF systemctl enable powertop. Running Powertop You can run powertop.

Briefing[edit]

  • All ThinkPad X60/X60s/X60 Tablet motherboards support Libreboot, since none of them have an ATI GPU.
  • The ThinkPad X60 series supports software BIOS flashing.
    • No hardware flashing is necessary, unless you accidentally brick the BIOS.
  • You must install GNU/Linux before installing Libreboot. Here's a list of FSF-approved distros.
  • In order to use an FSF-approved GNU/Linux distro, you must replace the Intel 3945abg Wifi Card; since it uses proprietary drivers.
    • We recommend an Atheros ath9k Wireless-N miniPCI card. Other wifi cards with open source drivers are listed at h-node.
    • You will need to remove the keyboard and palmrest in order to replace the miniPCI card. If you're not brave enough to do this, just buy a USB dongle.
    • Don't plug in the new miniPCI card until Libreboot is installed, or your laptop will not boot (due to pesky miniPCI whitelisting).
    • Until Libreboot is installed, you must use an Ethernet cable to connect to the internet, or transfer data via a USB drive.

Download Libreboot[edit]

  1. Download the latest Libreboot Binaries.
  2. Open a Terminal and navigate to the Downloads folder (or wherever else)
  3. Extract the Libreboot folder:
  4. Navigate to the libreboot_bin folder:

Install and Make Dependencies[edit]

The flashrom and bucts programs require a few dependencies. Install them automatically with the Libreboot builddeb scripts.

  • For DEB-based distros (Trisquel, Ubuntu, Debian, etc):
  • sudo ./deps-trisquel
  • For Arch-based distros (Parabola, Arch Linux, etc):
  • sudo ./deps-parabola
  • Other Linux distros will need to find the corresponding dependencies on their own.

Next, we actually have to build flashrom and bucts from source code. The Libreboot developers have made a nice build script that does this automatically:

Find the Right ROM[edit]

Under the bin/ folder in libreboot_bin/, there are a multitude of Libreboot ROMs sorted by motherboard.

Choose the ROM with your laptop's keyboard layout (US or UK, QWERTY or DVORAK). For ThinkPads, choose a serial ROM if dock and serial port support is needed.

  • bin/x60/ - ThinkPad X60/X60s
  • bin/x60t/ - ThinkPad X60 Tablet

Once you know which ROM to use, remember it's directory path for the next step (ex. bin/x60/libreboot_serial_usqwerty.rom )

Check the ROMs section from the official Libreboot Documentation for the latest list.

Back up Original BIOS[edit]

If you choose to make a backup, click [Expand] on the right and follow the directions.

  1. From the libreboot_bin/ folder, enter the flashrom/ folder.
  2. Run both of these commands to backup the BIOS to factory.bin (don't panic, nothing is being installed):
  1. If a factory.bin file was created in the flashrom/ folder, the Lenovo BIOS has been backed up successfully. If not, try the commands again. Copy this dump to a safe place.
  2. Return to the libreboot_bin/ folder.

Libreboot First Flash[edit]

If you are flashing Libreboot for the first time, on an unmodified ThinkPad running Lenovo's BIOS, you will need to follow this special process.

  1. Run the first flash script for Lenovo BIOSes:
  2. Wait for the process to finish. Expect to see 'critical errors' during flashing, but don't panic; proceed to the next step to check if the flash ran correctly.
  3. The line below is displayed if bucts 1 was enabled successfully.

Powertop Auto Tune

  1. The following 'errors' are displayed if flashrom installed Libreboot correctly. The output must be very similar (later versions of flashrom may have minor differences).
  1. If the 'errors' closely match the lines above, shut down the laptop (don't restart).
  2. Wait a few seconds, and then boot. Libreboot will start up.
  3. Use the Search for GRUB configuration on local storage option if the normal menu options don't work.
  4. After booting into Linux, proceed to Libreboot Second Flash.
  • Source: Flashrom Mailing List - ThinkPad X60: Is it safe to reboot with errors in flashrom?

Enable Trackpoint[edit]

On a few rare X60 variants, the Trackpoint mouse might not work out of the box. Not to worry though, just use nvramtool with the Libreboot package to enable it.

  1. Boot and log into Linux. (you may need to use text mode, find keyboard shortcuts)
  2. Open a Terminal (somehow.. without the mouse. Hopefully you have Yakuake installed!)
  3. Navigate to the libreboot_bin/nvramtool folder.
  4. Build nvramtool with make .
  5. Use nvramtool to enable the TrackPoint mouse.
  6. Reboot the laptop (using sudo reboot), and the TrackPoint will be enabled. If it still doesn't work, try this command instead:
  • Source: Libreboot Documentation - Enable X60 Trackpoint

Libreboot Second Flash[edit]

Now that Libreboot has been installed and is up and running, it must be flashed a second time to fully remove the Lenovo BIOS.

Powertop Auto Tune On Boot
  1. Open a Terminal and navigate to the libreboot_bin directory.
  2. Run the following command to flash Libreboot a second time.
  1. The following line will be displayed if bucts was set back to 0 again. If it was not set to 0, run the script again.
  2. The following should also be displayed, without any errors:
  3. Shut down again, wait a few seconds, and then boot. Libreboot has been successfully installed.
  • Source: Libreboot Documentation - Installing Libreboot a Second Time on ThinkPad X60/T60 systems

Replace the WiFi Card[edit]

If you are planning on using Trisquel or some other FSF-approved GNU/Linux distro, you must replace the Intel mPCI wifi card with an Atheros Wireless-N mPCI card ($10-15).

The Intel card requires proprietary blobs, makes the palmrest extremely hot, and only supports the slower Wireless-G anyway; so it's well worth the upgrade.

  1. Follow this guide for the X60/X60s or the HMM for the X60 tablet to remove the palmrest.
  2. Remove the Intel 3945bgn WiFi Card.
  3. Replace it with an Atheros Wireless-N MiniPCI card.

(needs more info and photos)

Updating Libreboot or Installing Custom ROMs[edit]

In the future, if you ever want to update Libreboot on the X60 (or restore the factory BIOS), follow this process.

  1. Download and extract the latest Libreboot binary release.
  2. Open a Terminal, and navigate to the libreboot_bin directory.
  3. Run the following command to flash your chosen rom:
  1. The following should be displayed, without any errors:
  2. Shut down again, wait a few seconds, and then boot. Libreboot has been successfully updated.
  • Source: Libreboot Documentation - Installing Libreboot a Second Time on ThinkPad X60/T60 systems

Remove High Pitched Whining Noise[edit]

There might be a high pitched whining noise coming from the CPU at times, so if it bothers you, follow this procedure to get rid of it:

Installing PowerTop[edit]

First, install powertop from the repositories:

Ewql symphonic orchestra vst download full. Now you can use this command to kill that noise:

You can also run it without parameters and then go into 'Tunables' and set everything to 'Good'

Powertop - Start automatically at boot time (Trisquel 6)[edit]

Included with the libreboot release is a script called powertop.trisquel6. Run this and it will setup powertop to run with --auto-tune at boot time. Load the file in your text editor to see how it does that.

  • Source: Libreboot Docs - Remove High Pitched Whining Noise on Ubuntu/Debian/Trisquel

Powertop for Arch Linux/Parabola[edit]

  1. Become root:
  2. Install powertop:
  3. Add the following to /etc/systemd/system/powertop.service :

Powertop Auto Tune On Startup

Finally, enable powertop in systemd:

The next time you boot the machine, the buzz will be gone.

Powertop Cannot Load from File[edit]

Powertop Auto Tune Startup

Powertop will not work immediately, it has to collect measurement data before implementing it's features, which will be stored in /var/cache/powertop/saved_parameters.powertop Leave the laptop running on battery for a while, and Powertop will figure something out sooner or later.

  • Source: Arch Linux Wiki - Powertop

Sources[edit]

Powertop Auto Tune On Booth

Retrieved from 'https://en.wikibooks.org/w/index.php?title=Libreboot/ThinkPad_X60&oldid=3022817'