Wed Feb 10, 2021 11:14 am
I am not sure if this will actually help you with your Intensity Extreme, but at least you should be able to compile the blackmagic module on 5.9.
When I installed the deb package here, the blackmagic_io module build succeeded, but the blackmagic module build failed.
The kernel module source was left in /usr/src
For the blackmagic module, the full path is /usr/src/blackmagic-12.0a14
So, if you put the contents of the patch in the file /usr/src/blackmagic-12.0a14-Linux5.9patch.diff
you should be able to compile the module with the following 3 commands.
cd /usr/src/blackmagic-12.0a14/
patch -p1 <../blackmagic-12.0a14-Linux5.9patch.diff
sudo dkms install blackmagic/12.0a14