problem with ./configure ola-0.9.4. break at SaleaeDeviceApi.h

370 views
Skip to first unread message

KWMATIK

unread,
Feb 12, 2015, 5:39:16 PM2/12/15
to open-l...@googlegroups.com
hello

I have got RPI B+  Linux raspberrypi 3.18.5+ #744 PREEMPT Fri Jan 30 18:19:07 GMT 2015 armv6l GNU/Linux
I try compiling version 0.9.4 , so first step after unpack ./configure and stop at:
checking ossp/uuid.h usability... yes
checking ossp
/uuid.h presence... yes
checking
for ossp/uuid.h... yes
checking dns_sd
.h usability... no
checking dns_sd
.h presence... no
checking
for dns_sd.h... no
checking
for avahi... no
checking
SaleaeDeviceApi.h usability... no
checking
SaleaeDeviceApi.h presence... no
checking
for SaleaeDeviceApi.h... no
configure
: WARNING: SaleaeDevice is not installed.
checking
for cppunit-config... no
checking
for Cppunit - version >= 1.9.6... no
configure
: error: Missing cppunit, please install >= 1.9.6
What's next?

Peter Newman

unread,
Feb 12, 2015, 7:42:58 PM2/12/15
to open-l...@googlegroups.com
The SalaeDevice warning is just that, it just means you can't use the Logic RDM sniffer, but if you don't have a Logic that doesn't matter.

As the message says, you need to install cppunit. On Ubuntu/Debian/Raspbian "sudo apt-get install libcppunit-dev libcppunit-1.13-0" . You will need to follow some other steps (listed here) to get it working:
https://www.openlighting.org/ola/linuxinstall/

Are you planning to do some development on it, otherwise you'll find the debs far easier:
https://wiki.openlighting.org/index.php/OLA_Debian_/_Ubuntu

KWMATIK

unread,
Feb 20, 2015, 8:21:38 PM2/20/15
to open-l...@googlegroups.com
thanks , i found and install
ola server running,now is problem with ftdi dmx devices:
after olad -l 3 :
plugins/ftdidmx/FtdiWidget-libftdi.cpp:279: Unable to fetch string information from USB device: error sending control message: Operation not permitted
olad
/PluginManager.cpp:108: Started FTDI USB DMX


in /etc/udev/rules.d/
# standard converter FTDI
SYSFS
{idVendor}=="0403", MODE="666", GROUP="plugdev"


after id:
id
uid
=1000(pi) gid=1000(pi) groups=1000(pi),4(adm),20(dialout),24(cdrom),27(sudo),29(audio),44(video),46(plugdev),60(games),100(users),105(netdev),999(input),1002(spi),1003(gpio

Peter Newman

unread,
Feb 21, 2015, 3:39:16 PM2/21/15
to open-l...@googlegroups.com
Can we see olad -l 4 and more likes please.

Can you add this udev rule (modify the VID and PID if necessary):
https://wiki.openlighting.org/index.php/OLA_Device_Specific_Configuration#Linux.2C_FTDI

What does ls -al for the device show?

KWMATIK

unread,
Feb 22, 2015, 11:18:49 AM2/22/15
to open-l...@googlegroups.com
i change it in /etc/udev/rules.d/
# udev rules for ftdi devices
SUBSYSTEM
=="usb|usb_device", ACTION=="add", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", GROUP="plugdev"

and after reboot  work well ! SUCCESS
God bless you ;-)

Before i wasn't see that tutorial

Peter Newman

unread,
Feb 22, 2015, 12:34:20 PM2/22/15
to open-l...@googlegroups.com
Excellent, glad we got it sorted KWMATIK.
Reply all
Reply to author
Forward
0 new messages