Page 1 of 1

Cumulus MX on a Synology NAS (DS210j)

Posted: Tue 27 Jan 2015 10:38 am
by henkg
Installing Mono was easy. Mono for Synology is available in package center.
After that, I started CumulusMX (as root): mono CumulusMX.exe -lang en-US.
Unfortunately, no data when browsing to http://Local_IP_DS210j:8998

DS210J> ls -al /sys/class/hidraw
ls: /sys/class/hidraw: No such file or directory


DS210J> lsusb -t
-ash: lsusb: not found


DS210J> mono -V
Mono JIT compiler version 3.4.0 ((no/d4511ef Mon Oct 27 20:13:13 CST 2014)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: armel,vfp+fallback
Disabled: profiler,logging
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen


DS210J> mono HidSharp.Test.exe
sysname=Linux release=2.6.32 machine=armv5tel
System.DllNotFoundException: libudev.so.0
at (wrapper managed-to-native) HidSharp.Platform.Linux.NativeMethods:udev_new ()
at HidSharp.Platform.Linux.LinuxHidManager.get_IsSupported () [0x00000] in <filename unknown>:0
Not supported
Complete device list (took 914 ms to get 0 devices):
Opening HID class device...
Failed to open device.


The Synology info screen shows (External devices, USB device) WH1080 Weather station / USB Missile launcher – Dream link

With WinSCP I did a search for ‘libudev*’, from root level. Nothing found ...
So now I think I have to install this lib.
DS210J> apt-get install libudev0
-ash: apt-get: not found


So I need a bootstrap IPKG to be able to install libudev0, but I can’t find a suitable IPKG package for Synology DSM5.1
To be continued ....

Re: Cumulus MX on a Synology NAS (DS210j)

Posted: Tue 27 Jan 2015 11:41 am
by steve
Thanks for doing this. My finger is poised on the 'buy' button...

Re: Cumulus MX on a Synology NAS (DS210j)

Posted: Tue 27 Jan 2015 1:36 pm
by henkg
Update:
I found a IPKG package for the DS210j processor (Marvell Kirkwood ARMv5te). Unfortunately no libudev0 in its repository.
Posted my question ("how to install libudev0") on the (NL) Synology forum ...

Re: Cumulus MX on a Synology NAS (DS210j)

Posted: Tue 03 Feb 2015 7:00 am
by henkg
Update:
How to get and install this libudev0 for a ArmV5tel?
No helpful answer from the Dutch Synology forum. so not one step further.
I will write a post on the EN Synology forum, and wait ...

Although Synology specific, any help from here is of course very welcome.

Re: Cumulus MX on a Synology NAS (DS210j)

Posted: Tue 03 Feb 2015 11:01 am
by steve
Is libudev1 available? It's possible that I could modify the HID interface (which I didn't write) to work with that instead.

Re: Cumulus MX on a Synology NAS (DS210j)

Posted: Thu 05 Feb 2015 8:56 am
by henkg
Libudev1? Don't think so, did a search for libudev.

Problem with Synology NAS irt Cumulus MX and libudev:
- Different processors, hard to find a suitable package
- An installer (something like IPKG) is needed, because Synology FW does not have something like a standard apt-get install. The Synology support department however doesn’t seem to “like” non-Synology standard packages. From a support view: quite normal.

Theoretically I could use my DS412+ (Intel i386, Atom D2700) for a test. I won’t: it is my production server within my gigabit LAN. So moving it to my garden house (console location, only 100 mbit for having a reliable wireless connection from the transmitter) is not an option.

Installing libudev0 might be very easy, but I really do not know how.
I hope the two other Synology Cumulus MX testers know more about Syno and Linux (for me, first thought still is Linus Van Pelt, not Linus Torvalds)