Package Details: decklink 14.2.1-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.000002
First Submitted: 2015-10-03 15:38 (UTC)
Last Updated: 2024-09-18 17:33 (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 .. 14 15 16 17 18 19 20 21 22 23 24 25 Next › Last »

gibbz commented on 2017-12-20 03:48 (UTC)

Any idea when this will work on 4.14 LTS?

fthiery commented on 2017-11-08 10:20 (UTC)

Well i could include the patch, but then it would break building on lts. The proper fix would be that the blackmagic upstream code would use the proper function name depending on the target kernel. @Houtworm just rgrep for wait_queue_t and replace by wait_queue_entry_t ; a recursive sed might also work

Houtworm commented on 2017-11-05 09:19 (UTC)

@rskennymore Very nice, You are a smart man :) Any chance you could share these edited .c files? I am struggling to get it working on arch, I am currently using an Ubuntu Dual boot just for the intensity 4K. Also do these edits make it possible to use it on the latest kernel? or do you use the LTS kernel?

rskennymore commented on 2017-11-04 14:45 (UTC)

It's only broken because of this: https://www.spinics.net/lists/linux-tip-commits/msg38415.html I hand-jammed in a fix by just manually editing blackmagic_gate.c and bm_util.c in the source tarball and rebuilding. Seems to work fine Changing some names around in the kernel... I emailed support through the upstream link

fthiery commented on 2017-09-22 14:35 (UTC)

Should i make linux-lts and linux-lts-headers a hard dependency ?

fthiery commented on 2017-09-22 14:33 (UTC)

Btw LTS is 4.9.50-1-lts

fthiery commented on 2017-09-22 14:33 (UTC)

As specified, this driver only works on the lts kernel. Other flavors might work, but if not you may report it to developer-pro@blackmagicdesign.com

gibbz commented on 2017-09-22 13:20 (UTC)

Latest version doesn't seem to work. Im getting the unable to detect device in decklink. The card shows fine under lspci. And firmware says its up to date. Does this require a newer kernel? Im on 4.12

LIONHEART commented on 2017-06-23 08:31 (UTC)

@fthiery Thanks, got video capture working. Still working on audio.

fthiery commented on 2017-06-14 07:28 (UTC)

@LIONHEAR be sure to flash the board with Blackmagic Firmware Updater and reboot; had the same issue too, but after a reboot the device is detected in Blackmagic Desktop Video setup and gst-launch works again.