Package Details: decklink 12.9-1

Git Clone URL: https://aur.archlinux.org/decklink.git (read-only, click to copy)
Package Base: decklink
Description: Drivers for Blackmagic Design DeckLink, Intensity or Multibridge video editing cards
Upstream URL: https://www.blackmagicdesign.com/support/family/capture-and-playback
Licenses: custom
Submitter: alub
Maintainer: goldensuneur
Last Packager: goldensuneur
Votes: 24
Popularity: 0.000132
First Submitted: 2015-10-03 15:38 (UTC)
Last Updated: 2024-04-12 20:17 (UTC)

Pinned Comments

goldensuneur commented on 2020-03-02 19:00 (UTC)

I finally had time to investigate the issue. It looks like that as of 11.5, the DesktopVideoHelper.service has to be running for the capture card to work properly.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 24 Next › Last »

Polarity commented on 2020-05-05 09:51 (UTC)

That was quick! Thank you! I just built it with 5.6.10 without issues. After a brief look at Resolve and Nuke with Decklink Studio 4K it seems to be working as expected.

goldensuneur commented on 2020-05-05 09:33 (UTC)

Version 11.5.1 has just been released unfortunately it does not build with kernels 5.6.0+ so I patched the driver to make it compatible.

However I'm not familiar with kernel module development so consider support for newer kernel experimental. Changes are minimal so hopefully I did not introduce any bug.

goldensuneur commented on 2020-05-04 08:25 (UTC)

Yes, you can clone the git repository (https://aur.archlinux.org/decklink.git), go to the commit corresponding to the version you want and build the package with makepkg -i.

TexZeTech commented on 2020-05-03 15:42 (UTC) (edited on 2020-05-04 00:05 (UTC) by TexZeTech)

Is there a way to build the previous version? Sorry still new to building files I'm also running manjaro.

@goldensuneur

goldensuneur commented on 2020-05-02 14:38 (UTC)

@bigtimmyc

No update yet and support could not give me estimate release date last time I asked. You can ask them directly, maybe it will make the issue more visible.

bigtimmyc commented on 2020-05-02 13:15 (UTC)

@goldensuneur

I'm guessing still no luck with the BM update yet?

Here's my failed install log for dkms for kernel 5.6.8

DKMS make.log for blackmagic-io-11.5a34 for kernel 5.6.8-arch1-1 (x86_64) Sat 02 May 2020 23:07:25 AEST make -C /lib/modules/5.6.8-arch1-1/build M=/var/lib/dkms/blackmagic-io/11.5a34/build make[1]: Entering directory '/usr/lib/modules/5.6.8-arch1-1/build' AR /var/lib/dkms/blackmagic-io/11.5a34/build/built-in.a CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_device.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_dev.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_client.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_driver.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_export.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_serial.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_pci_ids.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bm_locks.o SHIPPED /var/lib/dkms/blackmagic-io/11.5a34/build/blackmagic.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bm_mm.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bm_pci.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bm_util.o CC [M] /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_audio.o /var/lib/dkms/blackmagic-io/11.5a34/build/bm_util.c: In function ‘bm_uptime’: /var/lib/dkms/blackmagic-io/11.5a34/build/bm_util.c:920:18: error: storage size of ‘t’ isn’t known 920 | struct timespec t; | ^ /var/lib/dkms/blackmagic-io/11.5a34/build/bm_util.c:921:2: error: implicit declaration of function ‘getrawmonotonic’ [-Werror=implicit-function-declaration] 921 | getrawmonotonic(&t); | ^~~~~~~~~~~~~~~ /var/lib/dkms/blackmagic-io/11.5a34/build/bm_util.c:920:18: warning: unused variable ‘t’ [-Wunused-variable] 920 | struct timespec t; | ^ /var/lib/dkms/blackmagic-io/11.5a34/build/bm_util.c:926:1: warning: control reaches end of non-void function [-Wreturn-type] 926 | } | ^ cc1: some warnings being treated as errors make[2]: [scripts/Makefile.build:268: /var/lib/dkms/blackmagic-io/11.5a34/build/bm_util.o] Error 1 make[2]: Waiting for unfinished jobs.... /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_serial.c: In function ‘bmio_serial_remove’: /var/lib/dkms/blackmagic-io/11.5a34/build/bmio_serial.c:267:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 267 | struct tty_struct *tty = tty_port_tty_get(&serial->port); | ^~~~~~ make[1]: [Makefile:1683: /var/lib/dkms/blackmagic-io/11.5a34/build] Error 2 make[1]: Leaving directory '/usr/lib/modules/5.6.8-arch1-1/build' make: [Makefile:46: all] Error 2

goldensuneur commented on 2020-04-19 10:27 (UTC)

Yes, and it won't work until Blackmagic releases an update. I'll open another support ticket asking if they know when the next version will be released.

zangoku commented on 2020-04-19 00:32 (UTC)

DKMS modules do not build on 5.6.5 either.

goldensuneur commented on 2020-04-06 19:29 (UTC) (edited on 2020-04-19 10:15 (UTC) by goldensuneur)

DKMS modules do not build with linux 5.6+, stay on lts for now. Blackmagic support is aware of the issue we have to wait until they release an update.

guitaristtom commented on 2020-03-19 22:55 (UTC)

@goldensuneur Weird. It wasn't showing up until I reinstalled, rebooted, and reinstalled again.

I always get stuck with weird issues like that.

But I am still having issues with audio on this new driver, but I'm guessing that it's a Blackmagic issue with their driver, since it's also happening on my Windows install.