Bug #120
Updated by rdnzl about 1 year ago
Today i connected the Velleman K8055 interface to the Domotiga server but it is not working yet. When i enable the interface Domotiga fails to start with the following error
<pre>
domotiga@domosmurf:~/domotiga$ ./DomotiGa.gambas > k8055.txt
./DomotiGa.gambas: symbol lookup error: /usr/local/lib/libk8055.so: undefined symbol: usb_init
</pre>
I used the following wiki for the installation
http://www.domotiga.nl/projects/domotiga/wiki/K8055
If you need additional information please let me know
<pre>
domotiga@domosmurf:~/install/libk8055/src$ sudo ldconfig -p | grep 8055
libk8055.so.0.4.1 (libc6) => /usr/local/lib/libk8055.so.0.4.1
libk8055.so (libc6) => /usr/local/lib/libk8055.so
</pre>
<pre>
domotiga@domosmurf:~/install/libk8055/src$ dmesg | grep vmk
[ 35.972169] vmk80xx: module is from the staging directory, the quality is unknown, you have been warned.
[ 35.981091] vmk80xx: version 0.8.01 Manuel Gebele <forensixs@gmx.de>
[ 35.981669] comedi#: vmk80xx: board #0 [K8055 (VM110)] now attached
[ 35.991974] comedi0: vmk80xx: board #0 [K8055 (VM110)] attached to comedi
[ 36.009739] usbcore: registered new interface driver vmk80xx
</pre>