I got round to running the memory test last night.
The first two times it seemed to crash after a while. I didn't see exactly what happened but thought it might be temperature. I'd never had problems with it crashing before this issue, but I don't normally put that much load on it.
The third time I found I could switch it to one core at a time instead of in parallel and that ran all night and completed 4 passes with no errors.
With the i915.enable_psr=0 setting it crashed the same as before.
With the Xe options I'm not really sure what happened. It stayed running at the command line but I couldn't get the X server to run. Same as when I just blacklisted the i915 module so probably it is too old for the Xe driver.
lsmod seemed to show the i915 module loaded:
But the kernel log shows it blocked:
Couldn't see anything about Xe in there.
X server log:
The first two times it seemed to crash after a while. I didn't see exactly what happened but thought it might be temperature. I'd never had problems with it crashing before this issue, but I don't normally put that much load on it.
The third time I found I could switch it to one core at a time instead of in parallel and that ran all night and completed 4 passes with no errors.
With the i915.enable_psr=0 setting it crashed the same as before.
With the Xe options I'm not really sure what happened. It stayed running at the command line but I couldn't get the X server to run. Same as when I just blacklisted the i915 module so probably it is too old for the Xe driver.
lsmod seemed to show the i915 module loaded:
Code:
i915 4235264 0drm_buddy 20480 1 i915drm_display_helper 262144 1 i915cec 69632 2 drm_display_helper,i915ttm 102400 1 i915drm_kms_helper 253952 2 drm_display_helper,i915drm 749568 5 drm_kms_helper,drm_display_helper,drm_buddy,i915,ttmi2c_algo_bit 12288 1 i915video 77824 1 i915
Code:
2024-09-07T23:39:07.150623+01:00 brb kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.10.6-amd64 root=UUID=498c6626-b1bc-4e3c-bb66-e93706158e7b ro quiet xe.force_probe=4e61 i915.force_probe=!4e612024-09-07T23:39:07.151560+01:00 brb kernel: Console: switching to colour frame buffer device 240x672024-09-07T23:39:07.151561+01:00 brb kernel: fb0: EFI VGA frame buffer device2024-09-07T23:39:07.152320+01:00 brb kernel: i915 0000:00:02.0: I915 probe blocked for Device ID 4e61.
X server log:
Code:
[ 726.287] (EE) open /dev/dri/card0: No such file or directory[ 726.287] (EE) Unable to find a valid framebuffer device
Statistics: Posted by dmr1848 — 2024-09-07 23:43 — Replies 3 — Views 1579