https://github.com/carnivuth/fix_thinkpad_battery
A small utility to fix bdprochot signal in thinkpad cpus
https://github.com/carnivuth/fix_thinkpad_battery
archlinux bdprochot systemd thinkpad
Last synced: about 2 months ago
JSON representation
A small utility to fix bdprochot signal in thinkpad cpus
- Host: GitHub
- URL: https://github.com/carnivuth/fix_thinkpad_battery
- Owner: carnivuth
- Created: 2024-12-30T10:52:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T11:36:43.000Z (over 1 year ago)
- Last Synced: 2025-02-23T19:43:01.049Z (over 1 year ago)
- Topics: archlinux, bdprochot, systemd, thinkpad
- Language: Shell
- Homepage: https://blog.carnivuth.org/blog/thinkpad_journey
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FIX THINKPAD BDPROCHOT CPU ISSUE
A small utility to fix bdprochot signal in thinkpad cpus, this script derives from [this one](https://github.com/yyearth/turnoff-BD-PROCHOT). 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`
```bash
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
```bash
cd /tmp
git clone https://github.com/carnivuth/fix_thinkpad_battery
cd fix_thinkpad_battery
sudo mkpkg -si
```