oke, attached an adapted kernel, in dmesg output you can recognize it as #5 with todays date
The change is that now code is added that might activate the white sata led
You can load it in two ways.
1. Using fvdw-sl console and use the load external kernel feature
To be able to do that unpack the kernel and put it in the tftp folder of the fvdw-sl console and read the related help page of the console. Its pretty straight forward and similar like loading the standalone kernel.
Advantage of this option is that you can test if the kernel loads and run and give the desired improvement. If not just reboot and you are back on old kernel.
If the kernel runs fine and you are happy with the improvement use option 2 to install the kernel permanent so it is automatically loaded at every boot.
2. Write it to sda6 and reboot.
This can be done by copying the new kernel to the root of the system partition and using dd command
- Code: Select all
dd if=UIMAGE-466-SGARMADA370-5 of=/dev/sda6
Be 100% sure to use sda6 otherwise you will overwrite your data or other partitions and nas may not longer boot and you will need to restore everything.
The disadvantage of this option is that in case the kernel doesn't run you will need to install the previous kernel in sda6 using fvdw-sl console to get the nas working again.
Please post the output of dmesg when you succeed to boot this kernel, this to see if the driver for white led is loaded
You do not have the required permissions to view the files attached to this post.