Iâm no Linux expert but isnât filling a file up with /dev/zero going to be pretty well optimized. Wouldnât a better real world test be actually copying a file? I get wildly different results on my N2 using both /dev/zero and an actual 1GB file.
/dev/zero
CoreELEC:~ # echo 3 > /proc/sys/vm/drop_caches
CoreELEC:~ # dd if=/dev/zero of=/storage/test.tmp bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 9.751487 seconds, 105.0MB/s
a real world file that isnât just a stream of zeros
CoreELEC:~ # echo 3 > /proc/sys/vm/drop_caches
CoreELEC:~ # dd if=/storage/test.mkv of=/storage/test.tmp bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 25.546974 seconds, 40.1MB/s
or better yet, /dev/urandom so as not to incur the speed penalty of also reading from the disk
CoreELEC:~ # echo 3 > /proc/sys/vm/drop_caches
CoreELEC:~ # dd if=/dev/urandom of=/storage/test.tmp bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 12.921527 seconds, 79.2MB/s
Here a write result using a file from a nfs share
CoreELEC:~ # mkdir /storage/test
CoreELEC:~ # mount -t nfs 192.168.0.4:/volume1/Media /storage/test
CoreELEC:~ # echo 3 > /proc/sys/vm/drop_caches
CoreELEC:~ # dd if=/storage/test/test.mkv of=/storage/test.tmp bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.0GB) copied, 12.998821 seconds, 78.8MB/s
My box itâs 24/7 on, and from a week more or less, sometimes I found it without network connection (wifi), and need to reboot because it doesnât reconnect from menu, even turning off/on the wireless network.
Itâs a X96 Max S905X2 4/64, and it happens since a week aprox, nothing changed in config and router confâŚ
How can I identify the problem? I am not able to see anything in kodi log, only errors in addons teying to get networkâŚ
There is a newer nightly you can try.
What\s the purpose of rebooting btw? Not saying itâs fine it doesnât reboot for you, just wonder why you need to reboot it.
Just started to use an S905X3 box with the latest nightly build. 4K@60p video playback seems to be broken. The picture is ok, but the audio (TrueHD stream) gets out of sync after a few minutes and occasionally thereâs no audio at all, then it comes back again.
Is this a known issue?
(The same video was ok with my old S912 (Gemini Man 4K/HDR@60p version))
Edit: i found it myself in Logfile:
[ 0.530434@2] clk_set_rate failed: -5, new cluster: 0
[ 0.530447@2] failed to set clock 1992Mhz rate: -5
[ 0.530458@2] cpufreq: __target_index: Failed to change cpu frequency: -5
if i comment out a53 overclock in config.ini - reboot and wakeup works fine: # max_freq_a53=â1992â