Craig Dennis

Members
  • Posts

    41
  • Joined

  • Last visited

Report Comments posted by Craig Dennis

  1. @ich777 I appreciate your help.

    So what are the steps I actually need to perform?
    The issue is still happening on 6.12.1. I removed everything I entered previously (I think) and then I went back through the steps you mentioned earlier:

    libkmod: kmod_config_parse: /etc/modprobe.d/i915.conf line 1: ignoring bad line starting with 'enable_dc=0'


    Attached is diagnostics from just after the reboot. I have set up a syslog server and mirrored it to flash; also attached. I don't see any other errors though (like power_well).

    sakaar-diagnostics-20230622-2129.zip syslog (1)

  2. Quote

    It seems that you are trying to applying it in multiple places and hope that one is working which is definitely not the way to do it.

    Fair. I'm just trying to follow instructions from the thread.

     

    38 minutes ago, ich777 said:

    Why are you not on 6.12.1 since it is now stable and try it there?

    Sorry, I am mistaken. I am on 6.12.0 (I forgot I updated when it became available).

     

    38 minutes ago, ich777 said:
    1 hour ago, Craig Dennis said:
    libkmod: kmod_config_parse: /etc/modprobe.d/i915.conf line 1: ignoring bad line starting with 'enable_dc=0'

    Where are the contents from this file? They should be:

    options i915 enable_dc=0

    (please note that if you are using the default editor from OSX it will destroy the formatting and Linux can't read it)

     

    The contents have only ever shown `enable_dc=0` but the OSX formatting makes sense (as the error never occurred until today when I ssh'd in)

  3. Running rc8 and for whatever reason I am unable to make `enable_dc=0` stick.

    @ich777 I must be doing something wrong. It resets to -1 every reboot.

    When I run through the commands again (remove/rescan etc.) I get the following error:

    libkmod: kmod_config_parse: /etc/modprobe.d/i915.conf line 1: ignoring bad line starting with 'enable_dc=0'



    I have it applied via `/boot/config/modprobe.d/i915.conf`

    1442642589_Terminal2023-06-21at14_10.49@2x.thumb.jpg.458f95add9942d8563ca6f7129266703.jpg

     

    I have it in the `syslinux.config` in the flash page

    1100539883_Arc2023-06-21at14_09.49@2x.thumb.jpg.e7d46a2a3ba89cdcab96d649e40e2f86.jpg

     

    But whenever I reboot and `cat /sys/module/i915/parameters/enable_dc` I get `-1`

     

    798541919_Arc2023-06-21at14_29.21@2x.thumb.jpg.38261f72eccea0b2e5f4608440352dd2.jpg

  4. 1 hour ago, ich777 said:

    You can do that by adding this to your syslinux.config

    i915.disable_power_well=1

     

    If the options do nothing for you (as you've previously mentioned the option enable_dc=0 in your case), you can always blacklist the module so that Unraid doesn't load it automatically on boot and enabling it in the go file like mentioned in my previous post with the line:

    modprobe i915 disable_power_well=1

    or:

    modprobe i915 disable_power_well=1 enable_dc=0


    syslinux,config changes did not have any effect.
    I tried both modprobe commands and rebooted between; server still crashes at the 20-30 min mark.

    I will try updating to rc-7 next

     

  5. I am experiencing this on an 11700K (also running a PiKVM) and 6.12.0-rc6 with the error:

     

    WARNING: CPU: 6 PID: 8994 at drivers/gpu/drm/i915/display/intel_display_power_well.c:271 hsw_wait_for_power_well_enable+0xc9/0xd8

     

    Hangs every 20-30 mins. Sometimes it's just really slow to respond but eventually completely hangs. System is still on.

    I don't actually have a monitor that I can easily use but I have plugged in a ghost display into the DisplayPort that I had from a previous build.

     

    sakaar-diagnostics-20230601-2112.zip