Hello! I’ve posted this in a few places but haven’t had much luck finding an answer. I purchased the Acasis AC-VS2583 to use with Bazzite based on this OBS forum post. After some back and forth with Acasis support, I did find that the Kylin driver provided in their driver package did work to an extent, in that upon installation the capture card does appear and work in OBS for the remainder of that session, but will stop working if the computer is shut down or rebooted. I checked the status of the service using sudo systemctl status hwsuhdx1.service and got the following output:

× hwsuhdx1.service - Load HwsUHDX1Capture kernel module
Loaded: loaded (/etc/systemd/system/hwsuhdx1.service; enabled; preset: disabled)
Drop-In: /usr/lib/systemd/system/service.d
└─10-timeout-abort.conf
Active: failed (Result: exit-code) since Fri 2026-04-17 10:17:23 EDT; 1min 1s ago
Invocation: c37145d79144432688955cdd7031c593
Process: 1460 ExecStart=/bin/sh /usr/local/sbin/hws-load.sh (code=exited, status=1/FAILURE)
Main PID: 1460 (code=exited, status=1/FAILURE)
Mem peak: 4.6M
CPU: 67ms

Apr 17 10:17:23 bazzite sh[1460]: hws-load: insmod /opt/HWS/ko/6.17.7-ba29.fc43.x86_64/HwsUHDX1Capture.ko
Apr 17 10:17:23 bazzite sh[1520]: insmod: ERROR: could not insert module /opt/HWS/ko/6.17.7-ba29.fc43.x86_64/HwsUHDX1Capture.ko: Permission denied
Apr 17 10:17:23 bazzite sh[1460]: hws-load: insmod failed; last Unknown symbol lines:
Apr 17 10:17:23 bazzite sh[1523]: egrep: warning: egrep is obsolescent; using grep -E
Apr 17 10:17:23 bazzite sh[1460]: hws-load: ERROR: failed to load module from:
Apr 17 10:17:23 bazzite sh[1460]: hws-load: /lib/modules/6.17.7-ba29.fc43.x86_64/updates/dkms/HwsUHDX1Capture.ko
Apr 17 10:17:23 bazzite sh[1460]: hws-load: /opt/HWS/ko/6.17.7-ba29.fc43.x86_64/HwsUHDX1Capture.ko
Apr 17 10:17:23 bazzite systemd[1]: hwsuhdx1.service: Main process exited, code=exited, status=1/FAILURE
Apr 17 10:17:23 bazzite systemd[1]: hwsuhdx1.service: Failed with result 'exit-code'.
Apr 17 10:17:23 bazzite systemd[1]: Failed to start hwsuhdx1.service - Load HwsUHDX1Capture kernel module.

As a workaround, I can cd /opt/HWS/ko/6.17.7-ba29.fc43.x86_64 and run sudo insmod HwsUHDX1Capture.ko and then sudo systemctl start hwsuhdx1.service and get it working for the remainder of that session, but this is obviously not ideal. I did reach out to Acasis about this but they just told me to use AI to solve my problem, which was disappointing. I guess I’m wondering if anyone has gotten something like this working on Bazzite or would know how to properly load in a kernel module so that it runs with correct permissions on startup.