[Bug 108323] RX580 starts doing a constant noise after setting fans to a fixed value, then back to auto
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 11 04:01:10 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=108323
Bug ID: 108323
Summary: RX580 starts doing a constant noise after setting fans
to a fixed value, then back to auto
Product: DRI
Version: XOrg git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: DRM/AMDgpu
Assignee: dri-devel at lists.freedesktop.org
Reporter: bmilreu at gmail.com
I'm using the sysfs API with those steps:
To switch to manual fan control from automatic, run
# echo "1" > /sys/class/drm/card0/device/hwmon/hwmon0/pwm1_enable
Set up fan speed to e.g. 50% (100% are 255 PWM cycles, thus calculate desired
fan speed percentage by multiplying its value by 2.55):
# echo "128" > /sys/class/drm/card0/device/hwmon/hwmon0/pwm1
To reset to automatic fan control, run
# echo "2" > /sys/class/drm/card0/device/hwmon/hwmon0/pwm1_enable
My RX580 Nitro+ starts beeping a constant high pitched weird noise until I set
it back to a fixed value or until reboot. It doesn't happen if start on auto,
only after switching to a value then back to auto.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20181011/9e8dd676/attachment-0001.html>
More information about the dri-devel
mailing list