Sed Et Aliquam

Nulla arcu nisi, hendrerit non consequat at, auctor ut sem. Ut in finibus sapien. Aenean at mi tellus. Morbi finibus elementum laoreet. Mauris neque nisl, maximus quis pretium non, mollis sed justo. Mauris pellentesque vel elit sed congue. Donec et mauris sagittis ex luctus rhoncus et in metus.

1 Like

Have you changed anything on the kernel? When I built the kernel as it’s, attaching USB freezed the NAS. It turns out “uas” needs to be disabled.
Thanks,

This process can be done within NAS using docker although not as quickly as PC.
I successfully build using “32bit/debian” image.

You can change kernel features. For example, I added overlayfs for Docker.
Can you please test whether usbcore - uas is enabled?

On my download of GPL source code, it’s enabled, but it’s disabled on original firmware.

Got it.
It seems to me GPL source code is from previous firmware. This USB freezing (this is fixed in this firmware) and the default.tar.gz file you mentioned are two things that result me to think it.

From your log:

The kernel you build is not copied to merge folder,

‘uImage’ → ‘/Build/WDMyCloud_PR4100_GPL_v2.30.165_20170321/toolchain/…/firmware/merge/WDMyCloud/’
cp: cannot create regular file ‘/Build/WDMyCloud_PR4100_GPL_v2.30.165_20170321/toolchain/…/firmware/merge/WDMyCloud/’: Not a directory

UAS is enabled.
" CC drivers/usb/storage/uas.o"