Skip to content

Instantly share code, notes, and snippets.

@foxhoundsk
Created September 1, 2022 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foxhoundsk/fcedcea96cd9e238ba7092f68643887b to your computer and use it in GitHub Desktop.
Save foxhoundsk/fcedcea96cd9e238ba7092f68643887b to your computer and use it in GitHub Desktop.
TLP 1.5 X550JX
$ sudo tlp-stat --psup
--- TLP 1.5.0 --------------------------------------------
+++ Power supply diagnostic
/sys/class/power_supply/AC0/type: Mains
/sys/class/power_supply/AC0/usb_type: (not available)
/sys/class/power_supply/AC0/online: 1
/sys/class/power_supply/AC0/voltage_max: (not available)
/sys/class/power_supply/AC0/voltage_min: (not available)
/sys/class/power_supply/AC0/voltage_now: (not available)
/sys/class/power_supply/AC0/present: (not available)
/sys/class/power_supply/AC0/charge_control_start_threshold: (not available)
/sys/class/power_supply/AC0/charge_control_end_threshold: (not available)
/sys/class/power_supply/AC0/status: (not available)
/sys/class/power_supply/AC0/device/path: \_SB_.PCI0.AC0_
/sys/class/power_supply/BAT0/type: Battery
/sys/class/power_supply/BAT0/usb_type: (not available)
/sys/class/power_supply/BAT0/online: (not available)
/sys/class/power_supply/BAT0/voltage_max: (not available)
/sys/class/power_supply/BAT0/voltage_min: (not available)
/sys/class/power_supply/BAT0/voltage_now: 14800000
/sys/class/power_supply/BAT0/present: 1
/sys/class/power_supply/BAT0/charge_control_start_threshold: (not available)
/sys/class/power_supply/BAT0/charge_control_end_threshold: (not available)
/sys/class/power_supply/BAT0/status: Not charging
/sys/class/power_supply/BAT0/device/path: \_SB_.PCI0.BAT0
+++ udev diagnostic
Reading rules file: /usr/lib/udev/rules.d/85-tlp.rules
run: '/usr/bin/tlp auto'
OK.
=============manually seperated====================
$ sudo tlp-stat -b -s
--- TLP 1.5.0 --------------------------------------------
+++ System Info
System = ASUSTeK COMPUTER INC. 1.0 X550JX
BIOS = X550JX.209
OS Release = Arch Linux
Kernel = 5.19.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 29 Aug 2022 15:51:05 +0000 x86_64
/proc/cmdline = BOOT_IMAGE=/vmlinuz-linux root=UUID=97cd8d25-1cb1-4894-b627-a91ffac2321e rw loglevel=3 quiet
Init system = systemd
Boot mode = UEFI
+++ TLP Status
State = enabled
RDW state = not installed
Last run = 06:46:14 PM, 13093 sec(s) ago
Mode = AC
Power source = AC
Error: tlp.service is not enabled, power saving will not apply on boot.
>>> Invoke 'systemctl enable tlp.service' to correct this!
Warning: systemd-rfkill.service is not masked, radio device switching may not work as configured.
>>> Invoke 'systemctl mask systemd-rfkill.service' to correct this.
Warning: systemd-rfkill.socket is not masked, radio device switching may not work as configured.
>>> Invoke 'systemctl mask systemd-rfkill.socket' to correct this.
+++ Battery Care
Plugin: asus
Supported features: none available
Driver usage:
* natacpi (asus_wmi) = inactive (laptop not supported)
+++ Battery Status: BAT0
/sys/class/power_supply/BAT0/manufacturer = ASUSTeK
/sys/class/power_supply/BAT0/model_name = ASUS Battery
/sys/class/power_supply/BAT0/cycle_count = 0 (or not supported)
/sys/class/power_supply/BAT0/energy_full_design = 42920 [mWh]
/sys/class/power_supply/BAT0/energy_full = 42905 [mWh]
/sys/class/power_supply/BAT0/energy_now = 42905 [mWh]
/sys/class/power_supply/BAT0/power_now = 0 [mW]
/sys/class/power_supply/BAT0/status = Not charging
Charge = 100.0 [%]
Capacity = 100.0 [%]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment