Re: Debian on WD MyCloud EX 4100 July 26, 2017 03:57AM |
Admin Registered: 13 years ago Posts: 19,010 |
Re: Debian on WD MyCloud EX 4100 July 31, 2017 03:55AM |
Registered: 7 years ago Posts: 183 |
Re: Debian on WD MyCloud EX 4100 July 31, 2017 04:30AM |
Admin Registered: 13 years ago Posts: 19,010 |
Re: Debian on WD MyCloud EX 4100 July 31, 2017 08:11PM |
Admin Registered: 13 years ago Posts: 19,010 |
Re: Debian on WD MyCloud EX 4100 August 06, 2017 03:30AM |
Registered: 7 years ago Posts: 183 |
Re: Debian on WD MyCloud EX 4100 August 06, 2017 06:14AM |
Admin Registered: 13 years ago Posts: 19,010 |
Re: Debian on WD MyCloud EX 4100 August 06, 2017 06:18AM |
Admin Registered: 13 years ago Posts: 19,010 |
if [ -e /usr/sbin/fan_control ]; then #====================== # Fan Control #====================== fan_control b c if [ -e /tmp/hw_mode ]; then hw_mode_test_temper=`cat /tmp/hw_mode | grep temperature` if [ -n "$hw_mode_test_temper" ]; then fan_control -w c& else fan_control 0 c& fi else fan_control 0 c& fi fi
Re: Debian on WD MyCloud EX 4100 - booting from USB not "stable" September 17, 2017 07:06AM |
Registered: 9 years ago Posts: 295 |
Re: Debian on WD MyCloud EX 4100 - booting from USB not "stable" September 17, 2017 04:16PM |
Admin Registered: 13 years ago Posts: 19,010 |
Quote
Now .. it's different .. as I'm using the modified U-Boot ... all connected mass storage devices were up and running .. and the kernel comand line points to the "rootfs" labeled stick
Re: Debian on WD MyCloud EX 4100 - booting from USB not "stable" September 30, 2017 05:48PM |
Registered: 9 years ago Posts: 295 |
Re: Debian on WD MyCloud EX 4100 October 01, 2017 09:53AM |
Registered: 7 years ago Posts: 119 |
Quote
bodhi
I'll look into compiling this daemon and after that you can test it on your box.
./mcm-daemon -d -f -c mcm-daemon.ini
Re: Debian on WD MyCloud EX 4100 October 01, 2017 10:43PM |
Admin Registered: 13 years ago Posts: 19,010 |
>Quote
bodhi
> I'll look into compiling this daemon and after
> that you can test it on your box.
>
> ./mcm-daemon -d -f -c mcm-daemon.ini >
Re: Debian on WD MyCloud EX 4100 October 07, 2017 06:34AM |
Registered: 7 years ago Posts: 183 |
Re: Debian on WD MyCloud EX 4100 October 07, 2017 03:01PM |
Registered: 7 years ago Posts: 183 |
>Quote
bodhi
> I'll look into compiling this daemon and after
> that you can test it on your box.
>
> ./mcm-daemon -d -f -c mcm-daemon.ini >>
./mcm-daemon -d -f -c mcm-daemon.ini mcm-daemon[3181]: Bind name to ls. mcm-daemon[3181]: Listen on ls for connections. mcm-daemon[3181]: Server startup success on port 57367 mcm-daemon[3181]: error 5 from tcgetattr mcm-daemon[3181]: error 5 from tggetattr mcm-daemon[3181]: Error writing byte 0: 250, count: -1 mcm-daemon[3181]: Try number: 1 mcm-daemon[3181]: Error writing byte 0: 250, count: -1 mcm-daemon[3181]: Try number: 2 mcm-daemon[3181]: Error writing byte 0: 250, count: -1 mcm-daemon[3181]: Try number: 3 mcm-daemon[3181]: Error writing byte 0: 250, count: -1 mcm-daemon[3181]: Try number: 4 mcm-daemon[3181]: Error sending DeviceReady command, exit!
Re: Debian on WD MyCloud EX 4100 October 07, 2017 04:54PM |
Admin Registered: 13 years ago Posts: 19,010 |
Re: Debian on WD MyCloud EX 4100 October 08, 2017 02:54AM |
Registered: 7 years ago Posts: 183 |
Re: Debian on WD MyCloud EX 4100 October 08, 2017 04:04AM |
Admin Registered: 13 years ago Posts: 19,010 |
Re: Debian on WD MyCloud EX 4100 October 11, 2017 08:01PM |
Admin Registered: 13 years ago Posts: 19,010 |
Quote
bodhi
We should try to run the stock script based on what's in WDMyCloud_EX4100_GPL_v2.30.165_20170321/firmware/module/crfs/script/system_init. It is doable using the optware approach. It is not as elegant as using the new mcm-daemon, but hopefully it will do the trick.
Let me see what shared libaries this script loads in stock GPL, and we'll do the same.
Re: Debian on WD MyCloud EX 4100 November 25, 2017 05:32AM |
Registered: 7 years ago Posts: 119 |
Quote
bodhi
I was hoping that it would work for hmartin on EX2100. But it seems there is some problem in the EX2100.
Re: Debian on WD MyCloud EX 4100 November 25, 2017 04:13PM |
Admin Registered: 13 years ago Posts: 19,010 |
Quote
Maybe you can try the modified mcm-daemon on EX4100 and see if it works?
esion
Re: Debian on WD MyCloud EX 4100 November 29, 2017 10:35AM |
mcm-daemon[2112]: Bind name to ls. mcm-daemon[2112]: Listen on ls for connections. mcm-daemon[2112]: Server startup success on port 57367 mcm-daemon[2112]: error 5 from tcgetattr mcm-daemon[2112]: error 5 from tggetattr mcm-daemon[2112]: Error writing byte 0: 250, count: -1 mcm-daemon[2112]: Try number: 1 mcm-daemon[2112]: Error writing byte 0: 250, count: -1 mcm-daemon[2112]: Try number: 2 mcm-daemon[2112]: Error writing byte 0: 250, count: -1 mcm-daemon[2112]: Try number: 3 mcm-daemon[2112]: Error writing byte 0: 250, count: -1 mcm-daemon[2112]: Try number: 4 mcm-daemon[2112]: Error sending DeviceReady command, exit!
Re: Debian on WD MyCloud EX 4100 November 29, 2017 01:27PM |
Registered: 7 years ago Posts: 119 |
mcm-daemon[2112]: error 5 from tcgetattr mcm-daemon[2112]: error 5 from tggetattr
Re: Debian on WD MyCloud EX 4100 November 29, 2017 02:17PM |
Registered: 6 years ago Posts: 11 |
Re: Debian on WD MyCloud EX 4100 November 30, 2017 02:23AM |
Registered: 7 years ago Posts: 119 |
Re: Debian on WD MyCloud EX 4100 November 30, 2017 04:07AM |
Admin Registered: 13 years ago Posts: 19,010 |
>Quote
esion
> dmesg | grep tty doesn't show any output.
>
Re: Debian on WD MyCloud EX 4100 November 30, 2017 04:42AM |
Admin Registered: 13 years ago Posts: 19,010 |
+ + serial@12100 { + status = "okay"; + };
Re: Debian on WD MyCloud EX 4100 November 30, 2017 08:43AM |
Registered: 7 years ago Posts: 119 |
Quote
bodhi
Did you mean this?
[ 1.324990] console [ttyS0] disabled [ 1.348744] f1012000.serial: ttyS0 at MMIO 0xf1012000 (irq = 23, base_baud = 12500000) is a 16550A [ 1.357772] console [ttyS0] enabled [ 1.394291] f1012100.serial: ttyS1 at MMIO 0xf1012100 (irq = 24, base_baud = 12500000) is a 16550A
Re: Debian on WD MyCloud EX 4100 November 30, 2017 12:01PM |
Registered: 6 years ago Posts: 11 |
Re: Debian on WD MyCloud EX 4100 November 30, 2017 05:12PM |
Admin Registered: 13 years ago Posts: 19,010 |
Re: Debian on WD MyCloud EX 4100 November 30, 2017 05:23PM |
Registered: 6 years ago Posts: 11 |