raspberry problems

Discussions about RaZberry - Z-Wave board for Raspberry computer
Post Reply
sander815
Posts: 1
Joined: 26 Jun 2017 10:53

raspberry problems

Post by sander815 »

i am currently reinstalling my domoticz rpi server.
Before i was running rapbian and my razberry card was running fine. Now i reinstalled my rpi with minibian, mainly because aspbian was running very slow. But bow i am not able to get my razberry gpio card running.

when i manually start it i get this:

Code: Select all

 ./z-way-server
./z-way-server: error while loading shared libraries: libzcommons.so: cannot open shared object file: No such file or directory
root@minibian-domoticz:/opt/z-way-server#
some library missing
i already symlinked this

Code: Select all

ln -s /usr/lib/arm-linux-gnueabihf/libarchive.so.13 /usr/lib/arm-linux-gnueabihf/libarch ive.so.12 as read somewhere else
but its still not working

in the gui i see this

Code: Select all

 An unexpected error occurred while initialising the Z-Wave controller data.
Please check 
1.) if the controller is plugged in correctly, 
2.) that in the app 'Z-Wave Network Access' the right port is entered 
(UZB: '/dev/ttyACM0', Box: '/dev/ttyAMA0', UZB-Windows: '\\\\.\\COM3', Z-Stick: '/dev/ttyUSB0', embedded boxes: '/dev/ttyS0' or '/dev/ttyS1') 
3.) the app is aktiv. If not you could activate it under Menu > Apps > Activ or add a new one under Menu > Apps > Local. 
The Setting 'Expert View' needs to be active under Menu > My Settings.
but when i try to change the port to /dev/ttyAMA0 it reverts back to /dev/ttyACM0

i am running the lastest zway server z-way-server-RaspberryPiXTools-v2.3.4.tgz
Post Reply