Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Admin message
The migration is almost done, at least the rest should happen in the background. There are still a few technical difference between the old cluster and the new ones, and they are summarized in this issue. Please pay attention to the TL:DR at the end of the comment.
In the dmesg provided, I don't see any FIFO underrun messages.
Also don't see any obvious issues in i915 logs, however what I saw are those
error messages, which might be relevant.
[ 12.333167] FIO-PIL-C9202005-27873 kernel: hdaps: supported laptop not found!
[ 12.333177] FIO-PIL-C9202005-27873 kernel: hdaps: driver init failed (ret=-19)!
[ 12.335693] FIO-PIL-C9202005-27873 kernel: r8169 0000:03:00.0 enp3s0: Link is Down
[ 12.450061] FIO-PIL-C9202005-27873 kernel: applesmc: supported laptop not found!
[ 12.450070] FIO-PIL-C9202005-27873 kernel: applesmc: driver init failed (ret=-19)!
[ 12.551334] FIO-PIL-C9202005-27873 kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
[ 12.551366] FIO-PIL-C9202005-27873 kernel: acer_wmi: No or unsupported WMI interface, unable to load
I googled about "acer_wmi: No or unsupported WMI interface, unable to load" message and found
some Ubuntu issue, they were also describing a blank screen:
BTW, is the adlp_guc firmware for GuC submission feature?
The latest drmtip bump the GuC version to 69.0.3, and there is no such version of firmware in linux-firmware.
Does GuC submission affect the type-c display output?
Our kernel(5.14) doesn't contain GuC submission, will it be affected this?
In logs I can see still:
[ 2.180984] i915 0000:00:02.0: [drm:intel_fbc_init [i915]] Sanitized enable_fbc value: 1
[ 2.181185] i915 0000:00:02.0: Direct firmware load for i915/adlp_dmc_ver2_14.bin failed with error -2
[ 2.181190] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/adlp_dmc_ver2_14.bin. Disabling runtime power management.
Guc should not affect but not 100% sure. For newer see mail sent to intel-gfx "[Intel-gfx] [CI] PR for new GuC v69.0.3".
Does it make difference if you have DA310 connected when you boot system?
@acelan Please check my comments above. It still fails to load DMC firmware. DMC can for sure affect those things, we need to make sure all the firmware is loaded. Also there are other error messages to address.
From the dmesg you attached:
[ 2.371543] i915 0000:00:02.0: [drm:intel_dmc_ucode_init [i915]] Loading i915/adlp_dmc_ver2_14.bin
[ 2.371644] i915 0000:00:02.0: Direct firmware load for i915/adlp_dmc_ver2_14.bin failed with error -2
[ 2.371682] i915 0000:00:02.0: [drm] Failed to load DMC firmware i915/adlp_dmc_ver2_14.bin. Disabling runtime power management.
[ 2.371684] i915 0000:00:02.0: [drm] DMC firmware homepage: https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
Also
[ 8.547658] acer_wmi: Acer Laptop ACPI-WMI Extras
[ 8.547671] acer_wmi: No or unsupported WMI interface, unable to load
I'll re-check the firmware loading issue, but I'm sure I have those firmware files in the right folder.
And this is Dell platform, so I think acer_wmi module failure is not relevant. I'll check the ACPI dump and the WMI GUID to see why it'd like to load acer_wmi on Dell system.
I got the machine mentioned by David Chen, and here is the log with drmtip kernel(drm-tip: 9b371f79eeb9)
There is no firmware loading errors and no acer_wmi error.
After plug-in the DA310 + HDMI monitor, nothing shown on the screen and xrandr reports there is only one monitor, eDP-1.
ODM reports the type-c to HDMI display output works, so I'm not sure if there is anything we should take care of in linux driver.
I have other 2 type-c hubs, but none of them work.
The intel_reg output are identical with 3 different type-c hubs.
$ sudo intel_reg read 0xc4000 0x16150cWarning: register spec not found in '/usr/share/igt-gpu-tools/registers'. Using builtin register spec. SDEISR (0x000c4000): 0x08010000 (port d:0, port c:0, port b:0, crt:0) (0x0016150c): 0x00000004
Just clarified with ODM, HDMI output on the device works, Type-C (device side) to HDMI(monitor side) doesn't work.
Any video device connected to the type-C port (direct connect/via dongle, docking) doesn't work under Ubuntu, but same device works well on Windows.