Closed dj-nsk closed 9 months ago
Describe the Bug A clear and concise description of what the bug is.
Screenshots Screenshot the Systeminfo (Arc - Sysinfo) or use new "Full Sysinfo - Upload" Function provide the Code!!! <- IMPORTANT
Hardware Add your Hardware Informations here. CPU / Board / Networkcontroller / Storagecontroller / ...
dj_nsk@dj_NAS:~$ lspci -n | grep 0300 0000:00:0f.0 0300: 15ad:0405 0000:03:00.0 0300: 8086:3e98
i need "dmesg" output from ssh in dsm. or better if you use esxi: send me serial.log from esxi.
dmesg: 1) do I need to run with the Addon i915 enabled or can I run without it? 2) do I need to specify any options in the dmesg-command?
enabled and no option
need full serial log from esxi after booting dsm.
and how can I get it?
add serial console to your vm?
Wow! Is it enough just to add a virtual COM 1 with output to a file? I'll do it now...
"Installing addon i915 - patches GPU:80863e98 GPU_BIN:86800000983e0000 '/usr/lib/modules/i915.ko' ->[ 17.351354] raid6: avx2x2 gen() 40957 MB/s '/usr/lib/modules/i915.ko.bak'"
Now I have /usr/lib/modules/i915.ko - not patched (2096kb) and /usr/lib/modules/i915.ko.bak - my patched file (2095kb) :)
this is not causing the issue, the file is still patched, look at date/time in "ls /usr/lib/modules"
"i915.ko" - Yes, the fresh date/time on this file, but it completely identical to the original file content: fc i915.ko i915.DS920.69057.ko ---> no differences found
(i915.DS920.69057.ko - I saved the original file for testing/experimentation)
I understand! You need to return it the way it was before: first use xxd, then sed, and again xxd - because for sed you specify hexadecimal codes :)
my problem is, at my local system the file is patched and working with 8700k. should be the same for 9900k.
I did it manually - everything worked fine: root@dj_NAS:~# xxd -p /usr/lib/modules/i915.ko | wc -c 4362548 root@dj_NAS:~# xxd -c 4362548 -p /usr/lib/modules/i915.ko /usr/lib/modules/i915.ko.hex root@dj_NAS:~# sed -i "s/86800000923e0000/86800000983e0000/; s/308201f706092a86.*70656e6465647e0a//" "/usr/lib/modules/i915.ko.hex" root@dj_NAS:~# xxd -r -p /usr/lib/modules/i915.ko.hex >/usr/lib/modules/i915.ko
now i915.ko is patched!
yes and on my systems it is working without xxd.
it is possible that some of the additional packages (SynoCli... Tools)?
no i use clean systems for testing
try latest addons, i reworked some keyfunctions
Checked - error in code. See output: "' /addons/i915.sh' -> '/tmpRoot/usr/arc/addons/i915.sh' /addons/i915.sh: line 11: -f 3 | sed -e 's/://g'): not found /addons/i915.sh: line 13: -f 3 | sed -e 's/://g'): not found " A few characters at the beginning of the lines are lost. Today: GPU="lspci -n | grep 0300 | grep 8086 | cut -d " " -f 3 | sed -e 's/://g')" ... GPU="lspci -n | grep 0380 | grep 8086 | cut -d " " -f 3 | sed -e 's/://g')"
It was before: GPU="$(lspci -n | grep 0300 | grep 8086 | cut -d " " -f 3 | sed 's/://g')" ... GPU="$(lspci -n | grep 0380 | grep 8086 | cut -d " " -f 3 | sed 's/://g')"
Hi, Christian! Sorry, but it's not working again - if I add an addon to the configuration, then after downloading the DSM, the i915.ko file remains unchanged. I tried to replace only addons on versions 24.2.12, 24.2.10 - everything is the same.
Sysinfo Code: C4MSV2FAY
As before, the only solution that helps is: disable the addon in the Arc Loader and put the patched i915.ko manually