@filmtools, Install linux-headers with the following command and try again
sudo pacman -S linux-headers
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.000001 |
First Submitted: | 2015-10-03 15:38 (UTC) |
Last Updated: | 2024-12-19 09:37 (UTC) |
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 25 Next › Last »
@filmtools, Install linux-headers with the following command and try again
sudo pacman -S linux-headers
I get this error on Manjaro
(3/6) Install DKMS modules ==> Unable to install module blackmagic/11.5.1a14 for kernel 5.6.16-1-MANJARO: Missing kernel headers. ==> Unable to install module blackmagic-io/11.5.1a14 for kernel 5.6.16-1-MANJARO: Missing kernel headers. (4/6) Updating icon theme caches... (5/6) Fixing hardcoded icons... (6/6) Updating the desktop file MIME type cache...
Seems to be working on my end as well.
Your update is working perfectly for me!
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.
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.
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
.
Is there a way to build the previous version? Sorry still new to building files I'm also running manjaro.
@goldensuneur
@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.
@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
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.