Hello all,
I'm trying to install OBE on a CentOS7 machine with Decklink Duo 2 board.
Everything installs fine but when I probe the decklink card, OBE says: Invalid input device. When running ./configure --prefix=/usr of OBE-RT I see Input Decklink: No.
Blackmagic Desktop Video driver: 11.5
[root@localhost obe-rt]# lsmod | grep blackmagic
blackmagic_io 1885203 5
[root@localhost obe-rt]# dkms status -m blackmagic -k `uname -r`
blackmagic, 11.5a34, 3.10.0-1062.12.1.el7.x86_64, x86_64: installed
[root@localhost obe-rt]# dkms status -m blackmagic-io -k `uname -r`
blackmagic-io, 11.5a34, 3.10.0-1062.12.1.el7.x86_64, x86_64: installed
[root@localhost obe-rt]# sudo dkms install -m blackmagic-io -v 11.5 --all
[root@localhost obe-rt]#
[root@localhost obe-rt]# sudo dkms install -m blackmagic -v 11.5 --all
Same setup works fine with Ubuntu but we think Ubuntu is not secure enough for our application.
Does anybody have a clue on how to get this to work? Any help is appriciated.
Thanks!