Thank you for this post. I recently performed an upgrade on my 212+ Synology to DSM 5.0 update 2 and could not for the life of me get the communication from /dev/ttyUSB0 working post upgrade.
Things tried before this:
- checked Aeon Zwave stick on windows to ensure it was not a hardware issue. Checked out.
- tried a different USB port.
- played with SynoZWave package until this was completely exhausted. Uninstalled, reinstalled, manually loaded device drivers, reviewed OS logs (ie. dmesg). Everything seems to be ok from the device driver perspective. dmesg logs appeared clean and appropriate. However, I decided to compile/rebuild the usbserial.ko, ftdi_sio.ko, cp210x.ko drivers on a Suse linux VM under the DMS 5.0 Tool chains and latest source. After rebuilding and installing new drivers, openhab still failed to communicate to USB serial port.
- Finally saw your post about ARM5 and libNRJavaSerial. This ended up solving the issue. I'm not too familiar with NRJavaSerial and it's internal method of loading the native driver.
Worked on this for 8 hours trying to fix this with one failure after another. THANKS AGAIN!!!