Results 1 to 5 of 5

Thread: AMD 7965WX CPU is not thermally throttling in Ubuntu 23.10

  1. #1
    Join Date
    Apr 2024
    Beans
    3

    AMD 7965WX CPU is not thermally throttling in Ubuntu 23.10

    My CPU (AMD 7965WX) is not properly thermally throttling, and is exceeding the max operating temperature of 95C without throttling (it has gotten as high as 98 before I shut it off). I am running Ubuntu 23.10, and using an ASUS WRX90E-SAGE motherboard.

    If I run CPU intensive processes that max out all cores (especially if my dual GPUs are running heavy loads at the same time), I can quickly exceed the maximum temp. I'm worried that my CPU is going to get damaged.

    When I look at /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors there are only "powersave" and "performance" available ("powersave" is what it is currently set to).

    Also, when I try to set to "performance" governor in /etc/init.d/cpufrequtils and reboot, it has no effect. It just stays in "powersave" mode (which I understand will not throttle).

    How can I ensure that my CPU will not exceed a specified temperature threshold (ideally ~92C or less)? Is there any way to also throttle the GPUs when CPU temps are too high?

  2. #2
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,521
    Distro
    Ubuntu Development Release

    Re: AMD 7965WX CPU is not thermally throttling in Ubuntu 23.10

    Is thermald running on your computer? What do you get for:

    Code:
    systemctl status --lines=50 thermald
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  3. #3
    Join Date
    Apr 2024
    Beans
    3

    Re: AMD 7965WX CPU is not thermally throttling in Ubuntu 23.10

    Code:
    username@ML-tower:~$ systemctl status --lines=50 thermald
    
    ○ thermald.service - Thermal Daemon Service 
         Loaded: loaded (/lib/systemd/system/thermald.service; enabled; preset: enabled) 
         Active: inactive (dead) since Mon 2024-04-22 14:34:09 PDT; 26min ago 
        Process: 1878 ExecStart=/usr/sbin/thermald --systemd --dbus-enable --adaptive (code=exited, status=0/SUCCESS) 
       Main PID: 1878 (code=exited, status=0/SUCCESS) 
            CPU: 11ms 
    
    Apr 22 14:34:09 ML-tower systemd[1]: Starting thermald.service - Thermal Daemon Service... 
    Apr 22 14:34:09 ML-tower thermald[1878]: Unsupported cpu model or platform
    Apr 22 14:34:09 ML-tower systemd[1]: thermald.service: Deactivated successfully. 
    Apr 22 14:34:09 ML-tower systemd[1]: Started thermald.service - Thermal Daemon Service.
    
    Just to reiterate: this CPU (AMD 7965WX) is definitely compatible with my motherboard (Asus WRX90E-SAGE), so I am not using an incompatible CPU.
    Last edited by jferments; 1 Week Ago at 12:08 AM.

  4. #4
    Join Date
    Feb 2011
    Location
    Coquitlam, B.C. Canada
    Beans
    3,521
    Distro
    Ubuntu Development Release

    Re: AMD 7965WX CPU is not thermally throttling in Ubuntu 23.10

    It is a fairly new processor. I suspect you need a newer kernel. As a test, you might want to try Ubuntu 24.04, which is due to be released later this week, I think.
    Any follow-up information on your issue would be appreciated. Please have the courtesy to report back.

  5. #5
    Join Date
    Jun 2007
    Beans
    14,796

    Re: AMD 7965WX CPU is not thermally throttling in Ubuntu 23.10

    Personally, I think you should be able to run your CPU at full load all day and night without throttling (assuming you're not overclocking). If you can't, your cooling setup is inadequate.
    A newer kernel may allow better load balancing and throttling, but if it doesn't, I'd turn off turbo boost until things are sorted and you can get better cooling.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •