Skip to content

carnivuth/fix_thinkpad_battery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIX THINKPAD BDPROCHOT CPU ISSUE

A small utility to fix bdprochot signal in thinkpad cpus, this script derives from this one. I have added a systemd target to run the script at startup and a PKGBUILD file for creating an arch package

INSTALLATION FROM RELEASE

download the package from the releases section and install it using pacman

cd /tmp
fbd_version="1.0.0" # change this to the desired version
curl -LO "https://github.com/carnivuth/fix_thinkpad_battery/releases/download/$fbd_version/fix_thinkpad_battery-1.0.0-1-x86_64.pkg.tar.zst"
sudo pacman -U fix_thinkpad_battery-1.0.0-1-x86_64.pkg.tar.zst

INSTALLATION FROM SOURCE

clone repository and run the mkpkg command to build and install the package

cd /tmp
git clone https://github.com/carnivuth/fix_thinkpad_battery
cd fix_thinkpad_battery
sudo mkpkg -si

About

A small utility to fix bdprochot signal in thinkpad cpus

Topics

Resources

Stars

Watchers

Forks

Contributors