DeckLink Quad HDMI Recorder not recognized on Linux

Hello, I recently installed the Blackmagic DeckLink Quad HDMI recorder on my PC. I was able to install Desktop Video 14.5 on Windows and 14.4.1 on Linux, following which the device was detected on OBS and could be used as a source.
However, once I rebooted my PC, OBS no longer recognizes the device on Linux. Desktop Video Setup does not detect it either. Here are some commands I ran on the terminal to troubleshoot.
The device works fine on Windows. How can I get it to work on Linux too?
However, once I rebooted my PC, OBS no longer recognizes the device on Linux. Desktop Video Setup does not detect it either. Here are some commands I ran on the terminal to troubleshoot.
- Code: Select all
> lspci | grep Blackmagic
05:00.0 Multimedia video controller: Blackmagic Design DeckLink Quad HDMI Recorder
> lsmod | grep blackmagic
blackmagic_io 2420736 4
> dkms status -m blackmagic-io -k `uname -r`
blackmagic-io/14.4.1a4, 6.14.7-arch2-1, x86_64: installed
The device works fine on Windows. How can I get it to work on Linux too?