Package Base Details: decklink

Git Clone URL: https://aur.archlinux.org/decklink.git (read-only, click to copy)
Submitter: alub
Maintainer: goldensuneur
Last Packager: goldensuneur
Votes: 24
Popularity: 0.000140
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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 24 Next › Last »

goldensuneur commented on 2020-03-18 20:13 (UTC) (edited on 2020-03-19 07:44 (UTC) by goldensuneur)

You have it if you installed the decklink package. It's located under /usr/lib/systemd/system/DesktopVideoHelper.service.

But this is a .service file for systemd, you have to start/enable the service.

sudo systemctl start DesktopVideoHelper.service
sudo systemctl enable DesktopVideoHelper.service

guitaristtom commented on 2020-03-18 19:49 (UTC)

Since updating to 11.5 my capture card isn't showing up in either the Blackmagic Video Setup Utility or OBS.

I don't seem to have DesktopVideoHelper.service on my system, and I've even tried to reinstall this package just in case I was missing something.

troyBORG commented on 2020-03-04 17:51 (UTC)

@goldensuneur Yep that fixed it, as soon as I picked my 5.4 headers, it installed and added the dkms module. https://i.imgur.com/WJP40Qh.png

goldensuneur commented on 2020-03-04 07:10 (UTC) (edited on 2020-03-04 07:10 (UTC) by goldensuneur)

@troyBORG You must install headers for your kernel otherwise dkms cannot build the kernel module. I don't know the mane of the package for Manjaro but on Arch it would be linux-headers or linux-lts-headers.

troyBORG commented on 2020-03-04 06:37 (UTC) (edited on 2020-03-04 06:37 (UTC) by troyBORG)

Is this anything I need to worry about?

(3/6) Install DKMS modules
==> Unable to install module blackmagic-io/11.5a34 for kernel 5.4.23-1-MANJARO: Missing kernel headers.
==> Unable to install module blackmagic/11.5a34 for kernel 5.4.23-1-MANJARO: Missing kernel headers.

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.

goldensuneur commented on 2020-02-20 15:53 (UTC)

You can use the PKGBUILD in this commit (https://aur.archlinux.org/cgit/aur.git/commit/?h=decklink&id=e63fc9d6265e1782d8e661bbc5a3750df5408ccc), it will build the package for version 1.14.1.

About the error you got earlier, it looks like Blackmagicdesign updated the upstream file without notice. I tried this new file but it does not solve our problem of undetected card.

Sorry I don't have much time to investigate now.

troyBORG commented on 2020-02-20 15:02 (UTC) (edited on 2020-02-20 15:06 (UTC) by troyBORG)

How do I get the older version? I'm planning on getting the card soon. Or should I wait for new version before I order the card?

goldensuneur commented on 2020-02-19 07:00 (UTC) (edited on 2020-02-20 15:53 (UTC) by goldensuneur)

You are right. Mine also shows on lspci with the correct driver but nothing in obs or in the setup.

I'm currently away from my computer so I cannot easily do proper that involve display. I'll do my best but for the moment I recommend not to update and stay on the 1.14.1 version (https://aur.archlinux.org/cgit/aur.git/commit/?h=decklink&id=e63fc9d6265e1782d8e661bbc5a3750df5408ccc)

spark9ng commented on 2020-02-19 04:51 (UTC)

Did 11.5 break for anyone else? Intensity Pro 4k not showing up in the setup anymore ("No Desktop Video Device Detected"). Device still shows up in lspci and driver still shows up in lsmod. Tested with linux and linux-lts kernels.