Search Criteria
Package Details: magewell-pro-capture-dkms 1.3.0.4390-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/magewell-pro-capture-dkms.git (read-only, click to copy) |
---|---|
Package Base: | magewell-pro-capture-dkms |
Description: | Driver for Magewell Pro Capture Family |
Upstream URL: | https://www.magewell.com/downloads/pro-capture#/driver/linux-x86 |
Licenses: | unknown |
Conflicts: | magewell-pro-capture |
Submitter: | Jat |
Maintainer: | Jat |
Last Packager: | Jat |
Votes: | 7 |
Popularity: | 0.043379 |
First Submitted: | 2020-06-10 04:41 (UTC) |
Last Updated: | 2024-04-15 11:07 (UTC) |
Latest Comments
« First ‹ Previous 1 2
Jost commented on 2023-01-28 19:01 (UTC) (edited on 2023-02-04 15:49 (UTC) by Jost)
EDIT: turns out this is a kernel bug, triggered by my CPU model :( See kernel.org thread.
Until all kernels and modules properly support Intel's new IBT mechanism, a feasibly workaround is to add
ibt=off
to the kernel command line. Note that this might weaken security.end of EDIT
After modifying src/sources/avstream/alsa.c line 700 as mentioned below, module builds, but will not load on 6.1.8-arch1-1 !
Card is recognized by by lspci, but not by mwcap-info.
zakklol commented on 2023-01-01 03:27 (UTC)
Version 4285 fails to build on kernel 6.1.
To fix, change src/sources/avstream/alsa.c line 700 from snd_dma_continuous_data(GFP_KERNEL) to NULL
Retro64XYZ commented on 2022-07-06 05:16 (UTC)
When installing I get the following error -
==> ERROR: Missing 5.9.16-1-MANJARO kernel modules tree for module magewell-pro-capture/4285.
Trying to install the headers does not work as they appear unavailable. Any tips?
Currently running 5.15.50-1-MANJARO
Jost commented on 2022-06-28 13:07 (UTC) (edited on 2022-06-28 13:42 (UTC) by Jost)
kernel module build fails for new version: Pakete (1) magewell-pro-capture-dkms-1.3.0.4236-1
Deprecated feature: REMAKE_INITRD
Building module: cleaning build area... make -j4 KERNELRELEASE=5.18.5-arch1-1......(bad exit status: 2) Error! Bad return status for module build on kernel: 5.18.5-arch1-1 (x86_64) Consult /var/lib/dkms/magewell-pro-capture/4236/build/make.log for more information.
Edit: The deprecation error can be fixed by manually editing /var/lib/dkms/magewell-pro-capture/4236/source/dkms.conf and simply deleting the offending line (since "no" is the default anyway).
Unfortunately, the build still fails, with gcc complaining about implicitly declared functions:
/var/lib/dkms/magewell-pro-capture/4236/build/sources/avstream/capture.c:291:14: Fehler: Implizite Deklaration der Funktion »pci_set_dma_mask« [-Werror=implicit-function-declaration] 291 | !pci_set_dma_mask(pdev, DMA_BIT_MASK(64))) {
ariaverge commented on 2022-06-14 02:21 (UTC)
I contacted support to get a new version that works with 5.18.1 is here, hopefully it is listed on their website as a stable release soon.
Version 4285: http://www.magewell.com/files/firmware/ProCaptureForLinux_4285.tar.gz
Arndroid commented on 2021-04-23 12:03 (UTC)
Working wonders, thank you! (Manjaro on 5.10)
goldensuneur commented on 2021-01-12 10:19 (UTC)
Yes, it is backward compatible with older kernels (the patch only apply for kernels 5.10+). I don't have time to test it extensively right now but it worked fine for the 5-10 min I used it yesterday.
Jat commented on 2021-01-12 09:26 (UTC)
@goldensuneur Is it backward compatible with kernel 5.9, 5.4, etc? Does it work fine on kernel 5.10? I have not upgraded the kernel to 5.10 and really do not want to waste time to test it.
goldensuneur commented on 2021-01-11 09:31 (UTC)
Latest available version of the module does not build with kernel 5.10+ due to removal of
get_fs
andset_fs
functions.I contacted Magewell support and they gave me a link to a fixed version (4227): http://www.magewell.com/files/drivers/ProCaptureForLinux_4227.tar.gz
It builds fine on kernel 5.10+ however I'm not able to reboot to test it right now.
I also modified your PKGBUILD to directly use the archive from Magewell instead of a github repository.
Here is the patch:
« First ‹ Previous 1 2