Asus BTF Power detector plus

SlipperSlapper

New Member
Joined
Jul 10, 2026
Messages
1
Reaction score
0
Credits
21
Hello everyone! I'm looking to switch to Linux but the only thing holding me back is I have an Asus BTF GPU and motherboard. When I connected the GPU via typical 12v2x6 connector I could see and setup alerts on hwinfo but now using asus BTF GC-HPWR motherboard connection it doesn't work. I read you can setup the power detector on hwinfo for Linux but is there a way to get hwinfo or something else to show the pin power? I also read Asus GPU tweak 3 doesn't work on Linux which I'd prefer to not have to deal with Asus software but between the power detector and the fact they removed I think it was the GPU software and firmware updates from their website and only available via armoury crate I feel kind of stuck but biggest priority for now is the power detector on Linux and I can worry about everything else later on.

Still not sure on which os I'll use but I don't need much. I just want my PC to be mine again without all the telemetry and data logging that works for Nvidia gaming, local ai and local stable diffusion and of course, no id verification but I want to ensure my PC isn't melting or going to catch fire and id like to have access to the safety feature I paid for.

Thank you for your time. I have scoured the internet, Reddit, posted a few times on different pages and nothing yet. I also searched these forums but didn't see anything so if I missed it then let me know and I'll take a look!
 


perhaps I'm misunderstanding this but you want to see how much power the card is actively drawing at any given point in time - and then script an alert if it breaches some predetermined wattage threshold?

according to the power of the (AI assisted) internet:

for nvidia:
Code:
nvidia-smi -q -d POWER
will return real-time power draw in watts.

for amd:
navigate to /sys/class/drm/cardX/device/hwmon/hwmon* (cardX = whatever it is for your display adapter - mine is card1)
read the power1_input using the cat command - ie: cat power1_input to get the real-time power draw in milliwatts

alternately, you could install the i2c-tools package and then use i2cdetect to probe the ic2 bus to find a given device (you'll need to look up the specifics for your GPU, whatever it is). here's some info on it --> https://manpages.debian.org/trixie/i2c-tools/i2cdetect.8.en.html

I'd recommend Arch (vanilla or a derivative distro) but a lot of folks here will recommend Debian based distros, or Fedora based. find one that works for your hardware.
 


Follow Linux.org

Members online


Latest posts

Top