Skip to content

Instantly share code, notes, and snippets.

@mp107
Created December 4, 2020 17:07
Show Gist options
  • Save mp107/334640b6eb4a555461003ee87ec3cf9a to your computer and use it in GitHub Desktop.
Save mp107/334640b6eb4a555461003ee87ec3cf9a to your computer and use it in GitHub Desktop.
Intel WLAN (iwlwifi) temperature
# WLAN temp.
# Find thermal zone ID
# cat /sys/class/thermal/thermal_zone*/type
# ...
# iwlwifi
# ...
# Read value
echo "WLAN temp.: $(expr $(cat /sys/class/thermal/thermal_zone1/temp) / 1000) C"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment