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.000137
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 2 3 4 5 6 7 8 9 10 11 12 .. 24 Next › Last »

rama_g commented on 2021-01-19 16:01 (UTC) (edited on 2021-01-20 09:21 (UTC) by rama_g)

I will try -lts eventually if I can't get the video feed to show up in CapturePreview

rama_g commented on 2021-01-19 15:54 (UTC)

it was the firmware! I wasn't able to locate the BlackmagicFirmwareUpdater application from the module install (but I did see the man page), so I installed the 11.7 driver on MacOS and updated the card firmware there, and then moved the card back to the new computer, and it now BlackmagicDesktopVideoSetup sees the board! great! no video coming through yet in CapturePreview, but the board info is there, so this seems promising.

thanks for all your help!

rama_g commented on 2021-01-19 15:16 (UTC)

ok sure, I can try -lts also.

lspci -k reports:

24:00.0 Multimedia video controller: Blackmagic Design DeckLink Duo 2
    Subsystem: Blackmagic Design DeckLink Duo 2
    Kernel driver in use: blackmagic-io
    Kernel modules: blackmagic_io

looking at dmesg I see a warning about the card's firmware version being older than the driver, so maybe I will try updating the firmware first -- and then try -lts if that doesn't work. will report back -- cheers! rama

goldensuneur commented on 2021-01-19 14:54 (UTC)

Could you try the module with -lts kernel ?

You can also look for errors related to blackmagic and blackmagic-io in dmesg. Also make sure the card uses the correct driver with lspci -k.

rama_g commented on 2021-01-19 14:31 (UTC)

I just also tested the card on MacOS and it is working there, so the hardware seems fine.

rama_g commented on 2021-01-19 14:17 (UTC)

ok great thank you, so the module seems installed, and the DesktopVideoHelper.service is starting on load. I just did PCI refresh, with a power cycle in between to see if that might force it to load something new, but no luck.

And now just tried loading BlackmagicDesktopVideoSetup then rebooting and loading BlackmagicDesktopVideoSetup again, but also no improvement yet.

when I try to use it with the BlackmagicDesktopVideoSetup app or SDK examples, it says No Desktop Video Devices were found.

CapturePreview loads, but the input ports are not listed.

I have an active SDI signal attached to the card as well.

Any other ideas that I might try?

goldensuneur commented on 2021-01-19 13:56 (UTC)

modprobe returning 0 and displaying nothing is the sign it loaded the module correctly.

If modules are correctly loaded then launch BlackmagicDesktopVideoSetup and should list your card. Otherwise reboot to make sure everything get loaded correctly and try BlackmagicDesktopVideoSetup again.

rama_g commented on 2021-01-19 10:00 (UTC)

sorry, you're right I had mis-typed it, I was just editing my last comment when you replied.

sudo modprobe blackmagic and sudo modprobe blackmagic-io both return empty

but modinfo sees both blackmagic and blackmagic-io as installed, not sure what to try next

have to run to a meeting, but hoping to get this working! maybe I will try reseating the pci board.

goldensuneur commented on 2021-01-19 09:52 (UTC)

Hmm, if dkms reports blackmagic and blackmagic-io as installed then you should be able to load them (and they should load automatically at boot). You don't have anything to copy, dkms handles that for you.

Just to be sure, are you typing the exact command in your previous message or are you typing sudo modprobe blackmagic and sudo modprobe blackmagic-io ? Modprobe expects a single module name so you cannot load both modules like that in a single command.

rama_g commented on 2021-01-19 09:48 (UTC) (edited on 2021-01-19 09:57 (UTC) by rama_g)

ok, I see that it's there in /lib/modules/5.10.7-arch1-1/kernel/drivers hmm

sudo modprobe blackmagic and sudo modprobe blackmagic-io both return empty

but modinfo sees both blackmagic and blackmagic-io as installed, not sure what to try next