WOULD REALLY APPRECIATE IT IF SOMEONE COULD FIX THIS BETTER THAN I CAN. there are crashing problems I can not solve
Based on the Linux driver for the CL511HN which can be downloaded here: Generic_Ubuntu_CL511HN_Drv_1.0.0031.zip
The CL511HN and GC573 (Live Gamer 4K) are very similar and their drivers are mostly interchangable. Though the firmware differences mean that some modes won't work on the LG4K.
This was tested on Arch 6.4.4 but should work on all distros
Caveats:
./build.sh
sudo ./install.sh
note from a user on Ubuntu I was missing the linux-modules-extra- package for my kernel. Running this command (on ubuntu 22.04.04) allowed the installer to complete successfully. sudo apt install linux-modules-extra-$(uname -r)