Announcement

Collapse
No announcement yet.

Linux 6.1 HWMON Nukes The Short-Lived ASUS Driver, Other Monitoring Improvements

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux 6.1 HWMON Nukes The Short-Lived ASUS Driver, Other Monitoring Improvements

    Phoronix: Linux 6.1 HWMON Nukes The Short-Lived ASUS Driver, Other Monitoring Improvements

    Among the early pull requests sent in for the now-open Linux 6.1 merge window was the hardware monitoring "HWMON" subsystem updates...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Hello,

    i am realtive new to the topic. Hope you can help me.

    If i install Ubuntu 22.04 fresh. What do i need to do to get the readings out of HWMON? Example with ROG STRIX B550-E GAMING.

    With "psensor" i only get temps of cpu cores, ssd's. only basic stuff.

    Thanks!​

    Comment


    • #3
      Originally posted by 3iswolf View Post
      Hello,

      i am realtive new to the topic. Hope you can help me.

      If i install Ubuntu 22.04 fresh. What do i need to do to get the readings out of HWMON? Example with ROG STRIX B550-E GAMING.

      With "psensor" i only get temps of cpu cores, ssd's. only basic stuff.

      Thanks!​
      1. Install latest Mainline "stable" kernel >> https://ubuntuhandbook.org/index.php...tu-linux-mint/
      2. If you don't want to do that, or a scared to do it, open in a text editor as admin:
      • Code:
        /etc/default/grub
        and edit it as an admin.
      • Look for
        Code:
        GRUB_CMDLINE_LINUX=
        and make it like this >>>
        Code:
        GRUB_CMDLINE_LINUX="acpi_enforce_resources=lax"
      • save the file
      • Then execute >>>
        Code:
        $ sudo update-grub
      • restart/reboot

      Comment


      • #4
        i wonder if https://github.com/Fred78290/nct6687d will ever be added too. it helps a lot of msi boards like my b550 tomahawk have proper readings with its sensors.

        Comment


        • #5
          Originally posted by DanglingPointer View Post
          1. Install latest Mainline "stable" kernel >> https://ubuntuhandbook.org/index.php...tu-linux-mint/
          2. If you don't want to do that, or a scared to do it, open in a text editor as admin:
          • Code:
            /etc/default/grub
            and edit it as an admin.
          • Look for
            Code:
            GRUB_CMDLINE_LINUX=
            and make it like this >>>
            Code:
            GRUB_CMDLINE_LINUX="acpi_enforce_resources=lax"
          • save the file
          • Then execute >>>
            Code:
            $ sudo update-grub
          • restart/reboot
          This should do it too.
          Code:
          $ sudo kernelstub -a "acpi_enforce_resources=lax"
          Code:
          $ sudo update-grub
          reboot

          Comment

          Working...
          X