06-02-2019, 01:39 PM
(This post was last modified: 06-02-2019, 09:28 PM by Nikolay_Po.)
The black have better heatsink.
As for o-rings, if they deattached on both sides it means the trace which was connected to o-ring is broken. You may look around the missed o-rings and find disconnected trace. In such cases I'm scratching the coating of the trace and trying to make the trace copper clean from coating closer to the pin but keep the coating at surrounding ground and another traces. When broken trace is scratched and is clear, I'm soldering a thinnest wire from a strand right over the trace and the pin. This way the trace become connected to it's pin even if o-ring is absent.
About the RAID. Here in the last log are these records:
Rigth after AHCI device enable the messages from "md", Multiply Devices, aka Linux Software RAID are present.
May be your drives formerly were a part of software RAID? The file system look mounted earlier than when you booted with one drive active.
It will be better to debug in future test to increase debug level. To do that, you need to add a kernel parameter loglevel=6 into the boot configuration file.
The file is in /linux-root/boot/extlinux directory, "extlinux.conf". You need to add loglevel=6 into the line with kerner parameters on the flash drive:
original (example)
modified (example, look at the end of line)
If I'm not mistaken, the debug log you will get will contain much more information (level 6 is INFO level) about what is happening during a boot.
As for o-rings, if they deattached on both sides it means the trace which was connected to o-ring is broken. You may look around the missed o-rings and find disconnected trace. In such cases I'm scratching the coating of the trace and trying to make the trace copper clean from coating closer to the pin but keep the coating at surrounding ground and another traces. When broken trace is scratched and is clear, I'm soldering a thinnest wire from a strand right over the trace and the pin. This way the trace become connected to it's pin even if o-ring is absent.
About the RAID. Here in the last log are these records:
Code:
[ 2.809456] ahci 0000:01:00.0: version 3.0
[ 2.809468] ahci 0000:01:00.0: enabling device (0000 -> 0002)
[ 2.809650] md: multipath personality registered for level -4
[ 2.813999] md: raid0 personality registered for level 0
[ 2.832249] md: raid1 personality registered for level 1
[ 2.851691] md: raid6 personality registered for level 6
[ 2.862482] md: raid5 personality registered for level 5
[ 2.873154] md: raid4 personality registered for level 4
[ 2.897874] md: raid10 personality registered for level 10
[ 3.550509] EXT4-fs (mmcblk0p7): 2 orphan inodes deleted
[ 3.558010] EXT4-fs (mmcblk0p7): recovery complete
[ 3.577286] EXT4-fs (mmcblk0p7): mounted filesystem with writeback data mode. Opts: (null)
Rigth after AHCI device enable the messages from "md", Multiply Devices, aka Linux Software RAID are present.
May be your drives formerly were a part of software RAID? The file system look mounted earlier than when you booted with one drive active.
It will be better to debug in future test to increase debug level. To do that, you need to add a kernel parameter loglevel=6 into the boot configuration file.
The file is in /linux-root/boot/extlinux directory, "extlinux.conf". You need to add loglevel=6 into the line with kerner parameters on the flash drive:
original (example)
Code:
append rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 root=LABEL=linux-root rootwait rootfstype=ext4
modified (example, look at the end of line)
Code:
append rw panic=10 init=/sbin/init coherent_pool=1M ethaddr=${ethaddr} eth1addr=${eth1addr} serial=${serial#} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1 root=LABEL=linux-root rootwait rootfstype=ext4 loglevel=6
If I'm not mistaken, the debug log you will get will contain much more information (level 6 is INFO level) about what is happening during a boot.