December 23, 20205 yr To get the fan sensors working (with system temp plugin) on the Vision G (and possibly other boards), sensors-detect Answer Yes to everything. With luck you'll see in the middle of all this, Trying family `ITE'... Yes Found unknown chip with ID 0x8688 Add to your go file (/config/go on the flash drive). This forces the 8688 to be recognized as an 8628 modprobe it87 force_id=0x8628 Reboot. You should have fan speeds showing once you detect the sensors in System Temp. If you don't, then try adding the following to the append line in syslinux.cfg acpi_enforce_resources=lax
December 29, 20205 yr Thanks Squid! Worked for me on my Gigabyte Z490 AORUS ELITE AC I did have to add the acpi_enforce_resources=lax to my syslinux.cfg
January 2, 20215 yr sadly that doesnt seem to work for my H470 motherboard. is there any ways to check what is going wrong and maybe try something else? This is in my go file now #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & modprobe it87 force_id=0x8628 modprobe i915 chmod 777 /dev/dri/* And this is my syslinux file. include /syslinux/syslinux.cfg append acpi_enforce_resources=lax System temp is still only detecting coretemp as the driver.
January 2, 20215 yr Author 1 minute ago, Pixel5 said: And this is my syslinux file. include /syslinux/syslinux.cfg append acpi_enforce_resources=lax Post the file. Based upon what you've typed, it's wrong unless you really abbreviated things.
January 2, 20215 yr 1 minute ago, Squid said: Post the file. Based upon what you've typed, it's wrong unless you really abbreviated things. syslinux.cfg this is the file i only added the one line the other was in there like that. The file is taken from thee flash drive /EFI/boot/ folder but i just found theres another one in another folder i guess you mean this one here? default menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label Unraid OS menu default kernel /bzimage append initrd=/bzroot i915.alpha_support=1 label Unraid OS GUI Mode kernel /bzimage append initrd=/bzroot,/bzroot-gui label Unraid OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode label Unraid OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode label Memtest86+ kernel /memtest
January 2, 20215 yr 1 hour ago, Squid said: Post the file. Based upon what you've typed, it's wrong unless you really abbreviated things. i have added it to the correct file now and im getting an error message on boot modprobe: ERROR : could not insert "it87" device or ressource busy Unraid boots fine but still nothing detected. Edit: also found somewhere else where someone had the problem they added ignore_resource_conflict=1 to the line but that also doesnt change anything for me sadly. Edited January 2, 20215 yr by Pixel5
January 5, 20215 yr @Pixel5 Install Config Editor through Apps. Open file /boot/syslinux/syslinux.cfg search for: label Unraid OS menu default kernel /bzimage append initrd=/bzroot i915.alpha_support=1 change it: label Unraid OS menu default kernel /bzimage append initrd=/bzroot i915.alpha_support=1 acpi_enforce_resources=lax Open File /boot/config/go Add as a new line modprobe it87 force_id=0x8628 Reboot.
January 5, 20215 yr @mgutt that did the trick, i already had all this in these files but i had the acpi_enforce_resources=lax in another line which somehow made it not work. Now i just gotta work out which PWM controller corresponds to which of my fans and im golden. @mgutt guess i was a little too fast to think im done here. i used pwmcontrol to find out which pwm output controls which fan and now i know PWM1 is FAN1 which is my CPU can and PWM2 is FAN2 which are all my case fans connected to a splitter. Now the problem is the fan speed plugin does a good job controlling the case fans but even when i disable control for PWM 1 it keeps the CPU fan pegged at 100% regardless of any temperatures. I was configured PWM1 with pwmconfig and as long as i have the terminal open and run fancontrol there everything is fine but when i close the window the CPU fan is pegged at 100% again. Is there any way to keep fan control running by itself? Edited January 5, 20215 yr by Pixel5
February 2, 20224 yr On 12/23/2020 at 6:32 PM, Squid said: To get the fan sensors working (with system temp plugin) on the Vision G (and possibly other boards), sensors-detect Answer Yes to everything. With luck you'll see in the middle of all this, Trying family `ITE'... Yes Found unknown chip with ID 0x8688 So what would the next step be if I am out of luck and it says Family `ITE`... NO
May 8, 20224 yr On 1/5/2021 at 2:28 PM, mgutt said: @Pixel5 Install Config Editor through Apps. Open file /boot/syslinux/syslinux.cfg search for: label Unraid OS menu default kernel /bzimage append initrd=/bzroot i915.alpha_support=1 change it: label Unraid OS menu default kernel /bzimage append initrd=/bzroot i915.alpha_support=1 acpi_enforce_resources=lax Open File /boot/config/go Add as a new line modprobe it87 force_id=0x8628 Reboot. @mgutt Thanks! Do I also need "i915.alpha_support=1" ? What does this do ? Do I need this ? This was not present in my file. Is it possible to control the fan via CPU Temp? Somehow its always remains off for me when I exclude all hard drives Edited May 8, 20224 yr by UNRA1DUser
December 24, 20223 yr On 5/8/2022 at 12:30 PM, UNRA1DUser said: Is it possible to control the fan via CPU Temp? Somehow its always remains off for me when I exclude all hard drives Not sure if it is the best idea to pick up on this old thread, but I have the exact same question. Controlling the fans just by HDD temp does not fit my use case at all. WOuld also aim for for CPU/MB temp @UNRA1DUser Did you find a solution?
December 24, 20223 yr Author Why not just use the fan profile settings in the BIOS??? Built-in and not dependent upon any software.
August 4, 20232 yr OMG! You just got rid of all my frustration over this with my Gigabyte Z390 UD Adding those two lines to my startup files fixed it!
August 26, 20232 yr Hello, I don't have the fan control in my menu, but the temperature values are displayed. Can I replace the line in syslinux.cfg? Mine is different from the one in the post above? Quote default menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label Unraid OS menu default kernel /bzimage append initrd=/bzroot nvme_core.default_ps_max_latency_us=5500 label Unraid OS GUI Mode kernel /bzimage append initrd=/bzroot,/bzroot-gui label Unraid OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode label Unraid OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode label Memtest86+ kernel /memtest Edited August 26, 20232 yr by Jensus11
April 27, 20242 yr Just wanted to add that for Z390 Aorus Wifi, installing the IT87 driver (without force_id or lax) and setting the system fans to auto for control mode and system1 as temperature monitor (not sure if the 2nd is necessary) the autofan control seems to be able to at least detect min PWN correctly with fan actually stops during detection. Will report back on actual control. Edited April 27, 20242 yr by painted-champagne6111
March 28, 20251 yr I have a Z490 VISION G motherboard and recently updated Unraid from version 6.12.15 to 7.0.1. After the update, the fans in the array started shutting off after some time. Only the CPU fan continues to work normally. This happens both when controlling the fans through the BIOS and when using the IT87xxF/IT86xxE hardware monitoring driver. The gigabyte_wmi-virtual-0 sensors (Adapter: Virtual device) are working. Everything returns to normal after a reboot. The Dynamix System Temperature and Dynamix Auto Fan Control plugins are installed.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.